From chaynes  Wed May 21 07:46:02 1997
Return-Path: <owner-eopl-teachers@indra>
Received: from moose.cs.indiana.edu by indra.cs.indiana.edu
	(8.8.5/IUCS.1.76) id HAA12331; Wed, 21 May 1997 07:46:02 -0500 (EST)
Received: from hare.wmin.ac.uk by moose.cs.indiana.edu
	(8.8.5/IUCS.1.76) id HAA29368; Wed, 21 May 1997 07:45:58 -0500 (EST)
Received: from wmin.ac.uk (actually host emavrikos.demon.co.uk) 
          by hare.wmin.ac.uk with SMTP (MMTA) with ESMTP;
          Wed, 21 May 1997 13:45:11 +0100
Message-ID: <3382FCED.EEF3690F@wmin.ac.uk>
Date: Wed, 21 May 1997 14:47:25 +0100
From: Emmanouil Mavrikos <qjtec@westminster.ac.uk>
X-Mailer: Mozilla 4.0b4 [en] (Win95; I)
To: eopl-teachers@cs.indiana.edu
Subject: Urgent!!! Cryptarithmetic problem with Scheme
X-Priority: 3 (Normal)
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"

It would be much appreciative if someone has an implementation of the
cryptarithmetic problem with Scheme.

It is much urgent.
Thanks in advance.


From chaynes  Sat Aug 30 22:12:49 1997
Return-Path: <owner-eopl-teachers@cs.indiana.edu>
Received: from moose.cs.indiana.edu (root@moose.cs.indiana.edu [129.79.254.191])
	by indra.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.10) with ESMTP id WAA05564
	for <eopl-teachers@indra.cs.indiana.edu>; Sat, 30 Aug 1997 22:12:49 -0500 (EST)
Received: from fleet.cc.purdue.edu (fleet.cc.purdue.edu [128.210.250.45])
	by moose.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.10) with ESMTP id WAA16239
	for <eopl-teachers@cs.indiana.edu>; Sat, 30 Aug 1997 22:12:46 -0500 (EST)
Received: (from zz@localhost)
	by fleet.cc.purdue.edu (7.2.5/7.2.5) id WAA18268
	for eopl-teachers@cs.indiana.edu; Sat, 30 Aug 1997 22:12:45 -0500
Date: Sat, 30 Aug 1997 22:12:45 -0500
From: Tony <zz@fleet.cc.purdue.edu>
Message-Id: <199708310312.WAA18268@fleet.cc.purdue.edu>
To: eopl-teachers@cs.indiana.edu
Subject: (Q) run batch job on scm???

Sorry if this question goes to a wrong place.

I was wonder if there would a way to run batch jobs
in "scm" implementation of Scheme. For example, I
have the following set of stuff in a file:
===========
(transcript-on "result.out")
(load "sort.scm")
(sort (1 3 7 9 4 6 5 2 8))
(transcript-off)
(quit)
===========

I tried to run the job non-interactively, but no output was found
in the file "result.out".

Could you  tell me how to run a batch job on scm?

Please email me directly at zz@cc.purdue.edu

Thanks.

-Tony

From chaynes  Sun Aug 31 09:36:48 1997
Return-Path: <owner-eopl-teachers@cs.indiana.edu>
Received: from moose.cs.indiana.edu (root@moose.cs.indiana.edu [129.79.254.191])
	by indra.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.10) with ESMTP id JAA06984
	for <eopl-teachers@indra.cs.indiana.edu>; Sun, 31 Aug 1997 09:36:48 -0500 (EST)
Received: from amber.ccs.neu.edu (root@amber.ccs.neu.edu [129.10.111.100])
	by moose.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.10) with ESMTP id JAA01795
	for <eopl-teachers@cs.indiana.edu>; Sun, 31 Aug 1997 09:36:45 -0500 (EST)
Received: from dyna.ccs.neu.edu (frosted-flakes.ccs.neu.edu [129.10.112.29])
	by amber.ccs.neu.edu (8.8.6/8.7.3) with SMTP id KAA04677; Sun, 31 Aug 1997 10:36:41 -0400 (EDT)
Message-Id: <3.0.2.32.19970831103640.006ac6fc@ccs.neu.edu>
X-Sender: wand@ccs.neu.edu
X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.2 (32)
Date: Sun, 31 Aug 1997 10:36:40 -0400
To: Tony <zz@fleet.cc.purdue.edu>
From: Mitchell Wand <wand@ccs.neu.edu>
Subject: Re: (Q) run batch job on scm???
Cc: eopl-teachers@cs.indiana.edu
In-Reply-To: <199708310312.WAA18268@fleet.cc.purdue.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"

At 10:12 PM 8/30/97 -0500, Tony wrote:
>Sorry if this question goes to a wrong place.
>
>I was wonder if there would a way to run batch jobs
>in "scm" implementation of Scheme. For example, I
>have the following set of stuff in a file:
>===========
>(transcript-on "result.out")
>(load "sort.scm")
>(sort (1 3 7 9 4 6 5 2 8))
>(transcript-off)
>(quit)
>===========
>
>I tried to run the job non-interactively, but no output was found
>in the file "result.out".
>
>Could you  tell me how to run a batch job on scm?
>
>Please email me directly at zz@cc.purdue.edu
>
>Thanks.
>
>-Tony
>
>

I doubt this is a problem with scm.  You should try to do these things
directly from the read-eval-print loop, so you can see what's going on.  In
your case, I think you probably wanted to say 

(sort '(1 3 7 9 4 6 5 2 8))

In the future, you might want to ask your instructor about things like this.


Mitchell Wand                                           wand@ccs.neu.edu
College of Computer Science, Northeastern University
360 Huntington Avenue #161CN, Boston, MA 02115     Phone: (617) 373 2072
World Wide Web: http://www.ccs.neu.edu/home/wand   Fax:   (617) 373 5121

Please be aware that Northeastern University is closed on Fridays during
the summer.



From chaynes  Sun Nov 16 17:56:42 1997
Return-Path: <owner-eopl-teachers@cs.indiana.edu>
Received: from moose.cs.indiana.edu (root@moose.cs.indiana.edu [129.79.254.191])
	by indra.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.12) with ESMTP id RAA07938
	for <eopl-teachers@indra.cs.indiana.edu>; Sun, 16 Nov 1997 17:56:41 -0500 (EST)
Received: from send1a.yahoomail.com (send1a.yahoomail.com [205.180.60.22])
	by moose.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.12) with SMTP id RAA13398
	for <eopl-teachers@cs.indiana.edu>; Sun, 16 Nov 1997 17:56:39 -0500 (EST)
Message-ID: <19971116225627.27933.rocketmail@send1a.yahoomail.com>
Received: from [204.179.79.90] by send1a; Sun, 16 Nov 1997 14:56:27 PST
Date: Sun, 16 Nov 1997 14:56:27 -0800 (PST)
From: Edwin Antonio <edwin_ochoa@yahoo.com>
To: eopl-teachers@cs.indiana.edu
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

lists
help
end




__________________________________________________________________
Sent by Yahoo! Mail. Get your free e-mail at http://mail.yahoo.com


From chaynes  Wed Feb 25 13:23:15 1998
Return-Path: <owner-eopl-teachers@cs.indiana.edu>
Received: from moose.cs.indiana.edu (moose.cs.indiana.edu [129.79.252.123])
	by indra.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with ESMTP id NAA08722
	for <eopl-teachers@indra.cs.indiana.edu>; Wed, 25 Feb 1998 13:23:14 -0500 (EST)
Received: from amber.ccs.neu.edu (root@amber.ccs.neu.edu [129.10.111.100])
	by moose.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with ESMTP id NAA06040
	for <eopl-teachers@cs.indiana.edu>; Wed, 25 Feb 1998 13:23:07 -0500 (EST)
Received: from delphi.ccs.neu.edu (wand@delphi.ccs.neu.edu [129.10.112.101])
	by amber.ccs.neu.edu (8.8.6/8.8.6) with ESMTP id NAA22333;
	Wed, 25 Feb 1998 13:22:34 -0500 (EST)
Received: (from wand@localhost)
	by delphi.ccs.neu.edu (8.8.6/8.8.6) id NAA04597;
	Wed, 25 Feb 1998 13:22:34 -0500 (EST)
Date: Wed, 25 Feb 1998 13:22:34 -0500 (EST)
Message-Id: <199802251822.NAA04597@delphi.ccs.neu.edu>
From: Mitchell Wand <wand@ccs.neu.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: com3351@ccs.neu.edu
CC: eopl-teachers@cs.indiana.edu, arthur@ccs.neu.edu, johan@ccs.neu.edu,
        mira@ccs.neu.edu
Subject: MP5 questions
In-Reply-To: <Pine.SUN.3.96.980225111955.17042A-100000@fuji.ccs.neu.edu>
References: <199802241805.NAA20730@delphi.ccs.neu.edu>
	<Pine.SUN.3.96.980225111955.17042A-100000@fuji.ccs.neu.edu>
X-Mailer: VM 6.31 under Emacs 19.34.1

A student writes:

> I have a question about hw5. Look at the following example first:

> (define code5
> "let c = 0
>     in  let p = proc (x y :a = 3 :b = 4)	% line 2
>                 begin print x; print y; print a; print (+ b c); end
>         in  begin
>                 (p 1 2 0 :c = 3);		% line 5
>                 print 99;			% line 6
>                 (p 9 8 7 6 7 );		% line 7
>                 end")

> Of course,  line7 will result in a run time error, because it passes too
> many args and my interpreter will report this error. But i am not sure if
> line5 is illegal. I guess it is. If c does not occur in proc definition,
> line5 will be  harmless, but if c does as it does in this example, it will
> do harm. 

> Let's look at the example closely. I think logically, ":c = 3" in line1
> should be ignored because c is not a var in key-decl in line2 and the
> result of this line should be " 1 2 0 4", but it print "1 2 0 7". 

> It seems  that I need to check if the set of vars of key-decls in
> app-exp is a subset of vars of key-decls in proc-exp and report error if
> it is not. 

> Would you please give me a clarification?

Good example!  If the :c = 3 is allowed to override the binding c = 0, then
lexical scoping is violated.  The problem said:

mp5> The intent is that the ordinary actuals are associated with the ordinary
mp5> formals by position; the remaining actuals (which are introduced by
mp5> keywords) are bound to the corresponding formals by keyword; and any
mp5> remaining formals are bound by their default expressions.

The key phrase is "are bound to the corresponding formals by keyword".  For
the keyword actual :c = 3, there is no corresponding formal.  So yes, you need
to check this.

Very good; I hadn't thought of this.

--Prof. Wand

From chaynes  Sat Feb 28 18:48:00 1998
Return-Path: <owner-eopl-teachers@cs.indiana.edu>
Received: from moose.cs.indiana.edu (moose.cs.indiana.edu [129.79.252.123])
	by indra.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with ESMTP id SAA20394
	for <eopl-teachers@indra.cs.indiana.edu>; Sat, 28 Feb 1998 18:48:00 -0500 (EST)
Received: from iol.unh.edu (sun4.iol.unh.edu [132.177.120.114])
	by moose.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with SMTP id SAA23468
	for <eopl-teachers@cs.indiana.edu>; Sat, 28 Feb 1998 18:47:55 -0500 (EST)
Received: from ALPAMAYO ([206.155.182.58]) by iol.unh.edu (4.1/SMI-4.1)
	id AA15815; Sat, 28 Feb 98 18:45:02 EST
Received: by ALPAMAYO with Microsoft Mail
	id <01BD447A.4E0967A0@ALPAMAYO>; Sat, 28 Feb 1998 18:54:32 -0500
Message-Id: <01BD447A.4E0967A0@ALPAMAYO>
From: Rupert Dance <rsdance@iol.unh.edu>
To: "'eopl-teachers@cs.indiana.edu'" <eopl-teachers@cs.indiana.edu>
Subject: FTP site
Date: Sat, 28 Feb 1998 18:46:31 -0500
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Dear Sirs,

I am a student @ University of NH and I am taking a course (CS671) which =
uses the book Essentials of Programming Languages.  I tried to access =
your FTP site from your web page and I am unable to gain access.  Could =
you check the server and let me know if I have a problem or it does!

Thanks

Rupert Dance


From chaynes  Sat Feb 28 18:53:08 1998
Return-Path: <owner-eopl-teachers@cs.indiana.edu>
Received: from moose.cs.indiana.edu (moose.cs.indiana.edu [129.79.252.123])
	by indra.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with ESMTP id SAA20437
	for <eopl-teachers@indra.cs.indiana.edu>; Sat, 28 Feb 1998 18:53:07 -0500 (EST)
Received: from amber.ccs.neu.edu (root@amber.ccs.neu.edu [129.10.111.100])
	by moose.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with ESMTP id SAA23665
	for <eopl-teachers@cs.indiana.edu>; Sat, 28 Feb 1998 18:53:06 -0500 (EST)
Received: from delphi.ccs.neu.edu (wand@delphi.ccs.neu.edu [129.10.112.101])
	by amber.ccs.neu.edu (8.8.6/8.8.6) with ESMTP id SAA00817;
	Sat, 28 Feb 1998 18:52:55 -0500 (EST)
Received: (from wand@localhost)
	by delphi.ccs.neu.edu (8.8.6/8.8.6) id SAA10769;
	Sat, 28 Feb 1998 18:52:54 -0500 (EST)
Date: Sat, 28 Feb 1998 18:52:54 -0500 (EST)
Message-Id: <199802282352.SAA10769@delphi.ccs.neu.edu>
From: Mitchell Wand <wand@ccs.neu.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: Rupert Dance <rsdance@iol.unh.edu>
Cc: "'eopl-teachers@cs.indiana.edu'" <eopl-teachers@cs.indiana.edu>
Subject: FTP site
In-Reply-To: <01BD447A.4E0967A0@ALPAMAYO>
References: <01BD447A.4E0967A0@ALPAMAYO>
X-Mailer: VM 6.31 under Emacs 19.34.1

RD> Dear Sirs,
RD> I am a student @ University of NH and I am taking a course (CS671) which
RD> uses the book Essentials of Programming Languages.  I tried to access your
RD> FTP site from your web page and I am unable to gain access.  Could you
RD> check the server and let me know if I have a problem or it does! 

RD> Thanks

RD> Rupert Dance

WHICH web page? WHICH ftp site?  There are several out there.


 

From chaynes  Sun Mar  1 11:27:40 1998
Return-Path: <owner-eopl-teachers@cs.indiana.edu>
Received: from moose.cs.indiana.edu (moose.cs.indiana.edu [129.79.252.123])
	by indra.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with ESMTP id LAA22992
	for <eopl-teachers@indra.cs.indiana.edu>; Sun, 1 Mar 1998 11:27:40 -0500 (EST)
Received: from catwoman.cs.moravian.edu (catwoman.cs.moravian.edu [204.186.193.3])
	by moose.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with SMTP id LAA22755
	for <eopl-teachers@cs.indiana.edu>; Sun, 1 Mar 1998 11:27:39 -0500 (EST)
Received: from spellcraft.moravian.edu by catwoman.cs.moravian.edu (SMI-8.6/SMI-SVR4)
	id LAA28822; Sun, 1 Mar 1998 11:22:57 -0500
Received: from spellcraft by spellcraft.moravian.edu (SMI-8.6/SMI-SVR4)
	id LAA04998; Sun, 1 Mar 1998 11:27:54 -0500
Sender: kussmaul@catwoman.cs.moravian.edu
Message-ID: <34F98C8A.6E0E@cs.moravian.edu>
Date: Sun, 01 Mar 1998 11:27:54 -0500
From: Clif Kussmaul <kussmaul@catwoman.cs.moravian.edu>
Organization: Moravian College Computer Science Dept
X-Mailer: Mozilla 3.01Gold (X11; I; SunOS 5.5.1 sun4u)
MIME-Version: 1.0
To: eopl-teachers@cs.indiana.edu
Subject: beta-redex question
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hello - page 105 contains the following statement
"An expression of the form ((lambda (x) E) M) 
to which this rule may be applied is called a beta-redex."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Does this include all of the cases described in the 
preceding paragraphs, or just some of them?  

For instance, y[M/x] = y doesn't make any substitutions,
but does simplify the expression, so I assume it counts.
However, the last case requires an alpha-conversion first;
so I'm not sure if it counts or not 

The examples for Exercise 4.2.2 would be satisfied
by a procedure that simply checks for an application;
if the procedure is more complicated, additional 
examples might be helpful.

Many thanks,
Clif Kussmaul

-- 
-------------------------------------
Clif Kussmaul   kussmaul@cs.moravian.edu   Computer Science Dept
    http://www.cs.moravian.edu/~kussmaul   Moravian College
    ph:610-861-1570  fax:610-861-3979      Bethlehem, PA 18018

From chaynes  Sun Mar  1 11:29:59 1998
Return-Path: <owner-eopl-teachers@cs.indiana.edu>
Received: from moose.cs.indiana.edu (moose.cs.indiana.edu [129.79.252.123])
	by indra.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with ESMTP id LAA23020
	for <eopl-teachers@indra.cs.indiana.edu>; Sun, 1 Mar 1998 11:29:59 -0500 (EST)
Received: from sleeper.cs.indiana.edu (sleeper.cs.indiana.edu [129.79.242.136])
	by moose.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with ESMTP id LAA22788
	for <eopl-teachers@cs.indiana.edu>; Sun, 1 Mar 1998 11:29:58 -0500 (EST)
Received: from localhost (yuczhang@localhost)
	by sleeper.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with SMTP id LAA03394
	for <eopl-teachers@cs.indiana.edu>; Sun, 1 Mar 1998 11:29:57 -0500 (EST)
X-Authentication-Warning: sleeper.cs.indiana.edu: yuczhang owned process doing -bs
Date: Sun, 1 Mar 1998 11:29:57 -0500 (EST)
From: Yuchen Zhang <yuczhang@cs.indiana.edu>
cc: eopl-teachers@cs.indiana.edu
Subject: unsubscribe
In-Reply-To: <34F98C8A.6E0E@cs.moravian.edu>
Message-ID: <Pine.GSO.3.96.980301112913.3392A-100000@sleeper.cs.indiana.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

thanks

Yuchen



From chaynes  Sun Mar  1 13:17:09 1998
Return-Path: <owner-eopl-teachers@cs.indiana.edu>
Received: from moose.cs.indiana.edu (moose.cs.indiana.edu [129.79.252.123])
	by indra.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with ESMTP id NAA23252
	for <eopl-teachers@indra.cs.indiana.edu>; Sun, 1 Mar 1998 13:17:09 -0500 (EST)
Received: from sleeper.cs.indiana.edu (sleeper.cs.indiana.edu [129.79.242.136])
	by moose.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with ESMTP id NAA26733
	for <eopl-teachers@cs.indiana.edu>; Sun, 1 Mar 1998 13:17:08 -0500 (EST)
Received: from localhost (yuczhang@localhost)
	by sleeper.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with SMTP id NAA03601
	for <eopl-teachers@cs.indiana.edu>; Sun, 1 Mar 1998 13:17:07 -0500 (EST)
X-Authentication-Warning: sleeper.cs.indiana.edu: yuczhang owned process doing -bs
Date: Sun, 1 Mar 1998 13:17:07 -0500 (EST)
From: Yuchen Zhang <yuczhang@cs.indiana.edu>
To: eopl-teachers@cs.indiana.edu
Subject: UNSUBSCRIBE
In-Reply-To: <Pine.GSO.3.96.980301112913.3392A-100000@sleeper.cs.indiana.edu>
Message-ID: <Pine.GSO.3.96.980301131542.3400C-100000@sleeper.cs.indiana.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

would anybody please take me out of this mailing list. i forget how to do
it. thanks

Yuchen




From chaynes  Sun Mar  1 13:23:06 1998
Return-Path: <owner-eopl-teachers@cs.indiana.edu>
Received: from moose.cs.indiana.edu (moose.cs.indiana.edu [129.79.252.123])
	by indra.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with ESMTP id NAA23293
	for <eopl-teachers@indra.cs.indiana.edu>; Sun, 1 Mar 1998 13:23:06 -0500 (EST)
Received: from amber.ccs.neu.edu (root@amber.ccs.neu.edu [129.10.111.100])
	by moose.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with ESMTP id NAA26944
	for <eopl-teachers@cs.indiana.edu>; Sun, 1 Mar 1998 13:23:05 -0500 (EST)
Received: from delphi.ccs.neu.edu (wand@delphi.ccs.neu.edu [129.10.112.101])
	by amber.ccs.neu.edu (8.8.6/8.8.6) with ESMTP id NAA22401
	for <eopl-teachers@cs.indiana.edu>; Sun, 1 Mar 1998 13:04:19 -0500 (EST)
Resent-From: Mitchell Wand <wand@ccs.neu.edu>
Received: (from wand@localhost)
	by delphi.ccs.neu.edu (8.8.6/8.8.6) id NAA14605
	for eopl-teachers@cs.indiana.edu; Sun, 1 Mar 1998 13:04:18 -0500 (EST)
Resent-Date: Sun, 1 Mar 1998 13:04:18 -0500 (EST)
Resent-Message-Id: <199803011804.NAA14605@delphi.ccs.neu.edu>
Resent-To: eopl-teachers@cs.indiana.edu
Message-Id: <01BD4512.F13D3490@ALPAMAYO>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by amber.ccs.neu.edu id NAA22306
From: Rupert Dance <rsdance@iol.unh.edu>
To: "'Mitchell Wand'" <wand@ccs.neu.edu>
Subject: RE: FTP site
Date: Sun, 1 Mar 1998 13:04:07 -0500

Sorry about that.  The site is the link you have on the WebPages - http://www.cs.indiana.edu/eip/eopl.html

"An ongoing project for the authors is maintaining an FTP directory containing errata, source code, compatibility files, a draft of an additional chapter on types available for comment, and other materials related to the text."

I also tried to access the site that is listed in the additional to your book:

Ftp://ftp.cs.indiana.edu/pub/eopl/

Thanks again

Rupert Dance


-----Original Message-----
From:	Mitchell Wand [SMTP:wand@ccs.neu.edu]
Sent:	Saturday, February 28, 1998 6:53 PM
To:	Rupert Dance
Cc:	'eopl-teachers@cs.indiana.edu'
Subject:	FTP site

RD> Dear Sirs,
RD> I am a student @ University of NH and I am taking a course (CS671) which
RD> uses the book Essentials of Programming Languages.  I tried to access your
RD> FTP site from your web page and I am unable to gain access.  Could you
RD> check the server and let me know if I have a problem or it does! 

RD> Thanks

RD> Rupert Dance

WHICH web page? WHICH ftp site?  There are several out there.


 


From chaynes  Mon Mar  9 15:16:49 1998
Return-Path: <owner-eopl-teachers@cs.indiana.edu>
Received: from moose.cs.indiana.edu (moose.cs.indiana.edu [129.79.252.123])
	by indra.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with ESMTP id PAA01389
	for <eopl-teachers@indra.cs.indiana.edu>; Mon, 9 Mar 1998 15:16:49 -0500 (EST)
Received: from nova.cs.uni.edu (nova.cs.uni.edu [134.161.70.20])
	by moose.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with ESMTP id PAA07336
	for <eopl-teachers@cs.indiana.edu>; Mon, 9 Mar 1998 15:16:47 -0500 (EST)
Received: from 134.161.242.200 (wallingford.cs.uni.edu [134.161.242.200])
	by nova.cs.uni.edu (8.8.5/8.8.5) with SMTP id OAA01939;
	Mon, 9 Mar 1998 14:16:19 -0600 (CST)
Message-ID: <35044F0C.7A80@cs.uni.edu>
Date: Mon, 09 Mar 1998 14:20:28 -0600
From: Eugene Wallingford <wallingf@cs.uni.edu>
Reply-To: wallingf@cs.uni.edu
Organization: Dept of CS, Univ of Northern Iowa
X-Mailer: Mozilla 2.01 (Macintosh; I; 68K)
MIME-Version: 1.0
To: eopl-teachers@cs.indiana.edu
CC: wallingf@cs.uni.edu
Subject: Records in Dr. Scheme
X-URL: http://www.cs.indiana.edu/eip/eopl.html
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hello!

     Has anyone implemented a define-record syntactic extension
     for Dr. Scheme?  My students use MacGambit, MIT Scheme, and
     Dr. Scheme in various places, and Dr. Schemeis the only one
     for which I cannot find a reference to an existing facility.
     If you have implemented such code, or know of someone who
     has, I would appreciate hearing from you.  Thanks!

---- Eugene Wallingford

From chaynes  Mon Mar  9 16:01:43 1998
Return-Path: <owner-eopl-teachers@cs.indiana.edu>
Received: from moose.cs.indiana.edu (moose.cs.indiana.edu [129.79.252.123])
	by indra.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with ESMTP id QAA01559
	for <eopl-teachers@indra.cs.indiana.edu>; Mon, 9 Mar 1998 16:01:43 -0500 (EST)
Received: from amber.ccs.neu.edu (root@amber.ccs.neu.edu [129.10.111.100])
	by moose.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.16) with ESMTP id QAA18001
	for <eopl-teachers@cs.indiana.edu>; Mon, 9 Mar 1998 16:01:35 -0500 (EST)
Received: from delphi.ccs.neu.edu (wand@delphi.ccs.neu.edu [129.10.112.101])
	by amber.ccs.neu.edu (8.8.6/8.8.6) with ESMTP id QAA23630;
	Mon, 9 Mar 1998 16:01:23 -0500 (EST)
Received: (from wand@localhost)
	by delphi.ccs.neu.edu (8.8.6/8.8.6) id QAA06468;
	Mon, 9 Mar 1998 16:01:22 -0500 (EST)
Date: Mon, 9 Mar 1998 16:01:22 -0500 (EST)
Message-Id: <199803092101.QAA06468@delphi.ccs.neu.edu>
From: Mitchell Wand <wand@ccs.neu.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: wallingf@cs.uni.edu
Cc: eopl-teachers@cs.indiana.edu
Subject: Records in Dr. Scheme
In-Reply-To: <35044F0C.7A80@cs.uni.edu>
References: <35044F0C.7A80@cs.uni.edu>
X-Mailer: VM 6.31 under Emacs 19.34.1

EW> Hello!
EW>      Has anyone implemented a define-record syntactic extension
EW>      for Dr. Scheme?  My students use MacGambit, MIT Scheme, and
EW>      Dr. Scheme in various places, and Dr. Schemeis the only one
EW>      for which I cannot find a reference to an existing facility.
EW>      If you have implemented such code, or know of someone who
EW>      has, I would appreciate hearing from you.  Thanks!

EW> ---- Eugene Wallingford

Ask, and ye shall receive!  Here's mine. This is slightly different from the
one in the book: it represents records as lists, not vectors, and it uses
record-case, not variant-case (binds fields by position, not by name).  It
would be easy enough to retrofit.  

BTW, where is uni.edu? 

--Mitch 

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

;;;                                                                          
;;;  define-record and record-case macros for drscheme

;;; Based on Jens Palsberg's version of 8/21/96 (sources listed
;;; below), modified by Mitchell Wand for Dr Scheme on 2/3/98.

;;;                                                                          
;;;  Following Duncan Fisher, the syntax of record-case allows the keys      
;;;  of the clauses to be lists of symbols (i.e. more then one type of       
;;;  record, similar to a case statement) as well as the usual single        
;;;  symbol.                                                                 
;;;                                                                          
;;;  Implemented by Jens Palsberg (palsberg@cs.purdue.edu) borrowing heavily 
;;;  from previous work by Duncan Fisher, Brent Benson, Gary Duzan,          
;;;  David McCusker, and Dan Ryan.   

; Jens wrote on Wed Aug 21 14:12:54 1996: 
;
; My code is a quick fix 
; of the macgambit macros to which you pointed me.  My code
; does not have nice printf and format.  The problem is that
; the macgambit code uses open-input-string and open-output-string
; for formatting, and I don't know what they do or where I can
; find code for them.  In case you should be interested in
; taking a look, the scm macros are appended.


(define format-> 
  (lambda (x l)   
    (string-append (symbol->string x) "->" (symbol->string l))))

(define format?
  (lambda (x)
    (string-append (symbol->string x) "?")))

(define formatmake-
  (lambda (x)
    (string-append "make-" (symbol->string x))))

;;;
;;; Auxiliary procedures needed for the following record marcos.
;;;
;;; record-macros:fog returns the composition of the two functions f and g
;;;
;;; record-macros:sos? returns #t if lst is a list of distinct symbols =>
;;; a set of symbols, otherwise #f. Note: (record-macros:sos? '()) => #t
;;;

(define (record-macros:compose f g)
  (lambda (x) (f (g x))))

(define (record-macros:sos? lst)
  (if (list? lst)
    (letrec ((set?
              (lambda (los)
                (cond
                 ((null? los) #t)
                 ((not (symbol? (car los))) #f)
                 ((memq (car los) (cdr los)) #f)
                 (else (set? (cdr los)))))))
      (set? lst))
    #f))

;;;
;;; define-record macro
;;;
;;; Syntax of general form: (define-record name (field-1 ... field-n))
;;;
;;; This macro expansion defines the following procedures:
;;;    make-name
;;;    name->field-1
;;;    ...
;;;    name->field-n
;;;    name?
;;;

; in scm this was
; (defmacro define-record args   ;; args = (name . fields)
;  (let ((name (car args))
;        (fields (cadr args)))  ...))

; changed protocol for DrScheme...
(define-macro define-record 
  (lambda (name fields)
    ;; The make-readers procedure returns a list of procedures which
    ;; define the name->field-1 ... name->field-n procedures that are
    ;; used to access the specific data fields of a name type record.
    (letrec ((make-readers
               (lambda (name fields get-field)
                 (if (null? fields)
                   '()
                   (let ((reader
                           (string->symbol (format-> name (car fields)))))
                     (cons `(define ,reader (record-macros:compose car
                                              ,get-field)) 
                           (make-readers
                             name (cdr fields)
                             (list 'record-macros:compose 'cdr get-field))))))))
      (if (and (symbol? name) (record-macros:sos? fields))
        (let ((predicate   (string->symbol (format? name)))
              (constructor (string->symbol (formatmake- name))))
          `(begin
             (define ,predicate (lambda (x) (and (list? x) (eq? (car x) ',name))))
             (define ,constructor (lambda args (cons ',name args)))
             ,@(make-readers name fields 'cdr)))
        (error 'define-record-macro "illegal syntax in ~a type record" name)))))

;;;
;;; record-case macro
;;;
;;; Syntax of general form: (record-case record-expression
;;;                           (name-1 field-list-1 consequent-1)
;;;                           ...
;;;                           (name-n field-list-n consequent-n)
;;;                           (else alternative))
;;;
;;; Note: name-i may be a list of distinct symbols in addition to being
;;; just a symbol. This is more in line with the usual type case definition.
;;;
;;; For each clause in the record-case statement, the record-case
;;; macro expands it to a cond type clause of the form ((pred? value)
;;; (let-expression)), where the body of the let expression is the
;;; consequent expressions of the record-case form. The bindings of the
;;; let form are those between the symbols of the record-case field-list
;;; and the corresponding values of the record passed in as argument
;;; record-var to record-case. These bindings are done based on position
;;; only.
;;;

; (defmacro record-case args    ;; args = (record-exp . clauses)
; (let ((record-exp (car args))
;       (clauses (cdr args))) ... ))

(define-macro record-case 
  (lambda (record-exp . clauses)
    (let ((var     (gensym)))
      ;; make-conds expands all the record-case clauses into a
      ;; list of appropriate cond style clauses, i.e. each clause
      ;; list of the form:
      ;;    (name-i field-list-i consequent-i)
      ;; gets expanded into:
      ;;    ((name-i? record-exp)
      ;;        (let ((field-list-i-1 field-name-1)
      ;;              (           ...             )
      ;;              (field-list-i-n field-name-n))
      ;;          consequent-i))
      (letrec ((make-conds
                 (lambda (clause)
                   (cond
                     ((null? clause)
                      `((else (error 'record-case "no clause match: ~a" ,var))))
                     ((eq? (caar clause) 'else)
                      `((else ,@(cdar clause))))
                     (else
                       ;; The make-lets procedure returns the let expression bindings for
                       ;; one record-case clause only. These in turn will be combined with
                       ;; the (pred? value) list to form one clause of the cond statement.
                       (letrec ((make-lets
                                  (lambda (fields get-field)
                                    (if (null? fields)
                                      '()
                                      (cons
                                        `(,(car fields) (car ,get-field))
                                        (make-lets (cdr fields)
                                          (list 'cdr get-field)))))))
                         (let* ((key (caar clause))
                                (pred? (if (list? key)
                                         `(memv (car ,var) ',key)
                                         `(eqv? (car ,var) ',key)))
                                (lets (make-lets (cadar clause) `(cdr ,var))))
                           (cons
                             `(,pred? (let ,lets ,@(cddar clause)))
                             (make-conds (cdr clause))))))))))
        (if (record-macros:check-syntax clauses)
          `(let ((,var ,record-exp)) (cond ,@(make-conds clauses)))
          ;; this error call should never be processed since
          ;; check-syntax only returns #t or doesn't return at all
          (error 'record-case-macro
            "Unspecified error ~%Record-exp = ~p~%Clauses = ~p"
            record-exp clauses))))))

;;;
;;; check-syntax analyses the syntax of the clauses of the record-case
;;; statement, e.g. is it a list of lists, are the cars of each list a
;;; symbol or set of symbols, are the second elements of each list also
;;; a set of symbols, etc. Also checks to see if the keys to all the
;;; clauses are unique. Returns #t if there are no syntax errors found,
;;; otherwise it calls the error procedure and doesn't return.
;;;

(define (record-macros:check-syntax clauses)
  ;; clause? returns true if a single record-case
  ;; clause has the correct syntax, otherwise false
  (let ((clause? (lambda (c)
                   (and (list? c)
                        (not (null? c))
                        (or (symbol? (car c)) (record-macros:sos? (car c)))
                        (if (eq? 'else (car c))
                          (not (null? (cdr c)))
                          (and (> (length c) 2)
                               (record-macros:sos? (cadr c))))))))
  ;; check-clauses returns #t if there are no invalid clauses detected,
  ;; otherwise the error procedure is invoked and no value is returned
    (letrec ((check-clauses
              (lambda (clauses)
                (cond
                 ((null? clauses) #t)
                 ((not (clause? (car clauses)))
                  (error 'record-macros:check-syntax
                    "~%Incorrect syntax, clause invalid:~%~p" (car clauses)))
                 ((and (eq? (caar clauses) 'else)
                       (not (null? (cdr clauses))))
                  (error 'record-macros:check-syntax
                    "~%Incorrect syntax, clauses after else:~%~p" clauses))
                 (else (check-clauses (cdr clauses))))))
  ;; case-names returns a list containing all the key symbols
  ;; of all the clauses of the record-case (including else)
             (case-names
              (lambda (clauses)
                (cond
                 ((null? clauses) '())
                 ((list? (caar clauses))
                  (append (caar clauses) (case-names (cdr clauses))))
                 (else
                  (cons (caar clauses) (case-names (cdr clauses))))))))
      (let ((keys (case-names clauses)))
        (if (record-macros:sos? keys)
          (check-clauses clauses)
          (error 'record-macros:check-syntax
            "~%Incorrect syntax, duplicate clause keys in~%~p" keys))))))

;;;
;;; make-record-from-name taken from chez-init.scm - used by sllgen.scm
;;;

(define (make-record-from-name name)
  (lambda args
    (cons name args)))

From chaynes  Wed May 27 00:21:52 1998
Return-Path: <owner-eopl-teachers@cs.indiana.edu>
Received: from moose.cs.indiana.edu (root@moose.cs.indiana.edu [129.79.252.123])
	by indra.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.18) with ESMTP id AAA22451
	for <eopl-teachers@indra.cs.indiana.edu>; Wed, 27 May 1998 00:21:52 -0500 (EST)
Received: from datais.com (datais.com [209.90.128.247])
	by moose.cs.indiana.edu (8.8.7/8.8.7/IUCS_2.18) with ESMTP id AAA18388
	for <eopl-teachers@cs.indiana.edu>; Wed, 27 May 1998 00:21:50 -0500 (EST)
Received: (from www@localhost)
	by datais.com (8.8.7/8.8.7) id BAA13415
	for eopl-teachers@cs.indiana.edu; Wed, 27 May 1998 01:29:15 -0400 (EDT)
	(envelope-from www)
Date: Wed, 27 May 1998 01:29:15 -0400 (EDT)
Message-Id: <199805270529.BAA13415@datais.com>
Subject: Advertising Solutions 
From: "Datacom Internet Solutions Corp." <ads@datais.com>


Greetings,

Recently I have visited your web site. I believe that the 
following information may be of interest to you. I apologize
if I sent this message to the wrong person; please note that
you are not on a mailing list and will not be placed on one 
by us.

Datacom Internet Solutions Corporation is an established banner
advertising network, that pays web sites for advertising.

I would like to invite you to join our web site network and make 
money with your web site.  Datacom will pay you $0.10 every time 
someone clicks on a banner hosted on your web site. It is easy.  
Just place a small bit of HTML code on your site, and you can start
making money today.  

Datacom screens the banners which are sent via our network.  We will
not display any banners containing pornography, any illegal or 
controversial material.  All of our ads are 'G' rated and from 
trustworthy companies.  Our banners are of standard size (468 X 60 
pix.) and can be placed at the top or the bottom of your page.

If you would like to set up an account on our network, please visit:
http://www.datais.com and apply as a web site host.  The site has 
everything you need to get started.

Thanks again,

  RJ Pauloski III
  Datacom Internet Solutions Corporation
  http://www.datais.com


From owner-eopl-teachers  Tue Oct  5 09:52:36 1999
Return-Path: <SJNASA@aol.com>
Received: from imo17.mx.aol.com (imo17.mx.aol.com [198.81.17.7])
	by moose.cs.indiana.edu (8.9.3/8.9.3/IUCS_2.28) with ESMTP id JAA21864
	for <eopl-teachers@cs.indiana.edu>; Tue, 5 Oct 1999 09:52:34 -0500 (EST)
From: SJNASA@aol.com
Received: from SJNASA@aol.com
	by imo17.mx.aol.com (mail_out_v22.4.) id hQUPa11143 (3968)
	 for <eopl-teachers@cs.indiana.edu>; Tue, 5 Oct 1999 10:51:59 -0400 (EDT)
Message-ID: <dc88f977.252b6a8e@aol.com>
Date: Tue, 5 Oct 1999 10:51:58 EDT
Subject: question
To: eopl-teachers@cs.indiana.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Windows AOL sub 41

Hi , I have a question about scheme programming.
I want a reverse order program.
I made a scheme program following:

(define rev
   (lambda (xs)
      (if (null? xs)
          '()
          (list (rev (cdr xs)) (car xs)))))

but the result is not that I expect:
> (rev '(a b c))
(((() c) b) a)
>

If I get the result that is (c b a), how to revise my program? 

Thanks for reading pls reply me.
sjnasa@aol.com

From eopl-teachers-request  Sat Oct  9 16:20:51 1999
Return-Path: <rajat@ix.netcom.com>
Received: from dfw-ix15.ix.netcom.com (dfw-ix15.ix.netcom.com [206.214.98.15])
	by moose.cs.indiana.edu (8.9.3/8.9.3/IUCS_2.28) with ESMTP id QAA10156
	for <eopl-teachers@cs.indiana.edu>; Sat, 9 Oct 1999 16:20:50 -0500 (EST)
Received: (from smap@localhost)
          by dfw-ix15.ix.netcom.com (8.8.4/8.8.4)
	  id QAA26778 for <eopl-teachers@cs.indiana.edu>; Sat, 9 Oct 1999 16:20:13 -0500 (CDT)
Received: from aus-tx45-20.ix.netcom.com(207.93.33.20) by dfw-ix15.ix.netcom.com via smap (V1.3)
	id rma026734; Sat Oct  9 16:19:56 1999
From: Rajat Datta <rajat@ix.netcom.com>
Reply-To: rajat@ix.netcom.com
To: eopl-teachers@cs.indiana.edu
Date: Sat, 9 Oct 1999 16:25:03 -0500
X-Mailer: KMail [version 1.0.28]
Content-Type: text/plain
MIME-Version: 1.0
Message-Id: <99100916265905.01315@goteborg.localdomain>
Content-Transfer-Encoding: 8bit

Hi!  I'm working my way through EOPL, diligently doing all the exercises.  I
would like to know if in exercise 2.3.10 (page 62), if the global symbol table
(containing the positional definitions for eq? and cons) should be built from
scratch as we process the input expression, or if we can assume that it will be
given as a parameter?

In particular, if my routine for actually parsing all expressions is
  (define handle-expr (lambda (symbol-tables exp) ...))
then, can I define lexical-address as
  (define lexical-address (lambda (exp)
        (handle-expr '((eq? cons)) exp)))

Obviously, this simplifies the problem quite a bit, especially given that we
stay limited to the amount of Scheme actually presented in EOPL until that
exercise.  But, one can make the point that globals like eq?, cons, etc, will
in fact, be known and not have to be built up as we encounter them in the
expression being parsed (obviously previously undefined global variables are
not known).

Thanks for considering this question.

-- 
rajat

-- 
rajat

From eopl-teachers-request  Tue Oct 19 10:46:07 1999
Return-Path: <wand@ccs.neu.edu>
Received: from amber.ccs.neu.edu (root@amber.ccs.neu.edu [129.10.116.51])
	by moose.cs.indiana.edu (8.9.3/8.9.3/IUCS_2.28) with ESMTP id KAA03365
	for <eopl-teachers@cs.indiana.edu>; Tue, 19 Oct 1999 10:46:07 -0500 (EST)
Received: from delphi.ccs.neu.edu (wand@delphi.ccs.neu.edu [129.10.116.177])
	by amber.ccs.neu.edu (8.9.1a/8.9.1) with ESMTP id LAA22697;
	Tue, 19 Oct 1999 11:46:02 -0400 (EDT)
Received: (from wand@localhost)
	by delphi.ccs.neu.edu (8.9.1a/8.9.1) id LAA08864;
	Tue, 19 Oct 1999 11:46:01 -0400 (EDT)
From: Mitchell Wand <wand@ccs.neu.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <14348.37433.123816.539762@delphi.ccs.neu.edu>
Date: Tue, 19 Oct 1999 11:46:01 -0400 (EDT)
To: rajat@ix.netcom.com
Cc: eopl-teachers@cs.indiana.edu
Subject: Exercise 2.3.10
In-Reply-To: <99100916265905.01315@goteborg.localdomain>
References: <99100916265905.01315@goteborg.localdomain>
X-Mailer: VM 6.70 under Emacs 19.34.1

RD> Hi!  I'm working my way through EOPL, diligently doing all the
RD> exercises.  I would like to know if in exercise 2.3.10 (page 62),
RD> if the global symbol table (containing the positional definitions
RD> for eq? and cons) should be built from scratch as we process the
RD> input expression, or if we can assume that it will be given as a
RD> parameter?

RD> In particular, if my routine for actually parsing all expressions is
RD>   (define handle-expr (lambda (symbol-tables exp) ...))
RD> then, can I define lexical-address as
RD>   (define lexical-address (lambda (exp)
RD>         (handle-expr '((eq? cons)) exp)))

RD> Obviously, this simplifies the problem quite a bit, especially
RD> given that we stay limited to the amount of Scheme actually
RD> presented in EOPL until that exercise.  But, one can make the
RD> point that globals like eq?, cons, etc, will in fact, be known and
RD> not have to be built up as we encounter them in the expression
RD> being parsed (obviously previously undefined global variables are
RD> not known).

RD> Thanks for considering this question.

I believe the intent of the problem is that the table of globals
should be built as we process the input expression.  However, when I
assign the problem, I tell my students simply to mark these variables
as global, eg, (cons : global).

--Mitch Wand

From eopl-teachers-request  Tue Oct 19 20:49:49 1999
Return-Path: <rajat@ix.netcom.com>
Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246])
	by moose.cs.indiana.edu (8.9.3/8.9.3/IUCS_2.28) with ESMTP id UAA28818
	for <eopl-teachers@cs.indiana.edu>; Tue, 19 Oct 1999 20:49:48 -0500 (EST)
Received: from goteborg.localdomain (aus-tx44-42.ix.netcom.com [207.221.76.170])
	by smtp10.atl.mindspring.net (8.8.5/8.8.5) with SMTP id VAA19708;
	Tue, 19 Oct 1999 21:49:43 -0400 (EDT)
From: Rajat Datta <rajat@ix.netcom.com>
Reply-To: rajat@ix.netcom.com
To: Mitchell Wand <wand@ccs.neu.edu>, rajat@ix.netcom.com
Subject: Re: Exercise 2.3.10
Date: Tue, 19 Oct 1999 20:45:13 -0500
X-Mailer: KMail [version 1.0.28]
Content-Type: text/plain
Cc: eopl-teachers@cs.indiana.edu
References: <99100916265905.01315@goteborg.localdomain> <14348.37433.123816.539762@delphi.ccs.neu.edu>
In-Reply-To: <14348.37433.123816.539762@delphi.ccs.neu.edu>
MIME-Version: 1.0
Message-Id: <99101920565901.01748@goteborg.localdomain>
Content-Transfer-Encoding: 8bit

On Tue, 19 Oct 1999, Mitchell Wand wrote:
> RD> Hi!  I'm working my way through EOPL, diligently doing all the
> RD> exercises.  I would like to know if in exercise 2.3.10 (page 62),
> RD> if the global symbol table (containing the positional definitions
> RD> for eq? and cons) should be built from scratch as we process the
> RD> input expression, or if we can assume that it will be given as a
> RD> parameter?
> I believe the intent of the problem is that the table of globals
> should be built as we process the input expression.  However, when I
> assign the problem, I tell my students simply to mark these variables
> as global, eg, (cons : global).

Given the amount of Scheme presented upto 2.3.10, how should the table of
global symbols be implemented?   The only solution I can come up with is that
the parsing routine takes the input expression, the global symbol
table, and the local symbol table (as computed so far), returns a two item list,
the first of which is the already converted portion of the input expression,
and the second of which is the  global symbol table.  The first is cons-ed with
the result of parsing the rest of the expression, while the second is passed as
argument to the parsing routine.  

-- 
rajat

From eopl-teachers-request  Mon Nov  8 11:54:54 1999
Return-Path: <zachary@cs.utah.edu>
Received: from wrath.cs.utah.edu (wrath.cs.utah.edu [155.99.198.100])
	by moose.cs.indiana.edu (8.9.3/8.9.3/IUCS_2.28) with ESMTP id LAA16171
	for <eopl-teachers@cs.indiana.edu>; Mon, 8 Nov 1999 11:54:54 -0500 (EST)
Received: from denali.cs.utah.edu (denali.cs.utah.edu [155.99.194.35])
	by wrath.cs.utah.edu (8.8.8/8.8.8) with ESMTP id JAA29896
	for <eopl-teachers@cs.indiana.edu>; Mon, 8 Nov 1999 09:54:53 -0700 (MST)
Received: (from zachary@localhost)
	by denali.cs.utah.edu (8.8.8/8.8.8) id JAA09635;
	Mon, 8 Nov 1999 09:54:53 -0700 (MST)
Date: Mon, 8 Nov 1999 09:54:53 -0700 (MST)
Message-Id: <199911081654.JAA09635@denali.cs.utah.edu>
From: Joseph L Zachary <zachary@cs.utah.edu>
To: eopl-teachers@cs.indiana.edu
Subject: Chapter 6

What is the earliest printing of the first edition of EOPL that
incorporates the revised ch6.ps?

Thanks.

			- Joe Zachary

From eopl-teachers-request  Sun Feb 13 03:58:25 2000
Return-Path: <hifiber7@compuserve.com>
Received: from mailmachine333.compuserve.com (98AEAA1E.ipt.aol.com [152.174.170.30])
	by moose.cs.indiana.edu (8.9.3/8.9.3/IUCS_2.28) with SMTP id DAA10542
	for <eopl-teachers@cs.indiana.edu>; Sun, 13 Feb 2000 03:58:23 -0500 (EST)
From: <hifiber7@compuserve.com>
To: <eopl-teachers@cs.indiana.edu>
Date: Sun, 13 Feb 2000 00:21:58
Message-Id: <49.420289.251929@mailmachine333.compuserve.com>
Subject: AD:Family Reunion T Shirts & More
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Message sent by:  Kuppler Graphics, 32 West Main Street, Maple 
Shade, New Jersey, 08052,
1-800-810-4330.   This list will NOT be sold.  All addresses 
are automatically added to our remove list.

Hello.  My name is Bill from Kuppler Graphics.  We do 
screenprinting on T Shirts, Sweatshirts,
Jackets, Hats, Tote Bags and more!

Do you or someone you know have a Family Reunion coming up?  
Kuppler Graphics would like to
provide you with some great looking T Shirts for your Reunion.

Kuppler Graphics can also provide you with custom T's and 
promotional items such as imprinted
magnets, keychains, pens, mugs, hats, etc. for your business or 
any fundraising activity
(church, school, business etc.) We also can provide you with 
quality embroidery. 

We are a family owned company with over 15 years of experience.  

All work is done at this location.  No middle man.  Our prices 
are great!

Click reply to email us or call 1-800-810-4330 for more info


Bill
Kuppler Graphics
 
 
 
 
 
 
 

From eopl-teachers-request  Fri Apr 28 02:18:41 2000
Return-Path: <max@gac.edu>
Received: from callisto.gac.edu (IDENT:mail@callisto.gac.edu [138.236.128.19])
	by moose.cs.indiana.edu (8.9.3/8.9.3/IUCS_2.29) with ESMTP id CAA29970
	for <eopl-teachers@cs.indiana.edu>; Fri, 28 Apr 2000 02:18:40 -0500 (EST)
Received: from solen.gac.edu (solen.gac.edu [138.236.128.18])
	by callisto.gac.edu (8.10.0/8.10.0/1.0) with ESMTP id e3S7IVp26532
	for <eopl-teachers@cs.indiana.edu>; Fri, 28 Apr 2000 02:18:32 -0500
Received: from max.mcs.gac.edu (IDENT:root@max.mcs.gac.edu [138.236.64.64])
	by solen.gac.edu (8.9.3/8.9.3/GAC-HUB-2.43) with ESMTP id CAA00795
	for <eopl-teachers@cs.indiana.edu>; Fri, 28 Apr 2000 02:18:32 -0500 (CDT)
Received: (from max@localhost)
	by max.mcs.gac.edu (8.9.3/8.8.7/GAC-SPOKE-2.17) id CAA24452;
	Fri, 28 Apr 2000 02:18:29 -0500
Date: Fri, 28 Apr 2000 02:18:29 -0500
Message-Id: <200004280718.CAA24452@max.mcs.gac.edu>
X-Authentication-Warning: max.mcs.gac.edu: max set sender to max@max.mcs.gac.edu using -f
From: Max Hailperin <max@gac.edu>
To: eopl-teachers@cs.indiana.edu
Subject: chap. 13 parser: follow-up

I asked at the beginning of the week whether anyone could help me out
with a parser that included chapter 13 (types) syntax.  I wanted to
report back to the list the result of that inquiry and offer my code
up to anyone in the same situation.

The only reply I got was from Mitch Wand, who very kindly sent me the
current draft of the new second edition chapter on types (chapter 7,
but it replaces the old 13), the appendix on parsing, and the
accompanying code.  He suggested I could use it either as is or
cross-bred with the old. (Not his words.)

I haven't spent a great deal of time with this new material, but
already I am convinced it is superior to the old.  However, I am also
convinced that it would be too much of a rough transition for my
students to switch them at this late date in the course.  So while I
look forward to using this new chapter in the new edition, I decided
to stick with the old 13 for now.  (However, I borrowed at least one
good idea from the new chapter, described below.)

I could still have used the new parser generator to generate a parser
for the old chapter's syntax, but it looked like this really wasn't
going to be any easier than doing it on the old parser infrastructure,
once I factored in issues like needing to present my students with the
old define-record format for ASTs.  (Maybe this was just timidity on
my part with regard to learning SLLGEN in the zero time I had.)

So, I went ahead and made a little time and patched the chapter 13
syntax into the existing parser (1st edition appendices B-F).  If
anyone else could use this, it is available on the web at

 http://www.gac.edu/~max/courses/S2000/MCS-287/labs/lab4/chap13-parser-etc.ss

The changes I made to the EOPL appendices are marked with comments,
all of which contain the string "chapter 13".

In addition to the syntax explicitly present in chapter 13 and some
that is a bit implicit, I added a definerec syntax (one exercise asks
the students to do this, but that wasn't appropriate in my course,
since we don't cover parsing in this course) and a definetype form
(see below).  The definerec form is

  definerec <decls> end

where the <decls> are expected to all have asserts of procs, as in
letrec, though the parser doesn't enforce this.

The definetype form is based on the new chapter 7's lettype, and is a
way of defining an opaque type, protecting the abstraction barrier of
an ADT representation.  The concrete syntax is

  definetype <name> = <type> within <decls> end

The <decls> should again all have expressions that are asserts of
procs, though again the parser doesn't enforce this.

I am betting that my students will find the definetype variant of this
idea more to their taste than the lettype, though of course the
lettype would be cleaner, nest-able, etc.  It just seems that if the
goal is to seal up an ADT implementation as a black box, having it be
an independent form makes sense.

Any readers familiar with the new chapter's lettype can probably
deduce what semantics I have in mind for definetype, but in any case,
you can look at the lab project handout that I wrote for my students,
which is at

 http://www.gac.edu/~max/courses/S2000/MCS-287/labs/lab4/

That handout also includes examples of a finite function ADT (inspired
by the one in the new chapter 7) written both with transparent
(definetypeabbreviation) and opaque (definetype) types.  The one
perhaps somewhat pedagogically significant difference in my ff is that
I provided an extra interface operation, isBoundInFf, which motivates
using a representation for FFs that isn't quite so isomorphic to the
abstract interface.

I want to thank Mitch very much for having made the new materials
available to me, and reiterate that the above stuff I threw together
is just a stop-gap given where my students are currently at, having
been raised on the 1st edition.  When I can use the 2nd edition from
the beginning, it will definitely be preferable to switch to the new
types chapter.

 -max

From eopl-teachers-request  Sun Jul 16 14:11:10 2000
Return-Path: <andrew@aitecafrica.com>
Received: from srv8.server4me.com ([216.55.176.8])
	by moose.cs.indiana.edu (8.9.3/8.9.3/IUCS_2.29) with ESMTP id OAA18432
	for <eopl-teachers@cs.indiana.edu>; Sun, 16 Jul 2000 14:11:07 -0500 (EST)
From: andrew@aitecafrica.com
Received: from srv8.server4me.com (localhost.server4me.com [127.0.0.1])
	by srv8.server4me.com (8.9.3/8.9.3) with SMTP id LAA58175
	for eopl-teachers@cs.indiana.edu; Sun, 16 Jul 2000 11:51:58 -0700 (PDT)
	(envelope-from andrew@aitecafrica.com)
Date: Sun, 16 Jul 2000 11:51:58 -0700 (PDT)
Message-Id: <200007161851.LAA58175@srv8.server4me.com>
To: eopl-teachers@cs.indiana.edu
Subject: AFRICA'S TOP IT CONFERENCE AT SUN CITY SOUTH AFRICA
Content-Type: text/html; charset='iso-8859-1'Content-Transfer-Encoding: 7bit

<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 9">
<meta name=Originator content="Microsoft Word 9">
<link rel=File-List href="./index_files/filelist.xml">
<title>The African Computing & Telecommunication Summit</title>
<style>
<!--
 /* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	text-autospace:none;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";
	mso-ansi-language:EN-GB;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
	{margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	text-autospace:none;
	font-size:10.0pt;
	font-family:"Courier New";
	mso-fareast-font-family:"Times New Roman";
	mso-ansi-language:EN-GB;}
@page Section1
	{size:595.3pt 841.9pt;
	margin:1.0in .8in 1.0in .8in;
	mso-header-margin:35.45pt;
	mso-footer-margin:35.45pt;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}
-->
</style>
</head>
<body lang=EN-US style='tab-interval:.5in;text-justify-trim:punctuation' bgcolor="#FFFFFF">
<div class=Section1>
  <div align="center"><font size="3" face="Arial, Helvetica, sans-serif"><i><font size="2">If 
    you want to be removed from this mailing list please check below this page 
    for details</font></i></font><br>
  </div>
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
      <td width="100%" colspan="2">
        <div align="center"><span lang=EN-GB><img src="http://web.mailafrica.net/images/aiteclogo.gif" width="183" height="100"></span> 
          <span lang=EN-GB style='font-size:18.0pt;font-family:
Arial;color:purple'><o:p></o:p></span></div>
      </td>
    </tr>
  </table>
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td>
        <div align="center"><font size="7" face="Arial, Helvetica, sans-serif" color="#FF0000">A 
          C T 2 0 0 0<o:p></o:p></font><br>
          <font size="3" face="Arial, Helvetica, sans-serif"><b>The African Computing 
          &amp; Telecommunications Summit</b></font> </div>
        <p class=MsoPlainText align="center"><font size="3" face="Arial, Helvetica, sans-serif"><span lang=EN-GB style='font-family:Arial'><i>Sun 
          City, South Africa<o:p> &#149; </o:p>29 August - 1 September</i><br>
          <b>&quot;Making IT work for Africa&quot;</b></span></font><b><font size="3"><span lang=EN-GB style='font-size:18.0pt;font-family:
Arial;color:purple'><o:p></o:p><o:p></o:p></span></font><span lang=EN-GB style='font-size:18.0pt;font-family:
Arial;color:purple'><o:p></o:p></span></b><span lang=EN-GB style='font-size:18.0pt;font-family:
Arial;color:purple'><o:p></o:p></span></p>
  </td>
    </tr>
  </table>
  <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><br>
    </span></p>
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td height="74"> 
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>&#149; 
          DEVELOPING</b></span><span
lang=EN-GB style='font-family:Arial'> IT expertise to enable Africa to compete 
          effectively in the international marketplace.<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>&#149; 
          CONTRIBUTING</b></span><span
lang=EN-GB style='font-family:Arial'> towards Africa's drive for Internet connectivity, 
          electronic commerce and web-based training.<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>&#149; 
          FACILITATING</b></span><span
lang=EN-GB style='font-family:Arial'> commercial links between suppliers and users 
          of information technology.<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>&#149; 
          ENABLING</b></span><span
lang=EN-GB style='font-family:Arial'> the continent's computing and communications 
          professionals to enhance their skills and knowledge of international 
          trends and latest development.<o:p></o:p></span></p>
  </td>
    </tr>
  </table>
  <br>
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
      <td width="100%" colspan="2"> 
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>OUTLINE 
          PROGRAMME<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><i><span lang=EN-GB style='font-family:Arial'><b>29 
          August 2000<br>
          </b></span></i><span lang=EN-GB style='font-family:Arial'>Shuttle Buses 
          arrive from Johannesburg Airport<o:p></o:p><br>
          <br>
          </span><span lang=EN-GB style='font-family:Arial'><b>2pm onwards</b><br>
          Delegate Registration<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Web Development 
          Workshop Part I<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Exhibition 
          Opening<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><br>
          <b>6pm</b> - Summit Opening Ceremony - Sun City Amphitheatre<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><br>
          <b>7pm</b> - Beach Party - Valley of Waves<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><i><span lang=EN-GB style='font-family:Arial'><b>30 
          August 2000<o:p></o:p></b><o:p></o:p></span></i></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b>9am 
          - 6pm</b> - Day One of Main Conference<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'> <b>7pm 
          - </b></span><span lang=EN-GB style='font-family:Arial'>Game Reserve 
          Drive and Traditional Fireside Dinner<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><i><span lang=EN-GB style='font-family:Arial'><b>31 
          August 2000<o:p></o:p></b><o:p></o:p></span></i></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b>9am 
          - 6pm</b> - Day Two of Main Conference<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b> 8pm</b> 
          - <span style='mso-tab-count:1'> </span>ACT Gala Dinner - Sun City Superbowl<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><i><span lang=EN-GB style='font-family:Arial'><b>1 
          September<o:p></o:p></b><o:p></o:p></span></i></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b>9am 
          - 1pm</b><span
style='mso-tab-count:1'> - </span>Day Three of Main Conference<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b>2pm 
          onwards</b> - Workshop Sessions<o:p></o:p></span></p>
        <p class=MsoPlainText><span
lang=EN-GB style='font-family:Arial'>Coach services back to Johannesburg and airport 
          </span></p>
      </td>
    </tr>
  </table>
  <p class=MsoPlainText><span
lang=EN-GB style='font-family:Arial'><o:p><br>
    </o:p></span></p>
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>TRAVEL 
          DETAILS<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>As the 
          official Carrier for ACT, South African Airways is offering special 
          fares for delegates.<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Delegates 
          wishing to book on SAA flights at these reduced rates or delegates requiring 
          additional accommodation or other travel requirements before or following 
          the Summit should contact the official ACT 2000 Travel Agency: Functions 
          &amp; Travel Inc, Johannesburg tel: +27-11-886 609 Fax: +27-11-787 8377. 
          They have secured room options in a wide range of Johannesburg hotels.<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>A FREE 
          shuttle coach service will operate from Johannesburg Airport to Sun 
          City throughout the day on 29 August and return on the afternoon of 
          1 September, with stops in Johannesburg.</span></p>
  </td>
    </tr>
  </table>
  <p class=MsoPlainText><br>
  </p>
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td> 
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial;color:red'>THE 
          ACT 2000 EXHIBITION</span></b><span lang=EN-GB style='font-family:Arial;color:red'><br>
          </span><span lang=EN-GB style='font-family:Arial'><br>
          The key annual marketing forum for Africa's IT suppliers, resellers 
          and users. Exhibitors include:<br>
          <br>
          &#149; Alcatel<br>
          &#149; American Tower Corporation<br>
          &#149; BCS-Net<br>
          &#149; Clearline<br>
          &#149; Cyberknowledge<br>
          &#149; Datacard<br>
          &#149; Department of Communications, South Africa<br>
          &#149; EDCO<br>
          &#149; Genicom<br>
          &#149; Glocall<br>
          &#149; Hewlett-Packard<br>
          &#149; Huawei Technologies<br>
          &#149; IBM<br>
          &#149; Lawson Software<br>
          &#149; Marconi<br>
          &#149; Molex<br>
          &#149; NCC Education<br>
          &#149; NCC Consulting<br>
          &#149; Panamsat<br>
          &#149; Pentacom<br>
          &#149; Prada Technologies<br>
          &#149; Siemens<br>
          &#149; Siltek<br>
          &#149; South African Certification Agency (SACA)<br>
          &#149; Transtel<br>
          &#149; TTI<br>
          &#149; UUNET<o:p></o:p></span></p>
        <p class=MsoNormal><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoNormal><span lang=EN-GB style='font-family:Arial;color:blue'><font color="#FF0000"><b>Conference 
          programme co-ordinators:<o:p></o:p></b></font><b><o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoNormal><span lang=EN-GB style='font-family:Arial'>John Spencer, 
          Projects Director, AITEC South Africa<o:p></o:p></span></p>
        <p class=MsoNormal><span lang=EN-GB style='font-family:Arial'>Paul Booth, 
          Consultant, South Africa</span></p>
  </td>
    </tr>
  </table>
  <p class=MsoPlainText><br>
  </p>
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial;color:red'>PROGRAMME<o:p></o:p></span></b><span lang=EN-GB style='font-family:Arial;color:red'><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>DAY 1 
          - Tuesday 29 August 2000<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>2pm onwards 
          - Delegate registration, exhibition viewing, training workshops<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>6pm<span style='color:red'> 
          Opening Ceremony</span> - Sun City Amphitheatre<o:p></o:p></span></p>
        <p class=MsoPlainText style='text-indent:.5in'><span lang=EN-GB
style='font-family:Arial'>The Hon Dr Ivy Matsepe-Casaburri, Minister of Communications, 
          South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText style='text-indent:.5in'><span lang=EN-GB
style='font-family:Arial'>Sean Moroney, Group Chairman, AITEC<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>7pm Group 
          Photograph, followed by Beach Party, Valley of the Waves<o:p> </o:p></span><span lang=EN-GB style='font-family:Arial'>Sponsored 
          by UUNET<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>DAY 2 
          - Wednesday 30 August 2000<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>PLENARY 
          1 - ECOMMERCE: TURNING THE HYPE INTO REALITY<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><i><span lang=EN-GB style='font-family:Arial'>Discussion 
          Leader:</span></i><span lang=EN-GB style='font-family:Arial'> Antonie 
          Roux, CEO, M-Web, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><span
style="mso-spacerun: yes"> </span><b><o:p></o:p></b></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          Lessons from South Africa's eCommerce Policy formulation process<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Andile 
          Ngcaba, Director-General, Department of Communications, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          The role of the Internet in worldwide economic development<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Richard 
          Lawson, CEO, Lawson Software, USA<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>E-business: 
          The new corporate agenda<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Bill 
          Weber, General Manager, Cisco South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><b><span lang=EN-GB style='font-family:Arial'>Africa’s ecommerce 
          revolution<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Ayisi 
          Makatiani, CEO, Africa Online, Kenya<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b>TEA 
          BREAK <o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>STREAM 
          1: FORMULATING YOUR ORGANISATION'S eCOMMERCE STRATEGY - I<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          Developing the right eBusiness strategy for your company<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>John 
          Berry, Joint Managing Director, e.com institute, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><b><span lang=EN-GB style='font-family:Arial'>How to avoid 
          losing money in the eCommerce craze<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>S. H. 
          Ramakrishnan, MD, LanBit Technologies, United Arab Emirates<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><b><span lang=EN-GB style='font-family:Arial'>Huxley's Books 
          goes online: A case study in moving from retail to etail<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Matthew 
          White, MD of Huxley's Books and Editor, Telecommunications in Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><b><span lang=EN-GB style='font-family:Arial'>All aboard 
          the e-procurement express!<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Rob Monteith, 
          Client Delivery Executive, E-solutions, EDS, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>STREAM 
          2: PROFESSIONAL DEVELOPMENT<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><i><span lang=EN-GB style='font-family:Arial'>Discussion 
          Leader:</span></i><span lang=EN-GB style='font-family:Arial'> Paul Booth, 
          Independent Consultant, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          Certification or lifelong learning?<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Deon 
          Botha, Managing Director, Ambassador Training, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><b><span lang=EN-GB style='font-family:Arial'>Women in IT: 
          Breaking through the glass ceiling<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Ann Richardson, 
          International Business Development Manager, NCC Services, UK<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><b><span lang=EN-GB style='font-family:Arial'>Professional 
          education in IS: Essential or an outmoded irrelevance?<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Geoff 
          Blackwell, African Manager, Institute for the Management of Information 
          Systems (IMIS), UK<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b>LUNCH<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>PLENARY 
          2: THE TELECOMMUNICATIONS REVOLUTION - WHAT IT MEANS FOR YOUR ORGANISATION<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Discussion 
          Leader: Matthew White, Editor, Telecommunications in Africa, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          The impact of telecommunications liberalisation: Opportunities for MNCs<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Ian Gordon-Cumming, 
          General Manager, BT Southern Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>The 
          impact and potential of wireless technology<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Dave 
          Reddy, Chairman and Managing Director, Motorola Southern Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><b><span lang=EN-GB style='font-family:Arial'>Monopoly, liberalisation, 
          technology - Finding the right formula for Africa's telecommunications 
          revolution<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Barry 
          McGuire, Director, MCIWorldCom Southern Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><b><span lang=EN-GB style='font-family:Arial'>Key regulatory 
          trends for satellite services and systems: Opportunities for Africa<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>David 
          Hartshorn, General-Secretary, Global VSAT Forum, UK<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b>TEA 
          BREAK<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>STREAM 
          1: TELECOMMUNICATIONS TECHNOLOGY<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><i><span lang=EN-GB style='font-family:Arial'>Discussion 
          Leader:</span></i><span lang=EN-GB style='font-family:Arial'> Roger 
          Dawes, GM, Marketing, Strategy &amp; Business Development, Alcatel Altech 
          Telecoms, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          End-to-end telecommunications and IT solutions in Africa<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Karel 
          van der Lecq, System Consulting Manager, Integration Solutions &amp; 
          Services, Siemens Telecommunications, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><b><span lang=EN-GB style='font-family:Arial'>Voice over 
          the Internet<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Dr Tomas 
          Vagoun, Director Product Development, American Tower Corporation (ATC), 
          USA<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><b><span lang=EN-GB style='font-family:Arial'>Internet conferencing 
          solutions<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Heinz 
          Ettinger, Director MMEA Region, Logitech, Switzerland<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><b><span lang=EN-GB style='font-family:Arial'>VSAT Networks: 
          Narrow band to wide band - Leapfrogging Africa into the 21<sup>st</sup> 
          Century<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Andre 
          du Toit, Manager International Business, Transtel, South Africa <o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>STREAM 
          2: FORMULATING YOUR ORGANISATION'S e-COMMERCE STRATEGY - II<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Discussion 
          Leader: Kwami Ahiabenu II, Executive Director, AITEC Ghana<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><o:p></o:p></span><b><span lang=EN-GB style='font-family:Arial'>Protection 
          of information on the Internet and beyond - Ensuring that eCommerce 
          survives (and thrives) in Africa<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Tim Ellis, 
          MD, South African Certification Agency<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><o:p></o:p></span><b><span lang=EN-GB style='font-family:Arial'>eBusiness 
          - A practical guide to enabling your organisation<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Mark 
          Gilfilan, MB Worksoft, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><b><span lang=EN-GB style='font-family:Arial'>ECommerce: 
          Effective planning<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Angus 
          Peacey, Sales Director, Lucent South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>E-service: 
          Beyond e-commerce and e-business<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Lenore 
          Kerrigan, District Manager, Communication Industries Business Unit, 
          Hewlett-Packard, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>How 
          to achieve real value through e-business<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Mike 
          Fairon, E-business Executive, ICL Africa, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b>7pm 
          Game Reserve Drive and Traditional Fireside Dinner<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>DAY 3 
          - THURSDAY 31 AUGUST 2000<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>PLENARY 
          3: eGOVERNANCE: REINFORCING DEMOCRACY &amp; GOOD GOVERNMENT IN AFRICA<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Discussion 
          Leader: <o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          eGovernment: Tranforming government processes using the Internet and 
          Internet related technologies<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Vernon 
          Hart, General Manager, IBM Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><b><span lang=EN-GB style='font-family:Arial'>Online government 
          support for democracy <o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Steven 
          Clift, Publicus, USA <o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><b><span lang=EN-GB style='font-family:Arial'>Government 
          identification projects<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Wim Tappij 
          Gielen, MD, Datacard, UK<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><b><span lang=EN-GB style='font-family:Arial'>How governments 
          can gain without the pain<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Jim Nowicki, 
          Director, EDS, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b>TEA 
          BREAK</b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>STREAM 
          1: EGOVERNANCE IMPLEMENTATION<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Discussion 
          Leader:<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          Enterprise information architecture in government<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Donald 
          Lim Fat, Consultant, Mauritius<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>Towards 
          and Information Society: Progress in South Africa<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Dr Jonathan 
          Miller, Miller, Esselaar &amp; Associates, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><b><span lang=EN-GB style='font-family:Arial'>Implementation 
          of the Nigerian national identification system<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Professor 
          Segun Olunloyo, MD, Tekcon Nigeria Ltd<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><b><span lang=EN-GB style='font-family:Arial'>Lessons from 
          developing South Africa's national ICT strategy<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Neville 
          Nicholas, Project Director, SAITIS Project &amp; Partner, PricewaterhouseCoopers, 
          Canada<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>STREAM 
          2: MOBILE TELEPHONY<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Discussion 
          Leader: Roger Dawes, GM, Marketing, Strategy &amp; Business Development, 
          Alcatel Altech Telecoms, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></b></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          The impact of XML and WAP on the future of e-business<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Grant 
          Thiselton, E-Business Manager, Software AG - SPL, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>Mobile 
          Internet solutions<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Greg 
          Cress, System Consultant, Integration Solutions &amp; Services, Siemens 
          ICN, South Africa <o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>Towards 
          the mobile information society<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Jiri 
          Batek, Country Manager, Nokia Networks, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>Mobile 
          radio goes digital – The implications for Africa<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Dr Angus 
          Hay, Manager Technology, Transtel, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>Hyperphone 
          solutions in an ecommerce environment<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Thami 
          Radebe, MD, M &amp; S Technologies, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><span
style="mso-spacerun: yes"> </span><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b>LUNCH<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>PLENARY 
          4: THE OPPORTUNITIES AND CHALLENGES OF NEW TECHNOLOGIES<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Discussion 
          Leader:<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          Technology renaissance - The future of Africa<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Richard 
          Fearon, Director - Business Development, Venture Computer, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>The 
          role of new technology in Africa's economic development<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Pedro 
          Viudez, Partner, and John Croswell, Arthur Andersen, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>The 
          evolution of the Internet: The lessons for Africa<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Pat Chapman-Pincher, 
          Senior Vice-President EMEA, UUNET, UK<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><br>
          </b></span><b><span lang=EN-GB style='font-family:Arial'>TEA BREAK<o:p></o:p></span></b><span lang=EN-GB style='font-family:Arial'><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>STREAM 
          1: CUSTOMER RELATIONS MANAGEMENT<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><i><span lang=EN-GB style='font-family:Arial'>Discussion 
          Leader</span></i><span lang=EN-GB style='font-family:Arial'>: Vincent 
          Waiswa Bagiira, General Manager, AITEC Uganda<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          Online customer communications (eCRM)<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>John 
          Berry, Joint Managing Director, e.com institute, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>Electronic 
          Relationship Management (eRM): Bridging the gap between selling and 
          service<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Greg 
          Reis, MD, Business Systems Group, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>The 
          retail digital exchange: Bringing all your systems and suppliers together 
          under one roof<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Robert 
          Toatley, Vice-President, Retail Business Unit, Lawson Software, USA<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>CRM 
          – An act of faith or a measurable investment?<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Mike 
          Ettling, Client Executive, Business Process Management, EDS Europe &amp; 
          Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>CRM: 
          A holistic approach<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Bill 
          Hoggarth, Sales Director, Softworx, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>STREAM 
          2: INTERNET DEVELOPMENT ISSUES<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Discussion 
          Leader: <o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          Building and maintaining an ISP in Africa<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Gary 
          Cousins, Business Development Manager, Integration Solutions &amp; Services, 
          Siemens ICN, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>Maximising 
          the positive impact of the Internet on Africa's youth<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Ashiek 
          Manie, Deputy MD, Intekom, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><o:p></o:p></span><b><span lang=EN-GB style='font-family:Arial'>Wireless 
          technologies for LAN/WAN Internet access<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Mike 
          Jensen, Internet Consultant, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>Africa 
          and the Internet: Getting beyond the first generation - content, users 
          and access<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Russell 
          Southwood, Balancing Act, UK<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b>8pm 
          Gala Dinner - Sun City Superbowl<o:p></o:p></b></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>SPONSORED 
          BY IBM <o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>DAY 4 
          - Friday 1 September <o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>PLENARY 
          5: ENTERPRISE MANAGEMENT SYSTEMS<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Discussion 
          Leader:<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></b></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          The impact of the Internet on business processes<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Mohamed 
          Madhi, CEO, CyberKnowledge Systems, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><b><span lang=EN-GB style='font-family:Arial'>The networking 
          nervous system: Enterprise services and customer services<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Peter 
          Davies, General Manager, AT&amp;T Global Network Services, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><o:p></o:p></span><b><span lang=EN-GB style='font-family:Arial'>Taking 
          control of your IT system: Developing proactive rather than reactive 
          skills<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>David 
          Cannon, Chairman, IT Service Management Forum, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>Turning 
          information management into an exact science<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Russell 
          Swanborough, Chairman, Atio Consulting Group, South Africa &amp; Executive 
          Director, Absolute Information, UK<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b>TEA 
          BREAK<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>STREAM 
          1: IMPLEMENTING ENTERPRISE MANAGEMENT SYSTEMS<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Discussion 
          Leader:<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          Operational Resource Management - The sweet spot of ecommerce<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Paddy 
          Gray, Marketing Director, ECNet, PQ Africa, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>Integrating 
          the supply chain<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Callum 
          Russell, Business Marketing Manager, Microsoft South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b></span><b><span lang=EN-GB style='font-family:Arial'>The 
          Internet as a business tool - to communicate and to redefine your business 
          processes<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Neil 
          Williams, Manager, Business Intelligence, SAP<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b><span lang=EN-GB style='font-family:Arial'>&#149; 
          </span></b><o:p></o:p></span><b><span lang=EN-GB style='font-family:Arial'>Linux: 
          A new OS for a new era<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Paul 
          Kotschy, Chairman, Linux Professional Association of South Africa and 
          MD, Seven C, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b>LUNCH<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>FRIDAY 
          AFTERNOON: Workshops continue; coaches leave for Johannesburg and Airport<o:p></o:p></span></p>
  </td>
    </tr>
  </table>
  <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><br style='mso-special-character:line-break'>
    <br style='mso-special-character:line-break'>
    <o:p></o:p></span></p>
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td>
        <p class=MsoPlainText align="center"><span lang=EN-GB style='font-family:Arial;color:red'><font size="5">SPECIAL 
          EVENTS AND WORKSHOPS AT ACT 2000</font><font size="6"><o:p></o:p><o:p></o:p></font><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>FORUM 
          1:<o:p> </o:p></b></span><b><span lang=EN-GB style='font-family:Arial;color:red'>A 
          REGIONAL IT STRATEGY FOR AFRICA: THE AFRICAN DEVELOPMENT FORUM PROCESS<o:p></o:p></span></b><span lang=EN-GB style='font-family:Arial;color:red'><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>*<span
style="mso-spacerun: yes">  </span>Report-back on the work done since last year's 
          African Development Forum<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>*<span
style="mso-spacerun: yes">  </span>Recommendations being prepared for the Heads 
          of State Summit on ICT in September<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>*<span
style="mso-spacerun: yes">  </span>Feedback from the ACT Summit on this programme<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Held 
          under the auspices of the Economic Commission for Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Presenter: 
          Kate Wild, Economic Commission for Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>FORUM 
          2:<o:p> </o:p></b></span><b><span lang=EN-GB style='font-family:Arial;color:red'>TOWARDS 
          THE RIGHT REGULATORY ENVIRONMENT FOR AFRICA'S TELCOMMUNICATIONS REVOLUTION<o:p></o:p></span></b><span lang=EN-GB style='font-family:Arial;color:red'><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>A special 
          forum for Africa's telecommunications regulators and users hosted by 
          AITEC in association with the Economic Commission for Africa and the 
          South African Department of Communications to share knowledge, develop 
          a common best practice code and lay the groundwork for future co-operation 
          and communication across the continent.<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>Lead 
          speaker:</span></b><span
lang=EN-GB style='font-family:Arial'> The Head of South Africa's new regulator, 
          the Independent Communications Authority of South Africa (ICASA)<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial'>Convergence 
          regulation: Satellite, terrestrial and everything in between<o:p></o:p></span></b></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>David 
          Hartshorn, Secretary General, Global VSAT Forum, UK<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>FORUM 
          3:<o:p> </o:p></b></span><b><span lang=EN-GB style='font-family:Arial;color:red'>MANAGING 
          SPACE SEGMENTS OVER AFRICA<o:p></o:p></span></b><span lang=EN-GB style='font-family:Arial;color:red'><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>An opportunity 
          for operators, service providers and users of bandwidth in Africa to 
          exchange views on the future development of satellite services in the 
          continent.<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Speakers 
          include Lare Atcha-Oubou, Director, Africa, Intelsat, USA<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>WORKSHOP 
          1:<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Effective 
          management of a well connected business: Web, security, service level, 
          automation, message systems - And keeping it going without it falling 
          over or needing to invest in still more expensive equipment<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Frank 
          Appun, MD, Sourcetech, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>WORKSHOP 
          2:<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Security 
          in eCommerce I: Creating an environment of trust, with support from 
          the legal profession<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Tim Ellis, 
          MD, South African Certification Agency, Trevor Coppen, MD, Lawyers Access 
          Web (L@W), South Africa &amp; Grant Christianson, Legal Representative, 
          South African Certification Agency<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>WORKSHOP 
          3:<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Security 
          in eCommerce II: Setting security standards in Africa - The SET Protocol<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Gerda 
          Venter, Marketing Executive, South African Certification Agency<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>WORKSHOP 
          4:<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Security 
          in eCommerce III: Secure wireless eCommerce with Public Key Infrastructure 
          (PKI) and Wireless Access Protocol (WAP)<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Maeson 
          Maherry, Professional Services Division, South African Certification 
          Agency<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>WORKSHOP 
          5:<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Virtual 
          Reality - An opportunity for education in Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>David 
          Lockwood, Virtual Reality Solutions Centre, Council for Scientific &amp; 
          Industrial Research, South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>WORKSHOP 
          6: <o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Implementing 
          Linux solutions for your company<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Hosted 
          by the Linux Professional Association of South Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>TRAINING 
          WORKSHOP 1<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Web site 
          design and creation<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Site 
          planning; site mapping; web coding/languages; graphics; building your 
          site; FTP<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>A detailed 
          workshop running over three afternoons of the Summit, aimed at providing 
          delegates with the basic knowledge they need to launch their own web 
          sites.<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>(Limited 
          spaces; extra booking fee.)<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Co-ordinated 
          by The Southern African Nongovernmental Organisation Network (SANGONet), 
          who have extensive experience of providing Internet training in Africa<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><b>TRAINING 
          WORKSHOP 2<o:p></o:p></b><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Advanced 
          Web Training<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Marketing 
          your web site; taking advantage of Internet interactive features; increasing 
          sales through your web site.<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>(Limited 
          spaces; extra booking fee.)<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>A detailed 
          workshop on optimising the returns from your web site, co-ordinated 
          by SANGONet<o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial;color:red'>VSAT 
          WORKSHOP: Satellite-Based Broadband &amp; Internet in Africa: An Introduction 
          <o:p></o:p></span></b><span lang=EN-GB style='font-family:Arial;color:red'><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Hosted 
          by the Global VSAT Forum, this workshop will provide participants with 
          detailed knowledge of VSAT technology and how it can be implemented 
          in their organisations. <o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>From 
          South African rural telecentres, to Nigerian offshore oil rigs, to Tanzanian 
          Internet service provision, to Botswanan corporate networks, VSAT-based 
          systems are delivering mission-critical services throughout the African 
          continent, providing cost-effective solutions where they are most needed 
          - today. <o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>Attend 
          this one-day Global VSAT Forum seminar to hear the latest on how, when, 
          where and why VSAT-based services are being used by public- and private-sector 
          organisations. More than a million one- and two-way VSATs are being 
          used throughout the world. Explore the wide range of applications being 
          served and understand why VSATs are often the most cost-effective communications 
          solution. <o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><b>&nbsp;<o:p></o:p></b></span></p>
        <p class=MsoPlainText><b><span lang=EN-GB style='font-family:Arial;color:red'>ANNUAL 
          MEETING OF THE TRUSTEES OF THE AFRICAN IT EDUCATION TRUST<o:p></o:p></span></b><span lang=EN-GB style='font-family:Arial;color:red'><o:p></o:p></span></p>
        <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>The African 
          IT Education Trust was launched at ACT 1999. Its Head Patron is Graca 
          Machel and its Trustees are from a range of African countries, as well 
          as Europe. AITEC acts as Secretariat of the Trusts. At their annual 
          meeting, Trustees will be reviewing the Trust’s activities and future 
          direction.</span></p>
  </td>
    </tr>
  </table>
  <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><o:p></o:p></span></p>
  <table width="75%" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr bgcolor="#FFDFDF"> 
      <td> 
        <div align="center"><span lang=EN-GB style='font-family:Arial;color:red'><font size="7">ACT 
          2000</font><br>
          <i><font size="4">Delegate Registration Form</font></i><o:p></o:p></span></div>
      </td>
    </tr>
  </table>
  <table width="75%" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr bgcolor="#F3F3F3"> 
      <td> 
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'><b><font color="#FF0000" size="3">DELEGATE 
          DETAILS<o:p></o:p></font></b><font color="#FF0000" size="3"><o:p></o:p></font><font size="3"><o:p></o:p></font><o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'><br>
          Delegate Name: ______________________________________________________________<br>
          <span style='mso-tab-count:
1'></span><br>
          Position / Title:<span style='mso-tab-count:1'>_______________________________________________________________</span><o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'><br>
          Organisation: ________________________________________________________________<br>
          <br>
          Postal Address: ______________________________________________________________<span style='mso-tab-count:1'> 
          </span><o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'><br>
          Physical Address:<o:p> ____________________________________________________________</o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'><br>
          Phone: ________________________________<br>
          <br>
          Fax: __________________________________<br>
          <br>
          E-mail:<span
style='mso-tab-count:1'>  </span><o:p></o:p>_______________________________</span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'><o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>&#149; 
          Please register the above as a delegate/delegates to the 2000 African 
          Computing &amp; Telecommunications Summit at a delegate registration 
          fee of $560 / R3,500. The fee includes all meals, tea breaks, the ACT 
          2000 Gala Dinner and all documentation.) Team discounts: 2 delegates 
          10%; 3 delegates 15%; 4 or more delegates 20%.<o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'><br>
          &#149; 
          <o:p></o:p></span><span lang=EN-GB style='font-family:Arial'>Please 
          register the following delegate/s for the Web Site Design Training Workshop 
          at $180/R1,200 per delegate:<span style='mso-tab-count:1'> </span><o:p></o:p></span><span lang=EN-GB style='font-family:Arial'><o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'><br>
          &#149; Please register the following delegate/s for the Advanced Web 
          Training Workshop @ $60/R400 per delegate:<span style='mso-tab-count:1'>           
          </span><o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'><span
style='mso-tab-count:1'>            </span><o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>He 
          / She / They require the following hotel accommodation as indicated 
          below:<o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>ACCOMMODATION<o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'><br>
          1. CASCADES HOTEL (price for 3 nights)<span style='mso-tab-count:1'>            
          </span><o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'> 
          - Single @$330/R2,000 per person<span style='mso-tab-count:1'>         
          </span> <o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>- 
          Twin @ $220/R1,370 per person<span style='mso-tab-count:1'>  </span> 
          <o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>2. 
          CABANAS (price for 3 nights)<o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>- 
          Single @$250/R1,600 per person<o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>- 
          Twin @$150/R940 per person<o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'><o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>Prices 
          are for the three nights of 29, 30 and 31 August 2000. Delegates wanting 
          extra nights should contact the official travel agent.<o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'><br>
          Total cost:_____________________________ <i>(South African delegates: 
          VAT must be added to the above prices.)<o:p></o:p></i><o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'><br>
          <b><font color="#FF0000"> PAYMENT<o:p></o:p></font></b><font color="#FF0000"><o:p></o:p></font><o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>- 
          Payment of my fee and accommodation costs is enclosed (Dollar, Sterling 
          or Rand cheque or banker's draft made out to AITEC.)<o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>- 
          Please invoice the above organisation<span style='mso-tab-count:1'>       
          </span> <o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'><br>
          - Please charge my credit card:<o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'><br>
          &#142; Visa<span style='mso-tab-count:1'>  </span> &#142; Mastercard<br>
          <br>
          Card number:<span style='mso-tab-count:
1'>__________________________</span>_________<br>
          <br>
          Expiry Date: __________________________<o:p>__________</o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>Card 
          holder's name:<span style='mso-tab-count:2'>_______________________________<br>
          <br>
          </span><span style='mso-tab-count:1'></span>Signature:_______________________________________<br>
          <br>
          <o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>An 
          electronic version of this registration form is available on the AITEC 
          web site: <a href="http://www.aitecafrica.com">www.aitecafrica.com</a><o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>Four 
          easy ways to register:<o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>1. 
          Via the Web: <a href="http://www.aitecafrica.com">www.aitecafrica.com</a><span style="mso-spacerun: yes">     
          </span><o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>2. 
          E-mail: ACT2000@aitecafrica.com<o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>3. 
          Fax: +44-(0)1480-831131 OR +27-11-789 5312<o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial'>4. 
          Post in the UK:<br>
          <b>ACT Registration, AITEC<br>
          15 High St, Graveley<br>
          Cambridgeshire PE18 9PL, UK<br>
          </b><br>
          or post in South Africa:<br>
          <b>P O Box 398, Fontainebleau<br>
          2032, South Africa.<o:p></o:p></b></span></p>
        <p class=MsoPlainText align="left"><b><span lang=EN-GB style='font-family:Arial'><br>
          </span></b><span lang=EN-GB style='font-family:Arial'>NOTE: <i>Only 
          delegates to the main conference can register for Training Workshops. 
          Spaces will be limited to 50 for each and allocated on a first-come 
          first-served basis.<o:p></o:p></i><o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><span lang=EN-GB style='font-family:Arial;color:red'><br>
          <i><b>Conditions of Registration<o:p></o:p></b><o:p></o:p></i><o:p></o:p></span></p>
        <p class=MsoPlainText align="left"><i><font face="Arial, Helvetica, sans-serif">All 
          delegate fees and accommodation charges must be paid in full before 
          the Summit. There will be a 20% administration charge on delegate registration 
          and accommodation cancellations received before 30 July 2000. There 
          will be no refund on cancellations received after 30 July 2000.</font></i>
      </td>
    </tr>
  </table>
  <div align="center"><br>
    <br>
    <table width="75%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td>
          <form method="post" action="http://216.55.176.8/aitec/unsubscribe.php3">
            <div align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><b>Type 
              in your email address and click the unsubscribe button to remove 
              your email address from our database.<br>
              </b></font> 
              <input type="text" name="unsubscribe">
              <input type="submit" name="Submit" value="Unsubscribe">
            </div>
          </form>
        </td>
      </tr>
    </table>
    <span lang=EN-GB style='font-family:Arial'><o:p></o:p></span></div>
  <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
  <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial;color:red'><o:p></o:p></span></p>
  <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
  <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'>&nbsp;<o:p></o:p></span></p>
  <p class=MsoPlainText><span lang=EN-GB style='font-family:Arial'><o:p></o:p></span></p>
  </div>
</body>

</html>


From eopl-teachers-request  Thu Oct 26 09:35:15 2000
Return-Path: <micklouca@hotmail.com>
Received: from hotmail.com (f51.law10.hotmail.com [64.4.15.51])
	by moose.cs.indiana.edu (8.9.3/8.9.3/IUCS_2.29) with ESMTP id JAA10127
	for <eopl-teachers@cs.indiana.edu>; Thu, 26 Oct 2000 09:35:15 -0500 (EST)
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Thu, 26 Oct 2000 07:34:44 -0700
Received: from 138.37.94.114 by lw10fd.law10.hotmail.msn.com with HTTP;	Thu, 26 Oct 2000 14:34:44 GMT
X-Originating-IP: [138.37.94.114]
From: "mick louca" <micklouca@hotmail.com>
To: eopl-teachers@cs.indiana.edu
Subject: Exercise 5.5.9
Date: Thu, 26 Oct 2000 14:34:44 GMT
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F51FapNuT1FM1JOMyQl00001a02@hotmail.com>
X-OriginalArrivalTime: 26 Oct 2000 14:34:44.0616 (UTC) FILETIME=[E2355880:01C03F59]

To whom it may concern

I am currently undergoing a distance learning course in the United Kingdom. 
As part of my course I am doing a Compilers & Interpreters course, using the 
book "Essentials of Programming Languages".

I am attempting to complete Exercise 5.5.9 from the book "Essentials of 
Programming Languages" and am wondering if you could provide me with some 
assistance or at least put me in contact with some one who could. As I am 
finding this particular exercise very challenging, if not impossible to 
complete.

I am in a situation where I do not really have a lecturer or tutor to give 
adequate assistance in completing this question.

I would be very grateful for any assistance you are able to give.

Yours Faithfully

Mick Louca
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.


From eopl-teachers-request  Thu Apr  5 00:59:19 2001
Return-Path: <Marta.Vasquez@valley.net>
Received: from lebanon.valley.net (IDENT:root@lebanon.valley.net [198.115.160.16])
	by moose.cs.indiana.edu (8.9.3/8.9.3/IUCS_2.31) with ESMTP id AAA29965
	for <eopl-teachers@cs.indiana.edu>; Thu, 5 Apr 2001 00:59:19 -0500 (EST)
Received: from hanover.VALLEY.NET (hanover.valley.net [198.115.160.10])
	by lebanon.valley.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id BAA25325;
	Thu, 5 Apr 2001 01:50:57 -0400
Received: by hanover.VALLEY.NET (blitz.valley.net) via SMTP from v8-p-130.valley.net [198.115.164.130]  id <6601070> 05 Apr 2001 01:59:17 EDT
Message-ID: <000a01c0bd95$787cde80$82a473c6@pavilion>
From: "Marta Vasquez" <Marta.Vasquez@valley.net>
To: eopl-teachers@cs.indiana.edu
Cc: dfried@indiana.edu, "Marta Vasquez" <Marta.Vasquez@valley.net>
Subject: EOPL book
Date: Thu, 5 Apr 2001 01:58:38 -0400
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C0BD73.EE77EF20"
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

This is a multi-part message in MIME format.

------=_NextPart_000_0007_01C0BD73.EE77EF20
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi,

 I am new to scheme and I have been learning this language using books. =
I've
recently bought the EOPL second edition and I am  on Data Abstraction. =
I've
downloaded the *.scm files for this book and tried to follow the =
"define-datatype"
procedure. "DrScheme" complains about not finding define-syntax:

 : reference to undefined identifier: define-syntax
>=20
I have been unable to find it in any *.scm file.
Am I doing something wrong? Could you please advice on this problem.

Thanks

 Sergio Vasquez
=20

------=_NextPart_000_0007_01C0BD73.EE77EF20
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 5.50.4134.600" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;I am new to scheme and I have =
been learning=20
this language using books. I've</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>recently bought the EOPL second edition =
and I=20
am&nbsp; on Data Abstraction. I've</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>downloaded the *.scm files for this =
book and tried=20
to follow the "define-datatype"</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>procedure. "DrScheme" complains about =
not finding=20
define-syntax:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;: reference to undefined =
identifier:=20
define-syntax<BR>&gt; </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I have been unable to find it in any =
*.scm=20
file.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Am I doing something wrong? Could you =
please advice=20
on this problem.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;Sergio Vasquez</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;</FONT></DIV></BODY></HTML>

------=_NextPart_000_0007_01C0BD73.EE77EF20--


From eopl-teachers-request Sun Jun 17 22:08:50 2001
Return-Path: <eopl-teachers-request>
Received: from harrier.mail.pas.earthlink.net (harrier.mail.pas.earthlink.net [207.217.121.12])
	by moose.cs.indiana.edu (8.11.4/8.11.4/IUCS_2.32) with ESMTP id f5I38no06959
	for <eopl-teachers@cs.indiana.edu>; Sun, 17 Jun 2001 22:08:49 -0500 (EST)
Received: from oemcomputer (1Cust72.tnt3.ladue.mo.da.uu.net [63.42.245.72])
	by harrier.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with SMTP id UAA00424
	for <eopl-teachers@cs.indiana.edu>; Sun, 17 Jun 2001 20:08:48 -0700 (PDT)
Message-ID: <000a01c0f7a4$520aa360$48f52a3f@oemcomputer>
Reply-To: "Theresa" <shihlingchen@earthlink.net>
From: "Theresa" <shihlingchen@earthlink.net>
To: <eopl-teachers@cs.indiana.edu>
Subject: I am using this textbook.  Can I be added in the list?
Date: Mon, 18 Jun 2001 11:11:06 +0800
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0007_01C0F7E7.5E9B0E60"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200

This is a multi-part message in MIME format.

------=_NextPart_000_0007_01C0F7E7.5E9B0E60
Content-Type: text/plain;
	charset="big5"
Content-Transfer-Encoding: quoted-printable



------=_NextPart_000_0007_01C0F7E7.5E9B0E60
Content-Type: text/html;
	charset="big5"
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=3Dbig5">
<META content=3D"MSHTML 5.50.4522.1800" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_0007_01C0F7E7.5E9B0E60--


From eopl-teachers-request Sat Jul 21 22:06:09 2001
Return-Path: <eopl-teachers-request>
Received: from mail.greatbasin.net (mail.greatbasin.net [207.228.35.39])
	by moose.cs.indiana.edu (8.11.4/8.11.4/IUCS_2.32) with ESMTP id f6M368627463
	for <eopl-teachers@cs.indiana.edu>; Sat, 21 Jul 2001 22:06:09 -0500 (EST)
Received: from rogue (sugarpinellc.com [216.82.147.171])
	by mail.greatbasin.net (8.9.3-MySQL-0.2.3b/8.9.3) with SMTP id UAA01177
	for <eopl-teachers@cs.indiana.edu>; Sat, 21 Jul 2001 20:06:08 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
From: Sugarpine.Sierra.West@greatbasin.net, LLC <info@sugarpinellc.com>
To: eopl-teachers@cs.indiana.edu
Subject: Press Release
Message-ID: <200172172352eopl-teachers@cs.indiana.edu>
Date: Sat, 21 Jul 2001 20:05:52 -0600

For Immediate Release
Incline Village, Nevada
Contact Corporate Communications
www.sugarpinellc.com

Sugarpine Sierra West, LLC is proud to announce 4 additional services, Sports Memorabilia, Hair Raisers, Financial Services and Worlds-Best-4 the worlds largest virtual shopping mall featuring over 2.2 million products! Save time! Save money! Make money!!!

These services and products are now available to everyone. To view these tremendous opportunities, please visit our website. Sports Memorabilia may be viewed simply by clicking on its front-page banner. Hair Raisers may be viewed by visiting our web site, www.sugarpinellc.com, and select our associates’ link. Our Financial Services is linked and bannered on our home page.

As you all may already know, Sugarpine Sierra West, LLC is at its heart an asset hosting company.  Please don’t forget to look at our Asset Gallery to see some outstanding business and investment opportunities, as well as collectables and real estate.

Sugarpine Sierra West, LLC would like to extend its sincere thanks and appreciation to all!

Please visit us at our web site at: www.sugarpinellc.com.

Corporate Communications:
Sugarpine Sierra West, LLC
Mr. Charles J. Armstrong II or Ms. Denise Pavlo
Phone:  775-832-2552
E-Mail: info@sugarpinellc.com

To be removed from our e-mail list, reply to this e-mail with "REMOVE" in the subject line of your reply.



From eopl-teachers-request Sat Sep 15 11:23:00 2001
Return-Path: <eopl-teachers-request>
Received: from fep13-svc.tin.it (mta13-acc.tin.it [212.216.176.44])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.41) with ESMTP id f8FGMtt15552;
	Sat, 15 Sep 2001 11:22:55 -0500 (EST)
Received: from compaqpresario ([212.216.217.34]) by fep13-svc.tin.it
          (InterMail vM.4.01.03.13 201-229-121-113) with SMTP
          id <20010915162234.YYZC7316.fep13-svc.tin.it@compaqpresario>;
          Sat, 15 Sep 2001 18:22:34 +0200
Message-ID: <000401c13e02$203cd980$1400000a@compaqpresario>
Reply-To: "KATIA CO" <katiaco@bigfoot.com>
From: "KATIA CO" <katiaco@bigfoot.com>
To: <Undisclosed-Recipient:;>
Subject: Marketing by Internet.
Date: Sat, 15 Sep 2001 18:15:22 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0004_01C13E12.62E9AFA0"
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

Messaggio in formato MIME composto da piu parti.

------=_NextPart_000_0004_01C13E12.62E9AFA0
Content-Type: text/plain;
	charset="windows-1253"
Content-Transfer-Encoding: quoted-printable

I apologize if you get this twice this is only a one time mailing.=20
Subject: Please take this seriously..


This really is worth your valuable time, so...
PLEASE PRINT THIS NOW FOR READING AT YOUR LEISURE, YOU WILL NOT REGRET =
IT.
++++++++++++++++++++++++++++++++++++++++++++++++++
Dear Friend,

You can earn $50,000 or more in the next 90 days sending E-mail.  Seem
impossible?  Read on for details.
Is there a catch?  NO!!!  There is no catch. Just send your emails; and, =
You
will be on your way to financial
freedom.

AS SEEN ON NATIONAL TELEVISION:

Thank you for your time and Interest.  This is the letter you've been =
reading
about in the news Lately.

Due to the popularity of this letter on the Internet, a major nightly =
news
program recently devoted an entire
show to the investigation of the program described below to see, if it =
really
can make people money.

The show also investigated whether or not the program was legal.
Their findings proved once and for all that there are, absolutely no =
laws
prohibiting the participation in the
program.  This has helped to show people that this is a simple, =
harmless, and
fun way to make some extra
money at home.

The results of this show have been truly remarkable.
So many people are participating that those involved are doing, much =
better than
ever before. Since
everyone makes more as more people try it out, its been very exciting to =
be a
part of lately. You will
understand once you experience it.

"HERE IT IS BELOW."
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
*** Print This Now (IF YOU HAVE NOT already done it) for Future =
Reference ***

The following income opportunity is one you may be interested in taking =
a look
at.  It can be started with
VERY LITTLE investment and the income return is TREMENDOUS!!!

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

If you would like to make at least $50,000 in less than 90 days!  Please =
read
the enclosed Program...THEN
READ IT AGAIN!!!

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

THIS IS A LEGITIMATE, LEGAL, MONEYMAKING OPPORTUNITY.

It does not require you to come into contact with people, do any hard =
work, and
best of all, you never have
to leave the house except to get the mail.  If you believe that someday =
you'll
get that big break that you've
been waiting for, THIS IS IT!

Simply follow the instructions, and your dreams will come true.  This
Multi-level e-mail order-marketing
program work perfectly, 100% of EVERY TIME.  E-mail is the sales tool of =
the
future.  Take advantage of
this non-commercialized method of advertising NOW!

The longer you wait, the more savvy people will be taking your business =
using
e-mail.  Get what is
rightfully yours.  Program yourself for success and dare to think BIG.

MULTI-LEVEL MARKETING (MLM) has finally gained respectability.  It is =
being
taught in the Harvard
Business School, and both Stanford Research and the Wall Street Journal =
have
stated that between 50%
and 65% of all goods and services will be sold through multi-level =
methods by
the mid to late 1990's.

This is a Multi-Billion Dollar industry and of the 500,000 millionaires =
in the
U.S., 20% (100,000) made their
fortune in the last several years in MLM.  Moreover, statistics have =
show that
45 people become
millionaires everyday through Multi-Level Marketing.

You may have heard this story before, but over the summer, Donald Trump =
made an
appearance on the
David Letterman show.  Dave asked him what he would do if he lost =
everything and
had to start over from
scratch.  Without hesitating, Trump said he would find a good network =
marketing
company and get to
work.

The audience started to hoot and boo him.  He looked out at the audience =
and
dead-panned his response
"That's why I'm sitting up here; and, you are all sitting out there!"

With network marketing, you have two sources of income.

Direct commissions from sales you make yourself and commissions from =
sales made
by people you
introduce to the business.

Residual income is the secret of the wealthy.
It means investing time or money once and getting paid again and again =
and
again.  In network marketing, it
also means getting paid for the work of others.

The enclosed information is something I almost let slip through my =
fingers.=20
Fortunately, sometime later I re-
read everything and gave some thought and study to it.

My name is Jonathan Rourke.  Two years ago, the corporation I worked at =
for the
past twelve years
down-sized and my position was eliminated.  After unproductive job =
interviews, I
decided to open my own
business.  Over the past year, I incurred many unforeseen financial =
problems.  I
owed my family,
friends,and creditors over $35,000.  The economy was taking a toll on my
business and I just couldn't
seem to make ends meet.

I had to refinance and borrow against my home to support my family and
struggling business.  AT THAT
MOMENT something significant happened in my life and I am writing to =
share the
experience in hopes that
this will change your life FOREVER FINANCIALLY!!!

In mid December of 1997, I received this program via e-mail.  Six months =
prior
to receiving this program, I
had been sending away for information on various business opportunities. =
 All of
the programs I received,
in my opinion, were not cost effective.  They were either too difficult =
for me
to comprehend or the initial
investment was too much for me to risk to see if they would work or not. =
 One
claimed that I would make a
million dollars in one year... it didn't tell me I'd have to write a =
book to
make it!

But like I was saying, in December of 1997 I received this program.  I =
didn't
send for it, or ask for it, they
just got my name off a mailing list.  THANK GOODNESS FOR THAT !!!  After =
reading
it several times, to make
sure I was reading it correctly, I couldn't believe my eyes.  Here was a =
MONEY
MAKING PHENOMENON.

I could invest as much as I wanted to start, without putting me further =
into
debt.  After I got a pencil and
paper and figured it out, I would at least get my money back.  But like =
most of
you I was still a little skeptical
and a little worried about the legal aspects of it all.  So I checked it =
out
with the U.S. Post Office (1-800-
725-2161 24-hrs) and they confirmed that it is indeed legal! After =
determining
the program was LEGAL and
NOT A CHAIN LETTER, I decided "WHY NOT."

Initially I sent out 10,000 e-mails.  It cost me about $15 for my time =
on-line.
The great thing about e-mail is
that I don't need any money for printing to send out the program, and =
because
all of my orders are fulfilled
via e-mail, the only expense is my time.  I am telling you like it is.  =
I hope
it doesn't turn you off, but I
promised myself that I would not "rip-off" anyone, no matter how much =
money it
cost me.

In less than one week, I was starting to receive orders for REPORT #1.  =
By
January 13, I had received 26
orders for REPORT #1.  Your goal is to "RECEIVE at least 20 ORDERS FOR =
REPORT #1
WITHIN 2 WEEKS.
IF YOU DON'T, SEND OUT MORE PROGRAMS UNTIL YOU DO!"
My first step in making $50,000 in 90 days was done.

By January 30, I had received 196 orders for REPORT #2.  Your goal is to
"RECEIVE AT LEAST 100+
ORDERS FOR REPORT #2 WITHIN 2 WEEKS.  IF NOT, SEND OUT MORE PROGRAMS =
UNTIL YOU
DO.  ONCE
YOU HAVE 100 ORDERS, THE REST IS EASY, RELAX, YOU WILL MAKE YOUR $50,000 =
GOAL."
Well, I had 196 orders for REPORT #2, 96 more than I needed.  So I sat =
back and
relaxed.  By March 1, of
my e-mailing of 10,000, I received $58,000 with more coming in every =
day.

I paid off ALL my debts and bought a much-needed new car.  Please take =
time to
read the attached
program,
IT WILL CHANGE YOUR LIFE FOREVER!!! Remember, it won't work if you don't =
try it.
This program does work, but you must follow it EXACTLY!  Especially the =
rules of
not trying to place your
name in a different place.  It won't work, you'll lose out on a lot of =
money!

In order for this program to work, you must meet your goal of 20+ orders =
for
REPORT #1, and 100+ orders
for REPORT #2 and you will make $50,000 or more in 90 days.  I AM LIVING =
PROOF
THAT IT WORKS!!!

If you choose not to participate in this program, I am sorry.  It really =
is a
great opportunity with little cost or
risk to you.  If you choose to participate, follow the program and you =
will be
on your way to financial
security.

If you are a fellow business owner and are if financial trouble like I =
was, or
you want to start your own
business, consider this a sign.  I DID!

Sincerely, Jonathan Rourke

PS Do you have any idea what 11,700 $5 bills ($58,000) look like piled =
up on a
kitchen table?  IT'S
AWESOME!
------------------------------------------------------
A PERSONAL NOTE FROM THE ORIGINATOR OF THIS PROGRAM:

By the time you have read the enclosed program, you may have concluded =
that an
amateur could not have
created such a legal program that works.

Let me tell you a little about myself.  I had a profitable business for =
10
years.  Then in 1979 my business
began falling off.  I was doing the same things that were previously =
successful
for me, but it wasn't
working.  Finally, I figured it out.  It wasn't me, it was the economy.=20
Inflation and recession had replaced
the stable economy that had been with us since 1945.

I don't have to tell you what happened to the unemployment =
rates...because many
of you know from first
hand experience.  There were more failures and bankruptcies than ever =
before.

The middle class was vanishing.  Those who knew what they were doing =
invested
wisely and moved up.
Those who did not, including those who never had anything to save or =
invest,
were moving down into the
ranks of the poor.  As the saying goes, "THE RICH GET RICHER AND THE =
POOR GET
POORER."  The
traditional methods of making money will never allow you to "move up" or =
"get
rich", inflation will see to
that.

You have just received information that can give you financial freedom =
for the
rest of your life, with "NO
RISK" and "JUST A LITTLE BIT OF EFFORT."  You can make more money in the =
next
few months than you
have ever imagined.

I should also point out that I would not see a penny of this money, nor =
anyone
else who has provided a
testimonial for this program.  I have already made over 4 MILLION =
DOLLARS!  I
have retired from the
program after sending out over 16,000 programs.  Now I have several =
offices that
do this program and
several other programs here and over seas.

Follow the program EXACTLY AS INSTRUCTED.  Do not change it in any way.  =
It
works exceedingly well
as it is now.  Remember to e-mail a copy of this exciting report to =
everyone you
can think of.  One of the
people you send this to may send out 50,000...and your name will be on =
every one
of them!  Remember
though, the more you send out the more potential customers you will =
reach.

So my friend, I have given you the ideas, information, materials and =
opportunity
to become financially
independent,
IT IS UP TO YOU NOW!

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

THINK ABOUT IT:

Before you delete this program from your mailbox, as I almost did, take =
a little
time to read it and REALLY
THINK ABOUT IT.  Get a pencil and figure out what could happen when YOU
participate.  Figure out the
worst possible response and no matter how you calculate it, you will =
still make
a lot of money!
You will definitely get back what you invested.  Any doubts you have =
will vanish
when your first orders
come in.  IT WORKS!

Jody Jacobs, Richmond, VA

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

HERE'S HOW THIS AMAZING PROGRAM WILL MAKE YOU
THOUSANDS OF DOLLAR$

INSTRUCTIONS:

This method of raising capital REALLY WORKS 100%
EVERY TIME.  I am sure that you could use up to $50,000 or more in the =
next 90
days.

Before you say, "BULL...  ", please read this program carefully.  This =
is not a
chain letter, but a perfectly
legal money making opportunity.  Basically, this is what you do: As with =
all
multi-level businesses, we build
our business by recruiting new partners and selling our products.  Every =
state
in the USA allows you to
recruit new multi-level business partners, and we offer a product for =
EVERY
dollar sent.  YOUR ORDERS
COME BY MAIL AND ARE FILLED BY E-MAIL, so you are not involved in =
personal
selling.  You do it
privately in your own home, store, or office.

This is the GREATEST Multi-Level Mail Order Marketing anywhere:

This is what you MUST do:

1. Order all 4 reports shown on the list below (you can't sell them if =
you don't
order them).

* For each report, send $5.00 CASH, the NAME &
NUMBER OF THE REPORT YOU ARE ORDERING, YOUR E-MAIL ADDRESS, YOUR NAME & =
RETURN
ADDRESS (in case of a problem) to the person whose name appears on the =
list next
to the report.

MAKE SURE YOUR RETURN ADDRESS IS ON YOUR ENVELOPE IN CASE OF ANY MAIL =
PROBLEMS!

* When you place your order, make sure you order each of the four =
reports.  You
will need all four reports
so that you can save them on your computer and resell them.

* Within a few days, you will receive, via e-mail, each of the four =
reports.
Save them on your computer so they will be accessible for you to send to =
the
1,000's of people who will
order them from you.

2. IMPORTANT-- DO NOT alter the names of the people who are listed next =
to each
report, or their
sequence on the list, in any way other than is instructed below in steps =
"a"
through "f" or you will lose out
on the majority of your profits.  Once you understand the way this =
works, you'll
also see how it doesn't
work if you change it.  Remember, this method has been tested, and if =
you alter
it, it will not work.

a. Look below for the listing of available reports.

b. After you've ordered the four reports, take this Advertisement and =
remove the
name and address under
REPORT #4.  This person has made it through the cycle and is no doubt =
counting
their $50,000!

c. Move the name and address under REPORT #3 down to REPORT #4.

d. Move the name and address under REPORT #2 down to REPORT #3.

e. Move the name and address under REPORT #1 down to REPORT #2.

f. Insert your name/address in the REPORT #1 position.

Please make sure you copy every name and address ACCURATELY!  Copy and =
paste
method works well.

3. Take this entire letter, including the modified list of names, and =
save it to
your computer.  Make NO
changes to the Instruction portion of this letter.

Your cost to participate in this is practically nothing (surely you can =
afford
$20).  You obviously already
have an Internet Connection and e-mail is FREE!

To assist you with marketing your business on the Internet, the 4 =
reports you
purchase will provide you
with invaluable marketing information which includes how to send bulk =
e-mails,
where to find thousands of
free classified ads and much, much more.

There are two primary methods of building your downline:

METHOD #1: SENDING BULK E-MAIL

Let's say that you decide to start small, just to see how it goes, and =
we'll
assume you and all those
involved send out only 2,000 programs each.  Let's also assume that the =
mailing
receives a 0.5%
response. Using a good list, the response could be much better. Also, =
many
people will send out hundreds
of thousands of programs instead of 2,000.  But continuing with this =
example,
you send out only 2,000
programs.  With a 0.5% response, that is only 10 orders for REPORT #1.  =
Those 10
people respond by
sending out 2,000 programs each for a total of 20,000.  Out of those =
0.5%, 100
people respond and order
REPORT #2.

Those 100 people mail out 2,000 programs each for a total of 200,000.  =
The 0.5%
response to that is 1,000
orders for REPORT #3.  Those 1,000 send out 2,000 programs each for a =
2,000,000
total.  The 0.5%
response to that is 10,000 orders for REPORT #4.  That amounts to 10,000 =
each of
$5 bills for you in CASH
MONEY!!!

Your total income in this example is $50 + $500 + $5,000+ $50,000 for a =
total of
$55,550!!!

REMEMBER FRIEND, THIS IS ASSUMING 1,990 OUT OF THE 2,000 PEOPLE YOU MAIL =
TO WILL
DO
ABSOLUTELY NOTHING AND TRASH THIS PROGRAM!
DARE TO THINK FOR A MOMENT WHAT WOULD HAPPEN IF EVERYONE, OR HALF-SENT =
OUT
100,000
PROGRAMS INSTEAD OF 2,000.  Believe me, many people will do just that, =
and more!=20
By the way, your
cost to participate in this is practically nothing. You obviously =
already have
an Internet connection and e-
mail is FREE !!!

REPORT #2 will show you the best methods for bulk e-mailing, tell you =
where to
obtain free bulk e-mail
software and where to obtain e-mail lists.

METHOD #2 - PLACING FREE ADS ON THE INTERNET

1. Advertising on the 'Net is very, very inexpensive, and there are =
HUNDREDS of
FREE places to advertise.
Let's say you decide to start small just to see how well it works.  =
Assume your
goal is to get ONLY 10
people to participate on your first level.  (Placing a lot of FREE ads =
on the
Internet will EASILY get a larger
response).  Also, assume that everyone else in YOUR ORGANIZATION gets =
ONLY 10
downline members.

Follow this example to achieve the STAGGERING results Below (same as =
email
example):

1st level-your 10 members with $5.........$50
2nd level-10 members from those 10 ($5 x 100).......$500
3rd level-10 members from those 100 ($5 x 1,000) $5,000
4th level-10 members from those 1,000 ($5 x 10k) $50,000

THIS TOTALS ---------------------------$55,550

Remember friends, this assumes that the people who participate only =
recruits 10
people each.  Think for a
moment what would happen if they got 20 people to participate!  Most =
people get
100's of participants!

THINK ABOUT IT!

For every $5.00 you receive, all you must do is e-mail them the report =
they
ordered.  THAT'S IT!  ALWAYS
PROVIDE SAME-DAY SERVICE ON ALL ORDERS!  This will guarantee that the =
e-mail
THEY send out, with
YOUR name and address on it, will be prompt because they can't advertise =
until
they receive the report!

------------------------------------------
AVAILABLE REPORTS
------------------------------------------

*** Order Each REPORT by NUMBER and NAME ***

Notes:

- ALWAYS SEND $5 CASH (U.S. CURRENCY) FOR EACH REPORT
CHEQUES NOT ACCEPTED
- ALWAYS SEND YOUR ORDER VIA FIRST CLASS MAIL
- Make sure the cash is concealed by wrapping it in at least two sheets =
of paper
(IF NOT MORE SO THAT THE BILL CAN'T BE SEEN AGAINST LIGHT)
- On one of those sheets of paper, include:
(a) the number & name of the report you are ordering,
(b) your e-mail address, and
(c) your name & postal address (as return address in case the post =
office
encounters problems).

PLACE YOUR ORDER FOR THESE REPORTS NOW:
______________________________________________________
REPORT #1 "The Insider's Guide to Advertising for Free on the Internet."

ORDER REPORT #1 FROM:

Katia C. Corfini
Via Indipendenza n. 150-B
55049 Viareggio ( Lu )
Italy
_____________________________________
REPORT #2 "The Insider's Guide to Sending Bulk E-mail
on the Internet."

ORDER REPORT #2 FROM:

Mazza Andrea
Via Aurelia Sud n. 454-D
Loc. Bicchio 55049 Viareggio ( Lu )
Italy
______________________________________________________
REPORT #3 "The Secrets to Multilevel Marketing on the
Internet."

ORDER REPORT #3 FROM:

C. Hars
1455 Mineral Spring Ave.
Apt. 38
North Providence, RI 02904
USA
_______________________________________
REPORT #4 "How to become a Millionaire utilizing the Power of Multilevel
Marketing and the Internet."

ORDER REPORT #4 FROM:

M. Carson
PO Box 828
Buffalo, NY 14215
USA
____________________________________

About 50,000 new people get online every month!

******* TIPS FOR SUCCESS *******

* TREAT THIS AS YOUR BUSINESS!  Be prompt, professional, and follow the
directions accurately.

* Send for the four reports IMMEDIATELY so you will have them when the =
orders
start coming in because:

* When you receive a $5 order, you MUST send out the requested =
product/report.

* ALWAYS PROVIDE SAME-DAY SERVICES ON THE ORDERS YOU RECEIVE.

* Be patient and persistent with this program.  If you follow the =
instructions
exactly, your results WILL BE
SUCCESSFUL!

* ABOVE ALL, HAVE FAITH IN YOURSELF AND KNOW YOU WILL SUCCEED!

******* YOUR SUCCESS GUIDELINES *******

Follow these guidelines to guarantee your success:

If you don't receive 20 orders for REPORT #1 within two weeks, continue
advertising or sending e-mails
until you do.  Then, a couple of weeks later you should receive at least =
100
orders for REPORT#2.  If you
don't, continue advertising or sending e-mails until you do.

Once you have received 100 or more orders for REPORT #2, YOU CAN RELAX, =
because
the system is
already working for you, and the cash will continue to roll in!

THIS IS IMPORTANT TO REMEMBER:

Every time your name is moved down on the list, you are placed in front =
of a
DIFFERENT report.
You can KEEP TRACK of your PROGRESS by watching which report people are =
ordering
from you.  If you
want to generate more income, send another batch of e-mails or continue =
placing
ads and start the whole
process again!  There is no limit to the income you will generate from =
this
business!

Before you make your decision as to whether or not you participate in =
this
program.  Please answer one
question.....  DO YOU WANT TO CHANGE YOUR LIFE?
If the answer is yes, please look at the following facts about this =
program:

1. YOU ARE SELLING A PRODUCT WHICH DOES NOT COST ANYTHING TO PRODUCE!

2. YOU ARE SELLING A PRODUCT WHICH DOES NOT COST ANYTHING TO SHIP!

3. YOU ARE SELLING A PRODUCT WHICH DOES NOT COST YOU ANYTHING TO =
ADVERTISE
(except for
bulk mailing cost)!

4. YOU ARE UTILIZING THE POWER OF THE INTERNET AND THE POWER OF =
MULTI-LEVEL
MARKETING TO
DISTRIBUTE YOUR PRODUCT ALL OVER THE WORLD!

5. YOUR ONLY EXPENSES OTHER THAN YOUR INITIAL $20 AND BULK MAILING COST
INVESTMENT IS
YOUR TIME!

6. VIRTUALLY ALL OF THE INCOME YOU GENERATE FROM THIS PROGRAM IS PURE =
PROFIT!

7. THIS PROGRAM WILL CHANGE YOUR LIFE FOREVER.

******* T E S T I M O N I A L S *******

This program does work, but you must follow it EXACTLY!  Especially the =
rule of
not trying to place your
name in a different position, it won't work and you'll lose a lot of =
potential
income.  I'm living proof that it
works.  It really is a great opportunity to make relatively easy money, =
with
little cost to you.  If you do
choose to participate, follow the program exactly, and you'll be on your =
way to
financial security.

Steven Bardfield, Portland, OR
******************************************************

My name is Mitchell.  My wife, Jody, and I live in Chicago, IL.  I am a =
cost
accountant with a major U.S.
Corporation and I make pretty good money.  When I received the program, =
I
grumbled to Jody about
receiving "junk mail."  I made fun of the whole thing, spouting my =
knowledge of
the population and
percentages involved.  I "knew" it wouldn't work.  Jody totally ignored =
my
supposed intelligence and
jumped in  with both feet.  I made merciless fun of her, and was ready =
to lay
the old "I told you so" on her
when the thing didn't work... well, the laugh was on me!

Within two weeks, she had received over 50 responses. Within 45 days, =
she had
received over $147,200
in $5 bills!  I was shocked!  I was sure that I had it all figured and =
that it
wouldn't work.  I AM a believer
now.  I have joined Jody in her "hobby."  I did have seven more years =
until
retirement, but I think of the "rat
race" and it's not for me.  We owe it all to MLM.

Mitchell Wolf MD., Chicago, IL
******************************************************

The main reason for this letter is to convince you that this system is =
honest,
lawful, extremely profitable,
and is a way to get a large amount of money in a short time.  I was =
approached
several times before I
checked this out.  I joined just to see what one could expect in return =
for the
minimal effort and money
required.  To my astonishment, I received $36,470.00 in the first 14 =
weeks, with
money still coming in.

Charles Morris, Esq.
***************************************************

Not being the gambling type, it took me several weeks to make up my mind =
to
participate in this plan.  But
conservative that I am, I decided that the initial investment was so =
little that
there was just no way that I
wouldn't get enough orders to at least get my money back.  Boy, was I =
surprised
when I found my
medium-size post office box crammed with orders! For awhile, it got so
overloaded that I had to start
picking up my mail at the window.  I'll make more money this year than =
any 10
years of my life before. The
nice thing about this deal is that it doesn't matter where people live. =
There
simply isn't a better investment
with a faster return.

Paige Willis, Des Moines, IA
**************************************************

I had received this program before.  I deleted it, but later I wondered =
if I
shouldn't have given it a try.  Of
course, I had no idea who to contact to get another copy, so I had to =
wait until
I was e-mailed another
program.  Eleven months passed then it came...I didn't delete this =
one!!!  I
made more than $41,000 on the
first try!!

Violet Wilson, Johnstown, PA
****************************************************

This is my third time to participate in this plan.  We have quit our =
jobs, and
will soon buy a home on the
beach and live off the interest on our money.  The only way on earth =
that this
plan will work for you is if
you do it.  For your sake, and for your family's sake don't pass up this =
golden
opportunity.  Good luck and
happy spending!

Kerry Ford, Centerport, NY
***************************************************
ORDER YOUR REPORTS TODAY AND GET STARTED ON YOUR ROAD TO FINANCIAL =
FREEDOM!

NOW IS THE TIME FOR YOUR TURN DECISIVE ACTION YIELDS POWERFUL RESULTS
______________________________________________________

FOR YOUR INFORMATION:

If you need help with starting a business, registering a business name, =
learning
how income tax is
handled, etc., contact your local office of the Small Business =
Administration (a
Federal agency) 1-
(800)827-5722 for free help and answers to questions.  Also, the =
Internal
Revenue Service offers free
help via telephone and free seminars about business tax requirements.

IT IS TOTALLY UP TO YOU HOW!!!
CAN YOU HANDLE SUCCESS AND ALL THAT MONEY???

___________________________________________________________
Under Bills.1618 Title III passed by the 105th US Congress this letter =
cannot be
considered spam as the
sender includes contact information and a method of removal.  This is a =
one time
e-mail transmission.  No
request for removal is necessary



</FONT><FONT  COLOR=3D"#000000" SIZE=3D3>



------=_NextPart_000_0004_01C13E12.62E9AFA0
Content-Type: text/html;
	charset="windows-1253"
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=3Dwindows-1253">
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV align=3Dcenter>I apologize if you get this twice this is only a one =
time=20
mailing. </DIV>
<DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman"=20
size=3D3><STRONG>Subject: Please take this =
seriously..<BR><BR></STRONG><BR>This=20
really is worth your valuable time, so...<BR>PLEASE PRINT THIS NOW FOR =
READING=20
AT YOUR LEISURE, YOU WILL NOT REGRET=20
IT.<BR>++++++++++++++++++++++++++++++++++++++++++++++++++<BR>Dear=20
Friend,<BR><BR>You can earn $50,000 or more in the next 90 days sending=20
E-mail.&nbsp; Seem<BR>impossible?&nbsp; Read on for details.<BR>Is there =
a=20
catch?&nbsp; NO!!!&nbsp; There is no catch. Just send your emails; and,=20
You<BR>will be on your way to financial<BR>freedom.<BR><BR>AS SEEN ON =
NATIONAL=20
TELEVISION:<BR><BR>Thank you for your time and Interest.&nbsp; This is =
the=20
letter you've been reading<BR>about in the news Lately.<BR><BR>Due to =
the=20
popularity of this letter on the Internet, a major nightly =
news<BR>program=20
recently devoted an entire<BR>show to the investigation of the program =
described=20
below to see, if it really<BR>can make people money.<BR><BR>The show =
also=20
investigated whether or not the program was legal.<BR>Their findings =
proved once=20
and for all that there are, absolutely no laws<BR>prohibiting the =
participation=20
in the<BR>program.&nbsp; This has helped to show people that this is a =
simple,=20
harmless, and<BR>fun way to make some extra<BR>money at home.<BR><BR>The =
results=20
of this show have been truly remarkable.<BR>So many people are =
participating=20
that those involved are doing, much better than<BR>ever before.=20
Since<BR>everyone makes more as more people try it out, its been very =
exciting=20
to be a<BR>part of lately. You will<BR>understand once you experience=20
it.<BR><BR>"HERE IT IS=20
BELOW."<BR>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D<BR>*** Print This=20
Now (IF YOU HAVE NOT already done it) for Future Reference =
***<BR><BR>The=20
following income opportunity is one you may be interested in taking a=20
look<BR>at.&nbsp; It can be started with<BR>VERY LITTLE investment and =
the=20
income return is=20
TREMENDOUS!!!<BR><BR>$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$=
<BR><BR>If=20
you would like to make at least $50,000 in less than 90 days!&nbsp; =
Please=20
read<BR>the enclosed Program...THEN<BR>READ IT=20
AGAIN!!!<BR><BR>$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$<BR><=
BR>THIS=20
IS A LEGITIMATE, LEGAL, MONEYMAKING OPPORTUNITY.<BR><BR>It does not =
require you=20
to come into contact with people, do any hard work, and<BR>best of all, =
you=20
never have<BR>to leave the house except to get the mail.&nbsp; If you =
believe=20
that someday you'll<BR>get that big break that you've<BR>been waiting =
for, THIS=20
IS IT!<BR><BR>Simply follow the instructions, and your dreams will come=20
true.&nbsp; This<BR>Multi-level e-mail order-marketing<BR>program work=20
perfectly, 100% of EVERY TIME.&nbsp; E-mail is the sales tool of=20
the<BR>future.&nbsp; Take advantage of<BR>this non-commercialized method =
of=20
advertising NOW!<BR><BR>The longer you wait, the more savvy people will =
be=20
taking your business using<BR>e-mail.&nbsp; Get what is<BR>rightfully=20
yours.&nbsp; Program yourself for success and dare to think=20
BIG.<BR><BR>MULTI-LEVEL MARKETING (MLM) has finally gained =
respectability.&nbsp;=20
It is being<BR>taught in the Harvard<BR>Business School, and both =
Stanford=20
Research and the Wall Street Journal have<BR>stated that between =
50%<BR>and 65%=20
of all goods and services will be sold through multi-level methods =
by<BR>the mid=20
to late 1990's.<BR><BR>This is a Multi-Billion Dollar industry and of =
the=20
500,000 millionaires in the<BR>U.S., 20% (100,000) made their<BR>fortune =
in the=20
last several years in MLM.&nbsp; Moreover, statistics have show =
that<BR>45=20
people become<BR>millionaires everyday through Multi-Level =
Marketing.<BR><BR>You=20
may have heard this story before, but over the summer, Donald Trump made =

an<BR>appearance on the<BR>David Letterman show.&nbsp; Dave asked him =
what he=20
would do if he lost everything and<BR>had to start over =
from<BR>scratch.&nbsp;=20
Without hesitating, Trump said he would find a good network =
marketing<BR>company=20
and get to<BR>work.<BR><BR>The audience started to hoot and boo =
him.&nbsp; He=20
looked out at the audience and<BR>dead-panned his response<BR>"That's =
why I'm=20
sitting up here; and, you are all sitting out there!"<BR><BR>With =
network=20
marketing, you have two sources of income.<BR><BR>Direct commissions =
from sales=20
you make yourself and commissions from sales made<BR>by people =
you<BR>introduce=20
to the business.<BR><BR>Residual income is the secret of the =
wealthy.<BR>It=20
means investing time or money once and getting paid again and again=20
and<BR>again.&nbsp; In network marketing, it<BR>also means getting paid =
for the=20
work of others.<BR><BR>The enclosed information is something I almost =
let slip=20
through my fingers. <BR>Fortunately, sometime later I re-<BR>read =
everything and=20
gave some thought and study to it.<BR><BR>My name is Jonathan =
Rourke.&nbsp; Two=20
years ago, the corporation I worked at for the<BR>past twelve=20
years<BR>down-sized and my position was eliminated.&nbsp; After =
unproductive job=20
interviews, I<BR>decided to open my own<BR>business.&nbsp; Over the past =
year, I=20
incurred many unforeseen financial problems.&nbsp; I<BR>owed my=20
family,<BR>friends,and creditors over $35,000.&nbsp; The economy was =
taking a=20
toll on my<BR>business and I just couldn't<BR>seem to make ends =
meet.<BR><BR>I=20
had to refinance and borrow against my home to support my family=20
and<BR>struggling business.&nbsp; AT THAT<BR>MOMENT something =
significant=20
happened in my life and I am writing to share the<BR>experience in hopes =

that<BR>this will change your life FOREVER FINANCIALLY!!!<BR><BR>In mid =
December=20
of 1997, I received this program via e-mail.&nbsp; Six months =
prior<BR>to=20
receiving this program, I<BR>had been sending away for information on =
various=20
business opportunities.&nbsp; All of<BR>the programs I received,<BR>in =
my=20
opinion, were not cost effective.&nbsp; They were either too difficult =
for=20
me<BR>to comprehend or the initial<BR>investment was too much for me to =
risk to=20
see if they would work or not.&nbsp; One<BR>claimed that I would make=20
a<BR>million dollars in one year... it didn't tell me I'd have to write =
a book=20
to<BR>make it!<BR><BR>But like I was saying, in December of 1997 I =
received this=20
program.&nbsp; I didn't<BR>send for it, or ask for it, they<BR>just got =
my name=20
off a mailing list.&nbsp; THANK GOODNESS FOR THAT !!!&nbsp; After =
reading<BR>it=20
several times, to make<BR>sure I was reading it correctly, I couldn't =
believe my=20
eyes.&nbsp; Here was a MONEY<BR>MAKING PHENOMENON.<BR><BR>I could invest =
as much=20
as I wanted to start, without putting me further into<BR>debt.&nbsp; =
After I got=20
a pencil and<BR>paper and figured it out, I would at least get my money=20
back.&nbsp; But like most of<BR>you I was still a little =
skeptical<BR>and a=20
little worried about the legal aspects of it all.&nbsp; So I checked it=20
out<BR>with the U.S. Post Office (1-800-<BR>725-2161 24-hrs) and they =
confirmed=20
that it is indeed legal! After determining<BR>the program was LEGAL =
and<BR>NOT A=20
CHAIN LETTER, I decided "WHY NOT."<BR><BR>Initially I sent out 10,000=20
e-mails.&nbsp; It cost me about $15 for my time on-line.<BR>The great =
thing=20
about e-mail is<BR>that I don't need any money for printing to send out =
the=20
program, and because<BR>all of my orders are fulfilled<BR>via e-mail, =
the only=20
expense is my time.&nbsp; I am telling you like it is.&nbsp; I =
hope<BR>it=20
doesn't turn you off, but I<BR>promised myself that I would not =
"rip-off"=20
anyone, no matter how much money it<BR>cost me.<BR><BR>In less than one =
week, I=20
was starting to receive orders for REPORT #1.&nbsp; By<BR>January 13, I =
had=20
received 26<BR>orders for REPORT #1.&nbsp; Your goal is to "RECEIVE at =
least 20=20
ORDERS FOR REPORT #1<BR>WITHIN 2 WEEKS.<BR>IF YOU DON'T, SEND OUT MORE =
PROGRAMS=20
UNTIL YOU DO!"<BR>My first step in making $50,000 in 90 days was =
done.<BR><BR>By=20
January 30, I had received 196 orders for REPORT #2.&nbsp; Your goal is=20
to<BR>"RECEIVE AT LEAST 100+<BR>ORDERS FOR REPORT #2 WITHIN 2 =
WEEKS.&nbsp; IF=20
NOT, SEND OUT MORE PROGRAMS UNTIL YOU<BR>DO.&nbsp; ONCE<BR>YOU HAVE 100 =
ORDERS,=20
THE REST IS EASY, RELAX, YOU WILL MAKE YOUR $50,000 GOAL."<BR>Well, I =
had 196=20
orders for REPORT #2, 96 more than I needed.&nbsp; So I sat back=20
and<BR>relaxed.&nbsp; By March 1, of<BR>my e-mailing of 10,000, I =
received=20
$58,000 with more coming in every day.<BR><BR>I paid off ALL my debts =
and bought=20
a much-needed new car.&nbsp; Please take time to<BR>read the=20
attached<BR>program,<BR>IT WILL CHANGE YOUR LIFE FOREVER!!! Remember, it =
won't=20
work if you don't try it.<BR>This program does work, but you must follow =
it=20
EXACTLY!&nbsp; Especially the rules of<BR>not trying to place =
your<BR>name in a=20
different place.&nbsp; It won't work, you'll lose out on a lot of=20
money!<BR><BR>In order for this program to work, you must meet your goal =
of 20+=20
orders for<BR>REPORT #1, and 100+ orders<BR>for REPORT #2 and you will =
make=20
$50,000 or more in 90 days.&nbsp; I AM LIVING PROOF<BR>THAT IT=20
WORKS!!!<BR><BR>If you choose not to participate in this program, I am=20
sorry.&nbsp; It really is a<BR>great opportunity with little cost =
or<BR>risk to=20
you.&nbsp; If you choose to participate, follow the program and you will =

be<BR>on your way to financial<BR>security.<BR><BR>If you are a fellow =
business=20
owner and are if financial trouble like I was, or<BR>you want to start =
your=20
own<BR>business, consider this a sign.&nbsp; I DID!<BR><BR>Sincerely, =
Jonathan=20
Rourke<BR><BR>PS Do you have any idea what 11,700 $5 bills ($58,000) =
look like=20
piled up on a<BR>kitchen table?&nbsp;=20
IT'S<BR>AWESOME!<BR>-----------------------------------------------------=
-<BR>A=20
PERSONAL NOTE FROM THE ORIGINATOR OF THIS PROGRAM:<BR><BR>By the time =
you have=20
read the enclosed program, you may have concluded that an<BR>amateur =
could not=20
have<BR>created such a legal program that works.<BR><BR>Let me tell you =
a little=20
about myself.&nbsp; I had a profitable business for 10<BR>years.&nbsp; =
Then in=20
1979 my business<BR>began falling off.&nbsp; I was doing the same things =
that=20
were previously successful<BR>for me, but it wasn't<BR>working.&nbsp; =
Finally, I=20
figured it out.&nbsp; It wasn't me, it was the economy. <BR>Inflation =
and=20
recession had replaced<BR>the stable economy that had been with us since =

1945.<BR><BR>I don't have to tell you what happened to the unemployment=20
rates...because many<BR>of you know from first<BR>hand experience.&nbsp; =
There=20
were more failures and bankruptcies than ever before.<BR><BR>The middle =
class=20
was vanishing.&nbsp; Those who knew what they were doing =
invested<BR>wisely and=20
moved up.<BR>Those who did not, including those who never had anything =
to save=20
or invest,<BR>were moving down into the<BR>ranks of the poor.&nbsp; As =
the=20
saying goes, "THE RICH GET RICHER AND THE POOR GET<BR>POORER."&nbsp;=20
The<BR>traditional methods of making money will never allow you to "move =
up" or=20
"get<BR>rich", inflation will see to<BR>that.<BR><BR>You have just =
received=20
information that can give you financial freedom for the<BR>rest of your =
life,=20
with "NO<BR>RISK" and "JUST A LITTLE BIT OF EFFORT."&nbsp; You can make =
more=20
money in the next<BR>few months than you<BR>have ever imagined.<BR><BR>I =
should=20
also point out that I would not see a penny of this money, nor =
anyone<BR>else=20
who has provided a<BR>testimonial for this program.&nbsp; I have already =
made=20
over 4 MILLION DOLLARS!&nbsp; I<BR>have retired from the<BR>program =
after=20
sending out over 16,000 programs.&nbsp; Now I have several offices =
that<BR>do=20
this program and<BR>several other programs here and over =
seas.<BR><BR>Follow the=20
program EXACTLY AS INSTRUCTED.&nbsp; Do not change it in any way.&nbsp;=20
It<BR>works exceedingly well<BR>as it is now.&nbsp; Remember to e-mail a =
copy of=20
this exciting report to everyone you<BR>can think of.&nbsp; One of =
the<BR>people=20
you send this to may send out 50,000...and your name will be on every =
one<BR>of=20
them!&nbsp; Remember<BR>though, the more you send out the more potential =

customers you will reach.<BR><BR>So my friend, I have given you the =
ideas,=20
information, materials and opportunity<BR>to become=20
financially<BR>independent,<BR>IT IS UP TO YOU=20
NOW!<BR><BR>******************************************************<BR><BR=
>THINK=20
ABOUT IT:<BR><BR>Before you delete this program from your mailbox, as I =
almost=20
did, take a little<BR>time to read it and REALLY<BR>THINK ABOUT =
IT.&nbsp; Get a=20
pencil and figure out what could happen when YOU<BR>participate.&nbsp; =
Figure=20
out the<BR>worst possible response and no matter how you calculate it, =
you will=20
still make<BR>a lot of money!<BR>You will definitely get back what you=20
invested.&nbsp; Any doubts you have will vanish<BR>when your first=20
orders<BR>come in.&nbsp; IT WORKS!<BR><BR>Jody Jacobs, Richmond,=20
VA<BR><BR>******************************************************<BR><BR>H=
ERE'S=20
HOW THIS AMAZING PROGRAM WILL MAKE YOU<BR>THOUSANDS OF=20
DOLLAR$<BR><BR>INSTRUCTIONS:<BR><BR>This method of raising capital =
REALLY WORKS=20
100%<BR>EVERY TIME.&nbsp; I am sure that you could use up to $50,000 or =
more in=20
the next 90<BR>days.<BR><BR>Before you say, "BULL...&nbsp; ", please =
read this=20
program carefully.&nbsp; This is not a<BR>chain letter, but a =
perfectly<BR>legal=20
money making opportunity.&nbsp; Basically, this is what you do: As with=20
all<BR>multi-level businesses, we build<BR>our business by recruiting =
new=20
partners and selling our products.&nbsp; Every state<BR>in the USA =
allows you=20
to<BR>recruit new multi-level business partners, and we offer a product =
for=20
EVERY<BR>dollar sent.&nbsp; YOUR ORDERS<BR>COME BY MAIL AND ARE FILLED =
BY=20
E-MAIL, so you are not involved in personal<BR>selling.&nbsp; You do=20
it<BR>privately in your own home, store, or office.<BR><BR>This is the =
GREATEST=20
Multi-Level Mail Order Marketing anywhere:<BR><BR>This is what you MUST=20
do:<BR><BR>1. Order all 4 reports shown on the list below (you can't =
sell them=20
if you don't<BR>order them).<BR><BR>* For each report, send $5.00 CASH, =
the NAME=20
&amp;<BR>NUMBER OF THE REPORT YOU ARE ORDERING, YOUR E-MAIL ADDRESS, =
YOUR NAME=20
&amp; RETURN<BR>ADDRESS (in case of a problem) to the person whose name =
appears=20
on the list next<BR>to the report.<BR><BR>MAKE SURE YOUR RETURN ADDRESS =
IS ON=20
YOUR ENVELOPE IN CASE OF ANY MAIL PROBLEMS!<BR><BR>* When you place your =
order,=20
make sure you order each of the four reports.&nbsp; You<BR>will need all =
four=20
reports<BR>so that you can save them on your computer and resell =
them.<BR><BR>*=20
Within a few days, you will receive, via e-mail, each of the four=20
reports.<BR>Save them on your computer so they will be accessible for =
you to=20
send to the<BR>1,000's of people who will<BR>order them from =
you.<BR><BR>2.=20
IMPORTANT-- DO NOT alter the names of the people who are listed next to=20
each<BR>report, or their<BR>sequence on the list, in any way other than =
is=20
instructed below in steps "a"<BR>through "f" or you will lose out<BR>on =
the=20
majority of your profits.&nbsp; Once you understand the way this works,=20
you'll<BR>also see how it doesn't<BR>work if you change it.&nbsp; =
Remember, this=20
method has been tested, and if you alter<BR>it, it will not =
work.<BR><BR>a. Look=20
below for the listing of available reports.<BR><BR>b. After you've =
ordered the=20
four reports, take this Advertisement and remove the<BR>name and address =

under<BR>REPORT #4.&nbsp; This person has made it through the cycle and =
is no=20
doubt counting<BR>their $50,000!<BR><BR>c. Move the name and address =
under=20
REPORT #3 down to REPORT #4.<BR><BR>d. Move the name and address under =
REPORT #2=20
down to REPORT #3.<BR><BR>e. Move the name and address under REPORT #1 =
down to=20
REPORT #2.<BR><BR>f. Insert your name/address in the REPORT #1=20
position.<BR><BR>Please make sure you copy every name and address=20
ACCURATELY!&nbsp; Copy and paste<BR>method works well.<BR><BR>3. Take =
this=20
entire letter, including the modified list of names, and save it =
to<BR>your=20
computer.&nbsp; Make NO<BR>changes to the Instruction portion of this=20
letter.<BR><BR>Your cost to participate in this is practically nothing =
(surely=20
you can afford<BR>$20).&nbsp; You obviously already<BR>have an Internet=20
Connection and e-mail is FREE!<BR><BR>To assist you with marketing your =
business=20
on the Internet, the 4 reports you<BR>purchase will provide you<BR>with=20
invaluable marketing information which includes how to send bulk=20
e-mails,<BR>where to find thousands of<BR>free classified ads and much, =
much=20
more.<BR><BR>There are two primary methods of building your=20
downline:<BR><BR>METHOD #1: SENDING BULK E-MAIL<BR><BR>Let's say that =
you decide=20
to start small, just to see how it goes, and we'll<BR>assume you and all =

those<BR>involved send out only 2,000 programs each.&nbsp; Let's also =
assume=20
that the mailing<BR>receives a 0.5%<BR>response. Using a good list, the =
response=20
could be much better. Also, many<BR>people will send out hundreds<BR>of=20
thousands of programs instead of 2,000.&nbsp; But continuing with this=20
example,<BR>you send out only 2,000<BR>programs.&nbsp; With a 0.5% =
response,=20
that is only 10 orders for REPORT #1.&nbsp; Those 10<BR>people respond=20
by<BR>sending out 2,000 programs each for a total of 20,000.&nbsp; Out =
of those=20
0.5%, 100<BR>people respond and order<BR>REPORT #2.<BR><BR>Those 100 =
people mail=20
out 2,000 programs each for a total of 200,000.&nbsp; The =
0.5%<BR>response to=20
that is 1,000<BR>orders for REPORT #3.&nbsp; Those 1,000 send out 2,000 =
programs=20
each for a 2,000,000<BR>total.&nbsp; The 0.5%<BR>response to that is =
10,000=20
orders for REPORT #4.&nbsp; That amounts to 10,000 each of<BR>$5 bills =
for you=20
in CASH<BR>MONEY!!!<BR><BR>Your total income in this example is $50 + =
$500 +=20
$5,000+ $50,000 for a total of<BR>$55,550!!!<BR><BR>REMEMBER FRIEND, =
THIS IS=20
ASSUMING 1,990 OUT OF THE 2,000 PEOPLE YOU MAIL TO =
WILL<BR>DO<BR>ABSOLUTELY=20
NOTHING AND TRASH THIS PROGRAM!<BR>DARE TO THINK FOR A MOMENT WHAT WOULD =
HAPPEN=20
IF EVERYONE, OR HALF-SENT OUT<BR>100,000<BR>PROGRAMS INSTEAD OF =
2,000.&nbsp;=20
Believe me, many people will do just that, and more! <BR>By the way,=20
your<BR>cost to participate in this is practically nothing. You =
obviously=20
already have<BR>an Internet connection and e-<BR>mail is FREE =
!!!<BR><BR>REPORT=20
#2 will show you the best methods for bulk e-mailing, tell you where=20
to<BR>obtain free bulk e-mail<BR>software and where to obtain e-mail=20
lists.<BR><BR>METHOD #2 - PLACING FREE ADS ON THE INTERNET<BR><BR>1. =
Advertising=20
on the 'Net is very, very inexpensive, and there are HUNDREDS of<BR>FREE =
places=20
to advertise.<BR>Let's say you decide to start small just to see how =
well it=20
works.&nbsp; Assume your<BR>goal is to get ONLY 10<BR>people to =
participate on=20
your first level.&nbsp; (Placing a lot of FREE ads on the<BR>Internet =
will=20
EASILY get a larger<BR>response).&nbsp; Also, assume that everyone else =
in YOUR=20
ORGANIZATION gets ONLY 10<BR>downline members.<BR><BR>Follow this =
example to=20
achieve the STAGGERING results Below (same as =
email<BR>example):<BR><BR>1st=20
level-your 10 members with $5.........$50<BR>2nd level-10 members from =
those 10=20
($5 x 100).......$500<BR>3rd level-10 members from those 100 ($5 x =
1,000)=20
$5,000<BR>4th level-10 members from those 1,000 ($5 x 10k) =
$50,000<BR><BR>THIS=20
TOTALS ---------------------------$55,550<BR><BR>Remember friends, this =
assumes=20
that the people who participate only recruits 10<BR>people each.&nbsp; =
Think for=20
a<BR>moment what would happen if they got 20 people to =
participate!&nbsp; Most=20
people get<BR>100's of participants!<BR><BR>THINK ABOUT IT!<BR><BR>For =
every=20
$5.00 you receive, all you must do is e-mail them the report=20
they<BR>ordered.&nbsp; THAT'S IT!&nbsp; ALWAYS<BR>PROVIDE SAME-DAY =
SERVICE ON=20
ALL ORDERS!&nbsp; This will guarantee that the e-mail<BR>THEY send out,=20
with<BR>YOUR name and address on it, will be prompt because they can't =
advertise=20
until<BR>they receive the=20
report!<BR><BR>------------------------------------------<BR>AVAILABLE=20
REPORTS<BR>------------------------------------------<BR><BR>*** Order =
Each=20
REPORT by NUMBER and NAME ***<BR><BR>Notes:<BR><BR>- ALWAYS SEND $5 CASH =
(U.S.=20
CURRENCY) FOR EACH REPORT<BR>CHEQUES NOT ACCEPTED<BR>- ALWAYS SEND YOUR =
ORDER=20
VIA FIRST CLASS MAIL<BR>- Make sure the cash is concealed by wrapping it =
in at=20
least two sheets of paper<BR>(IF NOT MORE SO THAT THE BILL CAN'T BE SEEN =
AGAINST=20
LIGHT)<BR>- On one of those sheets of paper, include:<BR>(a) the number =
&amp;=20
name of the report you are ordering,<BR>(b) your e-mail address, =
and<BR>(c) your=20
name &amp; postal address (as return address in case the post=20
office<BR>encounters problems).<BR><BR>PLACE YOUR ORDER FOR THESE =
REPORTS=20
NOW:<BR>______________________________________________________<BR>REPORT =
#1 "The=20
Insider's Guide to Advertising for Free on the Internet."<BR><BR>ORDER =
REPORT #1=20
FROM:</FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><FONT face=3DArial =
size=3D2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" =
size=3D3>Katia C.=20
Corfini</FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" =
size=3D3>Via=20
Indipendenza&nbsp;n. 150-B</FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" =
size=3D3>55049 Viareggio=20
( Lu )</FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman"=20
size=3D3>Italy</FONT></DIV>
<DIV><FONT face=3D"Times New Roman"=20
size=3D3>_____________________________________<BR>REPORT #2 "The =
Insider's Guide=20
to Sending Bulk E-mail<BR>on the Internet."<BR><BR>ORDER REPORT #2=20
FROM:</FONT></FONT></DIV><FONT face=3DArial size=3D2><FONT face=3D"Times =
New Roman"=20
size=3D3><FONT face=3DArial size=3D2></FONT><FONT face=3DArial =
size=3D2></FONT><FONT=20
face=3DArial size=3D2></FONT><FONT face=3DArial size=3D2></FONT><FONT =
face=3DArial=20
size=3D2></FONT>
<DIV><FONT face=3DArial size=3D2></FONT><FONT face=3DArial =
size=3D2></FONT><BR>Mazza=20
Andrea</DIV>
<DIV>Via Aurelia Sud n. 454-D</DIV>
<DIV>Loc. Bicchio 55049 Viareggio ( Lu )</DIV>
<DIV>Italy<BR>______________________________________________________<BR>R=
EPORT=20
#3 "The Secrets to Multilevel Marketing on =
the<BR>Internet."<BR><BR>ORDER REPORT=20
#3 FROM:</DIV>
<DIV><FONT face=3DArial size=3D2></FONT></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" =
size=3D3><FONT=20
face=3DArial size=3D2></FONT><FONT face=3DArial size=3D2></FONT><FONT =
face=3DArial=20
size=3D2></FONT>C. Hars<BR>1455 Mineral Spring Ave.<BR>Apt. 38<BR>North=20
Providence, RI 02904</FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman"=20
size=3D3>USA<BR>_______________________________________<BR>REPORT #4 =
"How to=20
become a Millionaire utilizing the Power of Multilevel<BR>Marketing and =
the=20
Internet."<BR><BR>ORDER REPORT #4 FROM:</FONT></FONT></DIV><FONT =
face=3DArial=20
size=3D2><FONT face=3D"Times New Roman" size=3D3>
<DIV><BR>M. Carson<BR>PO Box 828<BR>Buffalo, NY 14215</DIV>
<DIV>USA<BR>____________________________________<BR><BR>About 50,000 new =
people=20
get online every month!<BR><BR>******* TIPS FOR SUCCESS *******<BR><BR>* =
TREAT=20
THIS AS YOUR BUSINESS!&nbsp; Be prompt, professional, and follow=20
the<BR>directions accurately.<BR><BR>* Send for the four reports =
IMMEDIATELY so=20
you will have them when the orders<BR>start coming in because:<BR><BR>* =
When you=20
receive a $5 order, you MUST send out the requested =
product/report.<BR><BR>*=20
ALWAYS PROVIDE SAME-DAY SERVICES ON THE ORDERS YOU RECEIVE.<BR><BR>* Be =
patient=20
and persistent with this program.&nbsp; If you follow the=20
instructions<BR>exactly, your results WILL BE<BR>SUCCESSFUL!<BR><BR>* =
ABOVE ALL,=20
HAVE FAITH IN YOURSELF AND KNOW YOU WILL SUCCEED!<BR><BR>******* YOUR =
SUCCESS=20
GUIDELINES *******<BR><BR>Follow these guidelines to guarantee your=20
success:<BR><BR>If you don't receive 20 orders for REPORT #1 within two =
weeks,=20
continue<BR>advertising or sending e-mails<BR>until you do.&nbsp; Then, =
a couple=20
of weeks later you should receive at least 100<BR>orders for =
REPORT#2.&nbsp; If=20
you<BR>don't, continue advertising or sending e-mails until you =
do.<BR><BR>Once=20
you have received 100 or more orders for REPORT #2, YOU CAN RELAX,=20
because<BR>the system is<BR>already working for you, and the cash will =
continue=20
to roll in!<BR><BR>THIS IS IMPORTANT TO REMEMBER:<BR><BR>Every time your =
name is=20
moved down on the list, you are placed in front of a<BR>DIFFERENT =
report.<BR>You=20
can KEEP TRACK of your PROGRESS by watching which report people are=20
ordering<BR>from you.&nbsp; If you<BR>want to generate more income, send =
another=20
batch of e-mails or continue placing<BR>ads and start the =
whole<BR>process=20
again!&nbsp; There is no limit to the income you will generate from=20
this<BR>business!<BR><BR>Before you make your decision as to whether or =
not you=20
participate in this<BR>program.&nbsp; Please answer =
one<BR>question.....&nbsp;=20
DO YOU WANT TO CHANGE YOUR LIFE?<BR>If the answer is yes, please look at =
the=20
following facts about this program:<BR><BR>1. YOU ARE SELLING A PRODUCT =
WHICH=20
DOES NOT COST ANYTHING TO PRODUCE!<BR><BR>2. YOU ARE SELLING A PRODUCT =
WHICH=20
DOES NOT COST ANYTHING TO SHIP!<BR><BR>3. YOU ARE SELLING A PRODUCT =
WHICH DOES=20
NOT COST YOU ANYTHING TO ADVERTISE<BR>(except for<BR>bulk mailing=20
cost)!<BR><BR>4. YOU ARE UTILIZING THE POWER OF THE INTERNET AND THE =
POWER OF=20
MULTI-LEVEL<BR>MARKETING TO<BR>DISTRIBUTE YOUR PRODUCT ALL OVER THE=20
WORLD!<BR><BR>5. YOUR ONLY EXPENSES OTHER THAN YOUR INITIAL $20 AND BULK =
MAILING=20
COST<BR>INVESTMENT IS<BR>YOUR TIME!<BR><BR>6. VIRTUALLY ALL OF THE =
INCOME YOU=20
GENERATE FROM THIS PROGRAM IS PURE PROFIT!<BR><BR>7. THIS PROGRAM WILL =
CHANGE=20
YOUR LIFE FOREVER.<BR><BR>******* T E S T I M O N I A L S =
*******<BR><BR>This=20
program does work, but you must follow it EXACTLY!&nbsp; Especially the =
rule=20
of<BR>not trying to place your<BR>name in a different position, it won't =
work=20
and you'll lose a lot of potential<BR>income.&nbsp; I'm living proof =
that=20
it<BR>works.&nbsp; It really is a great opportunity to make relatively =
easy=20
money, with<BR>little cost to you.&nbsp; If you do<BR>choose to =
participate,=20
follow the program exactly, and you'll be on your way to<BR>financial=20
security.<BR><BR>Steven Bardfield, Portland,=20
OR<BR>******************************************************<BR><BR>My =
name is=20
Mitchell.&nbsp; My wife, Jody, and I live in Chicago, IL.&nbsp; I am a=20
cost<BR>accountant with a major U.S.<BR>Corporation and I make pretty =
good=20
money.&nbsp; When I received the program, I<BR>grumbled to Jody=20
about<BR>receiving "junk mail."&nbsp; I made fun of the whole thing, =
spouting my=20
knowledge of<BR>the population and<BR>percentages involved.&nbsp; I =
"knew" it=20
wouldn't work.&nbsp; Jody totally ignored my<BR>supposed intelligence=20
and<BR>jumped in&nbsp; with both feet.&nbsp; I made merciless fun of =
her, and=20
was ready to lay<BR>the old "I told you so" on her<BR>when the thing =
didn't=20
work... well, the laugh was on me!<BR><BR>Within two weeks, she had =
received=20
over 50 responses. Within 45 days, she had<BR>received over =
$147,200<BR>in $5=20
bills!&nbsp; I was shocked!&nbsp; I was sure that I had it all figured =
and that=20
it<BR>wouldn't work.&nbsp; I AM a believer<BR>now.&nbsp; I have joined =
Jody in=20
her "hobby."&nbsp; I did have seven more years until<BR>retirement, but =
I think=20
of the "rat<BR>race" and it's not for me.&nbsp; We owe it all to=20
MLM.<BR><BR>Mitchell Wolf MD., Chicago,=20
IL<BR>******************************************************<BR><BR>The =
main=20
reason for this letter is to convince you that this system is =
honest,<BR>lawful,=20
extremely profitable,<BR>and is a way to get a large amount of money in =
a short=20
time.&nbsp; I was approached<BR>several times before I<BR>checked this=20
out.&nbsp; I joined just to see what one could expect in return for=20
the<BR>minimal effort and money<BR>required.&nbsp; To my astonishment, I =

received $36,470.00 in the first 14 weeks, with<BR>money still coming=20
in.<BR><BR>Charles Morris,=20
Esq.<BR>***************************************************<BR><BR>Not =
being the=20
gambling type, it took me several weeks to make up my mind =
to<BR>participate in=20
this plan.&nbsp; But<BR>conservative that I am, I decided that the =
initial=20
investment was so little that<BR>there was just no way that =
I<BR>wouldn't get=20
enough orders to at least get my money back.&nbsp; Boy, was I =
surprised<BR>when=20
I found my<BR>medium-size post office box crammed with orders! For =
awhile, it=20
got so<BR>overloaded that I had to start<BR>picking up my mail at the=20
window.&nbsp; I'll make more money this year than any 10<BR>years of my =
life=20
before. The<BR>nice thing about this deal is that it doesn't matter =
where people=20
live. There<BR>simply isn't a better investment<BR>with a faster=20
return.<BR><BR>Paige Willis, Des Moines,=20
IA<BR>**************************************************<BR><BR>I had =
received=20
this program before.&nbsp; I deleted it, but later I wondered if =
I<BR>shouldn't=20
have given it a try.&nbsp; Of<BR>course, I had no idea who to contact to =
get=20
another copy, so I had to wait until<BR>I was e-mailed =
another<BR>program.&nbsp;=20
Eleven months passed then it came...I didn't delete this one!!!&nbsp; =
I<BR>made=20
more than $41,000 on the<BR>first try!!<BR><BR>Violet Wilson, Johnstown, =

PA<BR>****************************************************<BR><BR>This =
is my=20
third time to participate in this plan.&nbsp; We have quit our jobs, =
and<BR>will=20
soon buy a home on the<BR>beach and live off the interest on our =
money.&nbsp;=20
The only way on earth that this<BR>plan will work for you is if<BR>you =
do=20
it.&nbsp; For your sake, and for your family's sake don't pass up this=20
golden<BR>opportunity.&nbsp; Good luck and<BR>happy =
spending!<BR><BR>Kerry Ford,=20
Centerport, =
NY<BR>***************************************************<BR>ORDER=20
YOUR REPORTS TODAY AND GET STARTED ON YOUR ROAD TO FINANCIAL =
FREEDOM!<BR><BR>NOW=20
IS THE TIME FOR YOUR TURN DECISIVE ACTION YIELDS POWERFUL=20
RESULTS<BR>______________________________________________________<BR><BR>=
FOR=20
YOUR INFORMATION:<BR><BR>If you need help with starting a business, =
registering=20
a business name, learning<BR>how income tax is<BR>handled, etc., contact =
your=20
local office of the Small Business Administration (a<BR>Federal agency)=20
1-<BR>(800)827-5722 for free help and answers to questions.&nbsp; Also, =
the=20
Internal<BR>Revenue Service offers free<BR>help via telephone and free =
seminars=20
about business tax requirements.<BR><BR>IT IS TOTALLY UP TO YOU =
HOW!!!<BR>CAN=20
YOU HANDLE SUCCESS AND ALL THAT=20
MONEY???<BR><BR>_________________________________________________________=
__<BR>Under=20
Bills.1618 Title III passed by the 105th US Congress this letter cannot=20
be<BR>considered spam as the<BR>sender includes contact information and =
a method=20
of removal.&nbsp; This is a one time<BR>e-mail transmission.&nbsp; =
No<BR>request=20
for removal is necessary<BR><BR><BR><BR>&lt;/FONT&gt;&lt;FONT&nbsp;=20
COLOR=3D"#000000" SIZE=3D3&gt;</FONT><BR><BR></DIV></FONT></BODY></HTML>

------=_NextPart_000_0004_01C13E12.62E9AFA0--


From eopl-teachers-request Mon Sep 17 13:59:42 2001
Return-Path: <eopl-teachers-request>
Received: from awcst094.netaddress.usa.net (awcst094.netaddress.usa.net [204.68.24.94])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.41) with SMTP id f8HIxfV09860
	for <eopl-teachers@cs.indiana.edu>; Mon, 17 Sep 2001 13:59:41 -0500 (EST)
Received: (qmail 13523 invoked by uid 60001); 17 Sep 2001 18:59:40 -0000
Message-ID: <20010917185940.13522.qmail@awcst094.netaddress.usa.net>
Received: from 204.68.24.94 by awcst094 for [204.108.8.1] via web-mailer(34FM.0700.21.01) on Mon Sep 17 18:59:40 GMT 2001
Date: 17 Sep 2001 14:59:40 EDT
From: GRM <doctorgrm@usa.net>
To: eopl-teachers@cs.indiana.edu
Subject: University of Maryland (UMUC)
X-Mailer: USANET web-mailer (34FM.0700.21.01)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by moose.cs.indiana.edu id f8HJ1GV09863

I am a professor in the University of Maryland University College (UMUC)
program.  I teach the course CMST 450, and I would like an "instructor's
edition" of Essentials of Programming Languages (second edition), by Friedman,
Wand, and Haynes, MIT Press, 2001 for evaluation. (ISBN: 0262062178)

You can do a search at http://www.umuc.edu/cgi-bin/isis/class.cgi for "CMST"
"450" "Fall" "2001" to list my name.  I should be the first instructor in the
list.

Thank you.

George Mikulski Ph.D. ABD


____________________________________________________________________
Get free email and a permanent address at http://www.amexmail.com/?A=1

From eopl-teachers-request Mon Sep 17 19:18:16 2001
Return-Path: <eopl-teachers-request>
Received: from ns1.qctv.net.cn ([211.167.149.1])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.41) with ESMTP id f8I0IEV29948;
	Mon, 17 Sep 2001 19:18:14 -0500 (EST)
Received: from hanmir.com [10.254.1.254] by ns1.qctv.net.cn
  (SMTPD32-7.00 EVAL) id A1B1C77014E; Tue, 18 Sep 2001 03:40:33 +0800
Message-ID: <00007e8b3ae2$00006d9b$00006889@nenter.com>
To: <sales@intmarketing.com>
From: Sabrina2@nenter.com
Subject: Free conference calls!
Date: Mon, 17 Sep 2001 12:30:56 -0700
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Priority: 1
X-MSMail-Priority: High

<HTML><HEAD><TITLE>Take Control Of Your Conference Calls</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-12=
52">
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR></HEAD>
<BODY vLink=3D#c0c0c0 link=3D#c0c0c0 bgColor=3D#FFCC99 leftMargin=3D0><FON=
T 
face=3Darial,helvetica>
<P>
<CENTER>
<TABLE width=3D600 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><B><FONT color=3D#000066 size=3D6>Tired of Spending=
 Too Much <BR>on Conference Calls? 
</B></FONT></TD></TR></TBODY></TABLE>
<P><FONT color=3D#000000 size=3D5><B>Now Just <U>18 Cents</U> per Minute</=
B><BR><FONT size=3D4>(Includes 
Long Distance!)</FONT> 
<P>
<TABLE width=3D350 border=3D0>
  <TBODY>
  <TR>
    <TD><FONT color=3D#000066 size=3D3><B>
      <LI>No setup fees
      <LI>Connects up to 100 participants 
      <LI>No contracts or monthly fees 
      <LI>Call anytime, from anywhere, to anywhere 
      <LI>International Dial In 18 cents per minute 
      <LI>Simplicity in set up and administration 
      <LI>Operator Help available 24/7 </B></FONT></LI></TD></TR></TBODY><=
/TABLE>
<P>
<TABLE width=3D500 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D#000000 size=3D60><B><FONT size=3D5>C=
rystal clear connection 
with the lowest rate in the industry.</B></FONT></FONT></TD></TR></TBODY><=
/TABLE>
<P>
<TABLE width=3D400 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D#000066 size=3D4>If you like saving m=
oney, fill 
      out the form below and one of our consultants will contact 
  you.</FONT></TD></TR></TBODY></TABLE>
<P><FONT color=3D#000000 size=3D2>Required Input Field<FONT color=3D#00006=
6 
size=3D2>*</FONT></FONT> 
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D6=
00 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3Dmiddle>
      <FORM action=3Dmailto:inbox09@excite.com?subject=3DConference_Inquir=
y 
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000000 
          size=3D2>Name<FONT color=3D#000066 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000000 size=3D2=
>Web 
            Address</FONT></TD>
          <TD><INPUT value=3Dhttp:// name=3DURL></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000000 size=3D2=
>Company 
            Name<FONT color=3D#000066 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DCOMPANY_NAME></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000000 size=3D2=
>
            State<FONT color=3D#000066 size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DSTATE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000000 size=3D2=
>Business 
            Phone<FONT color=3D#000066 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DBUS_PHONE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000000 size=3D2=
>Home 
            Phone</FONT></TD>
          <TD><INPUT name=3DHOME_PHONE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000000 size=3D2=
>Email 
            Address<FONT color=3D#000066 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DEMAIL></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000000 size=3D2=
>Type of 
            Business</FONT></TD>
          <TD><INPUT name=3DTYPE_OF_BUSINESS></TD></TR></TBODY></TABLE>
      <P><INPUT type=3Dsubmit value=3D"Submit Information" name=3Dsubmit> 
    </FORM></P></TD></TR></TBODY></TABLE>
<P>
	<P align=3Dcenter><FONT color=3D#000066 face=3D"Arial, Helvetica, sans-se=
rif" size=3D5>
	This could be your ad!</FONT></B><FONT face=3D"Arial, Helvetica, sans-ser=
if" size=3D2>
	<BR><A href=3D"mailto:marketing202@yahoo.com?subject=3DDirect Marketing">
	<FONT color=3DCC9966>Click here to e-mail us your contact info</A>.</FONT=
></P>
<TABLE width=3D500>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT face=3D"Arial, Helvetica, sans-serif" color=3D=
#000000 
      size=3D1>This ad is being sent in compliance with Senate Bill 1618, =
Title 3, Section 301.
      You have recently visited one of our web sites or an affiliate site,=
 and indicated you were 
      interested in communication services.  If this email is reaching you=
 in error and you feel that you have not contacted 
      us, <A href=3D"mailto:rem0ve.N@excite.com?subject=3DRemove_Conferenc=
ing"><FONT color=3D#CC9966>Click 
      here</A></FONT>. We sincerely apologize, and assure you will be remo=
ved from our distribution list.</FONT><BR></TD></TR></TBODY></TABLE></P></=
CENTER></FONT></BODY></HTML>




From eopl-teachers-request Thu Oct  4 17:10:33 2001
Return-Path: <eopl-teachers-request>
Received: from master.masterdesign.se ([212.209.213.66])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.43) with ESMTP id f94MAVO00038;
	Thu, 4 Oct 2001 17:10:31 -0500 (EST)
Message-Id: <200110042210.f94MAVO00038@moose.cs.indiana.edu>
Received: from 66.89.67.194 by master.masterdesign.se with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1460.8)
	id 42H5HPBX; Fri, 5 Oct 2001 00:03:06 +0200
From: edu_software2012@excite.com
To: <>
Subject: Academic Discount Software
Date: Thu, 04 Oct 2001 18:23:13 -0400
X-Sender: edu_software2012@excite.com
X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1
Content-Type: text/plain; charset="us-ascii"
X-Priority: 3
X-MSMail-Priority: Normal

Adobe, Microsoft, & Macromedia at up to 84% OFF Retail for Education

Dear Students, Teachers, Faculty and Staff of K-12 and Higher Education:

COMPUTER PRODUCTS FOR EDUCATION is pleased to offer to you the best prices on ACADEMIC EDITION SOFTWARE from MICROSOFT, ADOBE, MACROMEDIA and others - AT UP TO 84% OFF RETAIL PRICES.  If you are a Qualified Education Buyer (defined below) you can purchase products from CPE at huge discounts during our Back-To-School 2001 Super Sale!

Qualified Education Buyers include STUDENTS, TEACHERS, FACULTY, STAFF, and SCHOOLS for K-12 and Higher Education.

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

----------------------           Education           You
ADOBE:                             Price    Retail   Save!
----------------------           ---------  ------   -----
**Back-to-School Special Offer good through 10/31/01:
GoLive 5.0/LiveMotion 1.0**        $79.95    $285     72%
Web Collection 3.0**              $289.95    $999     71%
         (Photoshop/GoLive/LiveMotion/Illustrator)   
*Normal Pricing:
Acrobat 5.0                        $57.95    $249     77%
After Effects 4.0                 $259.95    $649     60%
Illustrator 9.0                    $89.95    $399     77%
InDesign 1.5                      $279.95    $699     60%
PageMaker 7.0                     $279.95    $499     44%
Photoshop 6.0                     $279.95    $609     54%
Premiere 6.0                      $239.95    $549     42%
Design Collection 3.0             $489.95    $999     51%
           (InDesign/Photoshop/Illustrator/Acrobat)
Digital Video Collection 5.0      $479.95   $1199     60%
         (Premiere/AfterEffects/Illustrator/Photoshop)
Dynamic Media Collection 4.0      $539.95   $1499     64%
         (AfterEffects/Premiere/Photoshop/Illustrator)   
Publishing Collection 10.0        $489.95    $999     51%
         (Acrobat/Illustrator/PageMaker/Photoshop)
Streaming Media Collction 1.0     $389.95    $999     61%
         (Premiere/AfterEffects/GoLive/LiveMotion)
 

----------------------           Education           You
MACROMEDIA:                        Price    Retail   Save!
----------------------           ---------  ------   -----
Dreamweaver 4                      $99.95    $299     67%
Fireworks 4                        $99.95    $199     50%
Dreamweaver 4/Fireworks 4 Studio  $149.95    $449     67%
Flash 5                            $99.95    $399     75%
Flash 5/Freehand 10 Studio        $149.95    $599     75%
FreeHand 10                        $99.95    $399     75%
UltraDev 4/Fireworks 4 Studio     $194.95    $699     72%
Web Design Studio                 $239.95    $699     66%

----------------------           Education            You
MICROSOFT***                      Price     Retail   Save!
----------------------           ---------  ------   -----
Office XP Standard                $159.95    $479     68%
Office XP Professional            $199.95    $579     66%
Office 2001 Macintosh             $209.95    $499     60%
FrontPage 2002                     $79.95    $169     53%
Publisher 2002                     $79.95    $129     38%
Visio Standard 2002                $69.95    $199     65%
Visio Professional 2002           $159.95    $159     69%
Visual Basic 6.0                   $89.95    $549     84%
Visual Studio 6.0 Pro             $229.95   $1079     79%
Visual Studio 6.0 Enterprise      $319.95   $1620     80%
Windows 2000 Professional Upg     $129.95    $319     53%

*** K-12 students are NOT eligible for Microsoft products.

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

Academic Edition software is exactly the same as the Full-Retail version except that it has been deeply discounted for Qualified Education Buyers.  You must be an active faculty member, staff member, or student to purchase software from CPE.  All purchasers must provide fax-verification of status as faculty, staff, or student.  After placing your order, you simply fax to CPE either: (a) a copy of a current picture School I.D. Card or, (b) a current paycheck stub with an alternative picture I.D. (drivers license, etc.).  Schools may purchase by faxing a valid school purchase order.  For more details, visit our web site at www.edu-software.com.

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

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

All prices and availability are subject to change without notice.  

___________________

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

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

___________________

THANK YOU!



From eopl-teachers-request Tue Oct  9 10:17:53 2001
Return-Path: <eopl-teachers-request>
Received: from tesla.eecs.ku.edu (tesla.eecs.ku.edu [129.237.116.6])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.43) with ESMTP id f99FHqq28431
	for <eopl-teachers@cs.indiana.edu>; Tue, 9 Oct 2001 10:17:52 -0500 (EST)
Received: (from dmanoles@localhost)
	by tesla.eecs.ku.edu (8.10.2/8.10.2) id f99FHqQ99444;
	Tue, 9 Oct 2001 10:17:52 -0500 (CDT)
Sender: dmanoles@eecs.ku.edu
To: eopl-teachers@cs.indiana.edu
Subject: Objects, types, and LSP
From: dmanoles@eecs.ku.edu (Dragos A. Manolescu)
Reply-To: "Dragos A. Manolescu" <dmanoles@eecs.ku.edu>
Organization: University of Kansas
Date: 09 Oct 2001 10:17:52 -0500
Message-ID: <wain130rgf3.fsf@tesla.eecs.ku.edu>
Lines: 11
User-Agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii


I've just finished going through Chapter 6 (Objects and Types) and
have been left wondering why it doesn't mention the Liskov
substitution principle (LSP). Have I missed it? As far as I can tell
this is the right place to do so (i.e., subtype polymorphism on page
209). In a parallel universe I've been helping companies interview
people. One of my questions for prospective candidates for OO
positions is about LSP. I'll make sure that my students know about it,
but the textbooks should also do it. Any comments?

-Dragos

From eopl-teachers-request Tue Oct  9 10:28:04 2001
Return-Path: <eopl-teachers-request>
Received: from pluto.mscc.huji.ac.il (pluto.mscc.huji.ac.il [132.64.178.45])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.43) with ESMTP id f99FS3q29028
	for <eopl-teachers@cs.indiana.edu>; Tue, 9 Oct 2001 10:28:03 -0500 (EST)
Received: from hoehudla (di4-32.dialin.huji.ac.il [132.64.14.32])
	by pluto.mscc.huji.ac.il (8.11.0/8.11.0) with SMTP id f99FRwi03771;
	Tue, 9 Oct 2001 17:27:59 +0200
Message-ID: <006201c150d6$85a9b680$710d4084@hoehudla>
From: "Ehud Lamm" <mslamm@mscc.huji.ac.il>
To: "Dragos A. Manolescu" <dmanoles@eecs.ku.edu>,
   <eopl-teachers@cs.indiana.edu>
References: <wain130rgf3.fsf@tesla.eecs.ku.edu>
Subject: Re: Objects, types, and LSP
Date: Tue, 9 Oct 2001 17:24:42 +0200
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2014.211
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211

>
> I've just finished going through Chapter 6 (Objects and Types) and
> have been left wondering why it doesn't mention the Liskov
> substitution principle (LSP). Have I missed it? As far as I can tell
> this is the right place to do so (i.e., subtype polymorphism on page
> 209). In a parallel universe I've been helping companies interview
> people. One of my questions for prospective candidates for OO
> positions is about LSP. I'll make sure that my students know about it,
> but the textbooks should also do it. Any comments?
>

I agree. I added this issue to the learning guide I gave my students (we
call it "learning guide" you probably cal it "lecture notes.")

I also added a bit about various semantic uses of inheritance
(classifiaction, interface reuse etc.), though these are less "essential."

I'd be happy to share what I have, but it is in Hebrew so I guess it is of
little use to anyone.

Ehud Lamm
The Open University of Israel


From eopl-teachers-request Mon Oct 29 14:03:04 2001
Return-Path: <eopl-teachers-request>
Received: from torme.siteprotect.com (torme.siteprotect.com [64.26.0.66])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.43) with ESMTP id f9TJ33F01401
	for <eopl-teachers@cs.indiana.edu>; Mon, 29 Oct 2001 14:03:03 -0500 (EST)
Received: (from hardwarepit@localhost)
	by torme.siteprotect.com (8.9.3/8.9.3) id NAA16706;
	Mon, 29 Oct 2001 13:03:03 -0600
Date: Mon, 29 Oct 2001 13:03:03 -0600
Message-Id: <200110291903.NAA16706@torme.siteprotect.com>
To: eopl-teachers@cs.indiana.edu
From: "HARDWAREPIT.COM" <sales@hardwarepit.com>
Subject: Wholesale Barebones Computer Systems, Cables and Accessories 

Come visit our new wholesale outlet, HARDWAREPIT.COM.
http://www.hardwarepit.com
Your one stop shop for your computer cables, accessories, monitors
and barebone computer systems, (systems starting at $499.95) 
all items sold at wholesale prices. 
Over 3000 products in stock, all orders shipped within 48 hours.


FREE SHIPPING & SALES TAX PREPAID BY US ON ALL ITEMS!

Visit http://www.hardwarepit.com today 


-------------------------------------------------------------------------
To be removed from this mailing list
click on the link below 
http://www.hardwarepit.com/cgi-bin/mailing/mail.cgi?eopl-teachers@cs.indiana.edu



From eopl-teachers-request Mon Nov 12 23:39:43 2001
Return-Path: <eopl-teachers-request>
Received: from femail26.sdc1.sfba.home.com (femail26.sdc1.sfba.home.com [24.254.60.16])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.43) with ESMTP id fAD4dhH23580
	for <eopl-teachers@cs.indiana.edu>; Mon, 12 Nov 2001 23:39:43 -0500 (EST)
Received: from C1873964A ([24.181.135.7]) by femail26.sdc1.sfba.home.com
          (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP
          id <20011113043937.TKMD13113.femail26.sdc1.sfba.home.com@C1873964A>
          for <eopl-teachers@cs.indiana.edu>;
          Mon, 12 Nov 2001 20:39:37 -0800
Message-ID: <000b01c16bfd$32c12060$0787b518@chmpgn1.il.home.com>
From: "Shiva Shankar Chetan" <chetan@students.uiuc.edu>
To: <eopl-teachers@cs.indiana.edu>
Subject: extraneous right parantheses
Date: Mon, 12 Nov 2001 22:39:24 -0600
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0007_01C16BCA.E13E3200"
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

This is a multi-part message in MIME format.

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

Hi,

I am using scheme48 interpreter. Whenever I use long lists (lists which
exceed a specific length), the interpreter complains with the message
"discarding extraneous right parantheses" and I get a few invalid expression
messages. I have verified the lists and the parantheses match properly. I am
unable to work because of this error. Can someone please suggest some
solution to this problem ?

Thanks
Chetan

------=_NextPart_000_0007_01C16BCA.E13E3200
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 5.50.4611.1300" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I am using scheme48 interpreter. =
Whenever I use=20
long lists (lists which exceed a specific length), the interpreter =
complains=20
with the message "discarding extraneous right parantheses" and I get a =
few=20
invalid expression messages. I have verified the lists and the =
parantheses match=20
properly. I am unable to work because of this&nbsp;error. Can someone =
please=20
suggest some solution to this problem ?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Chetan</FONT></DIV></BODY></HTML>

------=_NextPart_000_0007_01C16BCA.E13E3200--


From eopl-teachers-request Tue Nov 13 09:51:07 2001
Return-Path: <eopl-teachers-request>
Received: from almso1.proxy.att.com (almso1.att.com [192.128.167.69])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.43) with ESMTP id fADEp6x18404
	for <eopl-teachers@cs.indiana.edu>; Tue, 13 Nov 2001 09:51:06 -0500 (EST)
Received: from njb140r1.ems.att.com ([135.65.202.58])
	by almso1.proxy.att.com (AT&T IPNS/MSO-3.0) with ESMTP id fADEovC25037
	for <eopl-teachers@cs.indiana.edu>; Tue, 13 Nov 2001 09:50:57 -0500 (EST)
Received: from njb140bh1.ems.att.com by njb140r1.ems.att.com (8.8.8+Sun/ATTEMS-1.4.1 sol2)
	id JAA12139; Tue, 13 Nov 2001 09:49:38 -0500 (EST)
Received: by njb140bh1.ems.att.com with Internet Mail Service (5.5.2653.19)
	id <WMTKDRK4>; Tue, 13 Nov 2001 09:50:56 -0500
Message-ID: <62DA45D4963FA747BA1B253E266760F93B4D39@OCCLUST04EVS1.ugd.att.com>
From: "Gul, Nadim, ALNTK" <nadim@att.com>
To: eopl-teachers@cs.indiana.edu
Subject: unsubscribe
Date: Tue, 13 Nov 2001 09:50:33 -0500
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain;
	charset="iso-8859-1"

unsubscribe
unsubscribe nadim@att.com

From eopl-teachers-request Tue Nov 20 21:24:24 2001
Return-Path: <eopl-teachers-request>
Received: from eniac.cable.net.co (eniac.cable.net.co [196.27.25.66])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.43) with ESMTP id fAL2ONO04202
	for <eopl-teachers@cs.indiana.edu>; Tue, 20 Nov 2001 21:24:23 -0500 (EST)
Received: from d9a0b4 ([216.72.61.100]) by eniac.cable.net.co
          (Post.Office MTA v3.5.3 release 223
          ID# 637-71558U30000L25000S0V35) with SMTP id co
          for <eopl-teachers@cs.indiana.edu>;
          Tue, 20 Nov 2001 21:25:54 -0500
To: <eopl-teachers@cs.indiana.edu>
From: gtsemailser@cable.net.co
Subject: Toner Cartridges save up to 40%
Date: Tue, 20 Nov 2001 21:25:54 -0500
Message-ID: <20011121022554.AAA25309@eniac.cable.net.co@d9a0b4>


GT TONER SUPPLIES


ORDER BY PHONE PLEASE CALL 770-623-9780
ORDER BY EMAIL: gtsupplies@cable.net.co
EMAIL REMOVAL:  gtsemailser@cable.net.co


LASER PRINTER TONER CARTRIDGES, COPIER AND FAX CARTRIDGES

SAVE UP 40% FROM RETAIL PRICE.

UNIVERSITY AND/OR SCHOOL PURCHASE ORDERS WELCOME. (NO CREDIT APPROVAL
REQUIRED)

ALL OTHER PURCHASE ORDERS REQUESTS REQUIRE CREDIT APPROVAL.

PAY BY CHECK, C.O.D, OR PURCHASE ORDER (NET 30 DAYS).

FOR THOSE OF YOU WHO HAVE ANY QUESTION ABOUT OUR COMPANY PLEASE EMAIL US AT
gtsinfo@cable.net.co


OUR NEW, LASER PRINTER TONER CARTRIDGE, PTICES ARE AS FOLLOWS: (PLEASE ORDER
BY ITEM NUMBER)

ITEM    MAKE        MODEL                       PRICE

1---------- HP--------------------LASERJET SERIES 4L, 4P
(74A)-----------------------------  $39.00
2---------- HP--------------------LASERJET SERIES 1100
(92A)-------------------------------    $39.00
3---------- HP--------------------LASERJET SERIES 2
(95A)------------------------------------$30.00
4---------- HP-------------------   LASERJET SERIES 2P
(75A)---------------------------------- $49.00
5---------- HP-------------------   LASERJET SERIES 5P,5MP,6P,6MP
(03A)----------------   $39.00
6---------- HP-------------------   LASERJET SERIES 5SI,800
(09A)----------------------------$89.00
7---------- HP--------------------LASERJET SERIES 2100
(96A)-------------------------------    $65.00
8---------- HP--------------------LASERJET SERIES 8100
(82X)-------------------------------    $129.00
9---------- HP--------------------LASERJET SERIES 5L,6L
(3906A)---------------------------  $35.00
10---------HP--------------------LASERJET SERIES
4V------------------------------------------    $89.00
11---------HP--------------------LASERJET SERIES 4000
(27X)-------------------------------    $65.00
12---------HP--------------------LASERJET SERIES 3SI,4SI
(91A)----------------------------   $49.00
13---------HP--------------------LASERJET SERIES 4,4M,5,5M
(98A)-----------------------    $40.00
14---------HP--------------------LASERJET SERIES 5000
(29X)--------------------------------$89.00
15---------HP--------------------LASERFAX 500, 700 (FX1)
------------------------------------$44.00
16---------HP--------------------LASERFAX 5000, 7000
(FX2)---------------------------------  $49.00
17---------HP--------------------LASERFAX
(FX3)-----------------------------------------------    $49.00
18---------HP--------------------LASERFAX
(FX4)-----------------------------------------------    $49.00

19---------LEXMARK--------  OPTRA 4019,4029 HIGH
YIELD------------------------------ $79.00
20---------LEXMARK--------  OPTRA R 4039,4049 HIGH
YIELD---------------------------    $99.00
21---------LEXMARK--------  OPTRA
E-----------------------------------------------------------$49.00
22---------LEXMARK---------OPTRA
N----------------------------------------------------------$105.00
23---------LEXMARK--------  OPTRA
S-----------------------------------------------------------$145.00
24---------LEXMARK--------  OPTRA
T-----------------------------------------------------------$180.00

25---------EPSON--------------  ACTION LASER
7000,7500,8000,9000----------------------   $99.00
26---------EPSON--------------  ACTION LASER
1000,1500------------------------------------$99.00

27---------PANASONIC-----   NEC SERIES 2 MODELS 90 AND
95------------------------  $99.00

28---------APPLE--------------  LASER WRITER PRO
600,16/600----------------------------  $40.00
29---------APPLE--------------  LASER WRITER SELECT
300,320,360----------------------$64.00
30---------APPLE--------------  LASER WRITER 300,
320--------------------------------------   $49.00
31---------APPLE--------------  LASER WRITER NT,
2NT-------------------------------------    $49.00
32---------APPLE--------------  LASER WRITER
12/640----------------------------------------  $69.00

33---------CANON------------    FAX LASERCLASS 4000
(FX3)------------------------------ $49.00
34---------CANON------------    FAX LASERCLASS 5000,6000,7000
(FX2)----------------   $44.00
35---------CANON------------    LASERFAX 5000,7000
(FX2)---------------------------------  $44.00
36---------CANON------------    LASERFAX 8500,9000
(FX4)---------------------------------  $44.00
37---------CANON------------    COPIER PC3,6RE,7 & 11
(A30)-------------------------------    $59.00
38---------CANON------------    COPIER 300,320,700,720 AND 760
(E-40)------------------    $79.00

30 DAY UNLIMITED WARRANTY INCLUDED ON ALL PRODUCTS.

IF YOU ARE ORDERING BY E-MAIL OR C.O.D. PLEASE FILL OUT AN ORDER FORM WITH
THE FOLLOWING INFORMATION:

PHONE NUMBER
COMPANY NAME
FIRST AND LAST NAME
STREET ADDRESS
CITY, STATE ZIP CODE

IF YOU ARE ORDERING BY PURCHASE ORDER PLEASE FILL OUT AN ORDER FORM WITH THE
FOLLOWING INFORMATION:

PURCHASE ORDER NUMBER
PHONE NUMBER
COMPANY OR SCHOOL NAME
SHIPPING ADDRESS AND BILLING ADDRESS
CITY, STATE ZIP CODE

ALL TRADE MARKS AND BRAND NAMES LISTED ABOVE ARE PROPERTY OF THE RESPECTIVE
HOLDERS AND USED FOR DESCRIPTIVE PURPOSES ONLY.






From eopl-teachers-request Thu Feb 14 07:53:56 2002
Return-Path: <eopl-teachers-request>
Received: from cmsmel-s1.cms.com.au (mail.cms.com.au [139.130.214.149])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g1AN8sC19015;
	Sun, 10 Feb 2002 18:08:57 -0500 (EST)
Received: from mx1.eudoramail.com (SS [207.93.225.216]) by cmsmel-s1.cms.com.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0)
	id DR8HGZRT; Thu, 7 Feb 2002 09:03:51 +1100
Message-ID: <00001abd40ed$000046e5$0000347c@mx1.eudoramail.com>
To: <The.Family>
From: DebtPlan649@eudoramail.com
Subject: Slash You Debt Payments! (No Loan Needed)               CAX
Date: Wed, 06 Feb 2002 16:04:37 -1800
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: DebtPlan649@eudoramail.com

<html><head><title>Debt Plan Services</title><meta http-equiv=3DContent-Typ=
e content=3D"text/html; charset=3Diso-8859-1"></head><body bgcolor=3D#FFFF=
FF text=3D#000000><table width=3D600 border=3D2 cellspacing=3D0 cellpaddin=
g=3D0 bordercolor=3D70798D align=3Dcenter><tr><td valign=3Dtop height=3D48=
7><table width=3D600 border=3D0 cellspacing=3D0 cellpadding=3D0><tr><td><t=
able width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0><tr><td width=
=3D32%><img src=3Dhttp://209.164.32.74/mailers/debt_plan_services/1.jpg wi=
dth=3D286 height=3D187></td><td width=3D68% valign=3Dtop><div align=3Dcent=
er><p><img src=3Dhttp://209.164.32.74/mailers/debt_plan_services/2.gif wid=
th=3D284 height=3D49></p></div><ul><li><font face=3D"Arial, Helvetica, san=
s-serif" size=3D2>No new loans needed</font></li> <li><font face=3D"Arial,=
 Helvetica, sans-serif" size=3D2>Consolidate regardless of credit problems=
</font></li> <li><font face=3D"Arial, Helvetica, sans-serif" size=3D2>Redu=
ce interest to as low as 1.5%</font><br> </li><li><font face=3D"Arial, Hel=
vetica, sans-serif" size=3D2>Stop late or over-limit fees</font></li></ul>=
</td></tr></table></td></tr><tr><td><div align=3Dcenter><img src=3Dhttp://=
209.164.32.74/mailers/debt_plan_services/3.gif width=3D502 height=3D28></d=
iv></td></tr><tr><td valign=3Dtop><table width=3D100% border=3D0 cellspaci=
ng=3D0 cellpadding=3D0><tr><td valign=3Dtop width=3D314><table width=3D100=
% border=3D0 cellspacing=3D0 cellpadding=3D0><tr><td><ul><li><font size=3D=
2 face=3D"Arial, Helvetica, sans-serif">Trained experts on your Side</font=
></li> <li><font size=3D2 face=3D"Arial, Helvetica, sans-serif">STOP credi=
tor harassment</font></li> <li><font size=3D2 face=3D"Arial, Helvetica, sa=
ns-serif">Be debt free in 1/3 the time</font></li> <li><font face=3D"Arial=
, Helvetica, sans-serif" size=3D2>Minimum of $2,500 in unsecured debt to q=
ualify</font><br> </li><li><font face=3D"Arial, Helvetica, sans-serif" siz=
e=3D2>Quick-No obligation-Confidential debt analysis</font></li> </ul>&nbs=
p;</td></tr><tr><td valign=3Dtop><table width=3D100% border=3D0 cellspacin=
g=3D0 cellpadding=3D0><tr><td width=3D30>&nbsp;</td><td><img src=3Dhttp://=
209.164.32.74/mailers/debt_plan_services/5.gif width=3D229 height=3D43></t=
d></tr></table></td></tr></table></td><td width=3D286 valign=3Dtop><div al=
ign=3Dright><img src=3Dhttp://209.164.32.74/mailers/debt_plan_services/4.j=
pg width=3D286 height=3D190></div></td></tr></table></td></tr><tr><td><div=
 align=3Dcenter><font face=3D"Arial, Helvetica, sans-serif" size=3D2 color=
=3D#000000>We have helped thousands of people just like you.<br> <a href=3D=
http://www.qksrv.net/click-853137-6817280 target=3D_top>Click here</a><img=
 src=3Dhttp://www.qksrv.net/image-853137-6817280 width=3D1 height=3D1 bord=
er=3D0> for more information<br> &nbsp;</font></div></td></tr><tr><td bgco=
lor=3DFFCC00><div align=3Dcenter><img src=3Dhttp://209.164.32.74/mailers/d=
ebt_plan_services/6.gif width=3D303 height=3D21></div></td></tr></table></=
td></tr></table><table width=3D600 border=3D0 cellspacing=3D0 cellpadding=3D=
0 align=3Dcenter><tr><td valign=3Dtop><img src=3Dhttp://209.164.32.74/mail=
ers/debt_plan_services/am_logo.gif width=3D114 height=3D38></td><td valign=
=3Dtop><p><font color=3D#000000 size=3D2 face=3D"Arial, Helvetica, sans-se=
rif">We respect your online privacy. We have included contact information =
and a way<br> </font><font color=3D#000000 size=3D2 face=3D"Arial, Helveti=
ca, sans-serif">for removal from our mailing list. If you wish to be remov=
ed from this list, please <br> reply with &quot;remove&quot; as subject, a=
nd provide the address(es) to be deleted from our list. Any inconvenience =
caused is sincerely regretted.</font></p><p><object classid=3Dclsid:D27CDB=
6E-AE6D-11cf-96B8-444553540000 codebase=3Dhttp://download.macromedia.com/p=
ub/shockwave/cabs/flash/swflash.cab#version=3D5,0,0,0 width=3D18 height=3D=
18> <param name=3Dquality value=3Dhigh><param name=3DSRC value=3Dhttp://20=
9.164.32.74/mailers/debt_plan_services/new-darol-louder.swf><embed src=3Dh=
ttp://209.164.32.74/mailers/debt_plan_services/new-darol-louder.swf qualit=
y=3Dhigh pluginspage=3Dhttp://www.macromedia.com/shockwave/download/index.=
cgi?P1_Prod_Version=3DShockwaveFlash type=3Dapplication/x-shockwave-flash =
width=3D18 height=3D18></embed></object></p></td></tr></table><p>&nbsp;</p=
></body></html>




From eopl-teachers-request Mon Feb 25 22:29:56 2002
Return-Path: <eopl-teachers-request>
Received: from imap.gintec.com (imap.gintec.com [194.221.250.55])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g1Q3TrU29615;
	Mon, 25 Feb 2002 22:29:53 -0500 (EST)
Received: from mx1.eudoramail.com (wall-i.webport.de [194.221.250.62])
	by imap.gintec.com (Postfix on SuSE Linux eMail Server 3.0) with ESMTP
	id C4F9574102; Tue, 26 Feb 2002 04:20:33 +0100 (CET)
Message-ID: <000053ff4a39$00001c2d$000078cd@mx1.eudoramail.com>
To: <Mainly.Millionaires@gintec.com>
From: pllx2890@eudoramail.com
Subject: PLLX : What's All the Buzz About?                BYVDMT
Date: Mon, 25 Feb 2002 21:27:48 -1800
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: pllx2890@eudoramail.com

<html><head><meta http-equiv=3DContent-Type content=3D"text/html; charset=3D=
windows-1252"><title>SPECIAL ALERT</title></head><body><table cellSpacing=3D=
0 cellPadding=3D0 width=3D604 bgColor=3D#000000 border=3D0><tr><td width=3D=
604><div align=3Dleft><img border=3D0 src=3Dhttp://us.f1.yahoofs.com/users=
/1e1000e9/bc/friends/__hr_blueline.jpg?bcWs1y8AHCrzN._x></div></td></tr></=
table><table cellSpacing=3D0 cellPadding=3D2 width=3D602 border=3D0 height=
=3D2230><tr><td vAlign=3Dtop align=3Dleft bgColor=3D#000000 height=3D2226>=
<table cellSpacing=3D0 cellPadding=3D3 width=3D561 bgColor=3D#ffffff borde=
r=3D0 height=3D1461><tr><td bgColor=3D#ffffff height=3D19><table cellSpaci=
ng=3D0 cellPadding=3D0 width=3D591 border=3D0><tr><td vAlign=3Dcenter alig=
n=3Dleft width=3D591><p align=3Dcenter><b><font face=3DVerdana size=3D2>Sp=
ecial Alert : </font><font face=3D"Times New Roman, Times, serif">&nbsp;</=
font><font face=3DVerdana size=3D2>PARALLAX ENTERTAINMENT INC. &nbsp;(OTCB=
B: PLLX)</font></b></td></tr></table></td></tr><tr><td bgColor=3D#ffffff h=
eight=3D6><img height=3D4 src=3Dhttp://www.businessworldwide.net/sik/space=
r.gif width=3D592 NOSEND=3D1></td></tr><tr><td vAlign=3Dtop align=3Dleft h=
eight=3D816><div align=3Dright><table cellSpacing=3D0 cellPadding=3D3 widt=
h=3D565 border=3D0 style=3D"border-collapse: collapse" bordercolor=3D#1111=
11 height=3D1 align=3Dright><tr><td vAlign=3Dtop align=3Dleft width=3D5 ro=
wspan=3D4 height=3D413><table cellSpacing=3D0 cellPadding=3D3 width=3D288 =
border=3D0 height=3D826><tr bgColor=3D#099DF7><td height=3D1 width=3D25 bg=
color=3D#799D8F><p align=3Dleft>&nbsp;</td><td height=3D1 width=3D251 bgco=
lor=3D#799D8F><p align=3Dleft><span style=3D"font-weight: 700"><font face=3D=
Verdana size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; REASONS TO BUY PLLX<=
/font></span></td></tr><tr><td colSpan=3D2 height=3D4 width=3D282><font fa=
ce=3DVerdana size=3D2><img height=3D2 src=3Dhttp://www.businessworldwide.n=
et/sik/spacer.gif width=3D280 NOSEND=3D1></font></td></tr><tr><td vAlign=3D=
top align=3Dright width=3D25 height=3D64><font face=3DVerdana size=3D2><b>=
1.</b></font></td><td vAlign=3Dtop align=3Dleft width=3D251 height=3D64><s=
pan style=3D"font-family: Verdana"><font size=3D2>PLLX projects that if th=
e company captures 1/5 of 1% of the recorded music market the company will=
 generate at least $55 million in cumulative revenues over the next 5 year=
s. The company currently operates with an extremely low overhead of only $=
350,000 - $500,000 per year.</font></span></td></tr><tr><td vAlign=3Dtop a=
lign=3Dright width=3D25 height=3D48><b><font face=3DVerdana size=3D2>2.</f=
ont></b></td><td vAlign=3Dtop align=3Dleft width=3D251 height=3D48><span s=
tyle=3D"font-family: Verdana"><font size=3D2>PLLX currently manages two up=
-and-coming bands, Track 10 and TEK3.&nbsp; Harder Beat magazine has given=
 Tek 3 rave reviews and has already labeled them a band with =FFFFFF93the =
potential of having a long career.=FFFFFF94</font></span></td></tr><tr><td=
 vAlign=3Dtop align=3Dright width=3D25 height=3D80><b><font face=3DVerdana=
 size=3D2>3.</font></b></td><td vAlign=3Dtop align=3Dleft width=3D251 heig=
ht=3D80><span style=3D"font-family: Verdana"><font size=3D2>PLLX has recen=
tly entered into a consulting agreement with David H. Chidekel, a leading =
New York entertainment attorney whose client list has included such big na=
mes as Universal Records Group, EMI Records, Arista Records, and Shaggy, F=
ilter and Dee Lyte.&nbsp; Mr. Chidekel joins Parallax=FFFFFF92s advisory b=
oard and will serve as a consultant during the company=FFFFFF92s expansion=
</font></span></td></tr><tr bgColor=3D#099DF7><td height=3D1 width=3D25 b=
gcolor=3D#FFFFFF align=3Dright valign=3Dtop><p align=3Dleft><b><font face=3D=
Verdana size=3D2>&nbsp; 4.</font></b></td><td height=3D1 width=3D251 bgcol=
or=3D#FFFFFF align=3Dleft><p align=3Dleft><span style=3D"font-family: Verd=
ana"><font size=3D2>PLLX has joined forces with Uncommon Media Group (OTCB=
B:UMDA) to promote Tek 3 on an enhanced CD-ROM in over 350,000 issues of t=
he June edition of the World Wrestling&nbsp; Federation=FFFFFF92s RAW Maga=
zine.&nbsp; Parallax also plans on circulating over 800,000 copies of a CD=
-ROM featuring Track 10 and Tek 3 in the July issue of SPIN magazine as we=
ll.</font></span><span style=3D"font-weight: 700"><font size=3D2 face=3DVe=
rdana>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;</font></span></td></tr><tr><td=
 height=3D1 width=3D25 bgcolor=3D#FFFFFF align=3Dright valign=3Dtop><p ali=
gn=3Dleft><b><font face=3DVerdana size=3D2>&nbsp; 5.</font></b></td><td he=
ight=3D1 width=3D251 bgcolor=3D#FFFFFF align=3Dleft><p align=3Dleft><span =
style=3D"font-family: Verdana"><font size=3D2>PLLX test marketed two songs=
 by artist Track 10 on radio station KQKY Hits 106FM. Both consecutive tes=
ts resulted in the songs becoming the number one request topping major lab=
el artists including Alien Ant Farm, Gorillaz, N*SYNC, Michael Jackson, St=
aind, Alicia Keys and Destiny=FFFFFF92s Child.</font></span><span style=3D=
"font-weight: 700"><font size=3D2 face=3DVerdana>&nbsp;&nbsp; &nbsp;&nbsp;=
&nbsp;&nbsp;</font></span></td></tr><tr><td height=3D1 width=3D25 bgcolor=3D=
#FFFFFF align=3Dright valign=3Dtop><p align=3Dleft><b><font face=3DVerdana=
 size=3D2>&nbsp; 6.</font></b></td><td height=3D1 width=3D251 bgcolor=3D#F=
FFFFF align=3Dleft><p align=3Dleft><span style=3D"font-family: Verdana"><f=
ont size=3D2>PLLX recording artist Tek 3 is currently collaborating with p=
roducer Carlos Broady for tracks on their debut release on Parallax Record=
s. Mr. Broady has produced tracks for such well known artists as Sean Puff=
y Combs =FFFFFF91Puff Daddy=FFFFFF92 (Bad Boy/Arista), Notorious B.I.G. (B=
ad Boy/Arista), Mase (Bad Boy/Arista), Lil=FFFFFF92 Kim (Untentertainment/=
Arista) and LL Cool J (Def Jam Music Group). Recently, Broady produced tra=
cks for artist India Arie whose debut album on Universal Records was nomin=
ated for seven (7) Grammy Awards including Album of the year.</font></span=
><span style=3D"font-weight: 700"><font size=3D2 face=3DVerdana>&nbsp;&nbs=
p; &nbsp;&nbsp;&nbsp;&nbsp;</font></span></td></tr><tr><td align=3Dcenter =
width=3D276 height=3D9 colspan=3D2><p class=3DMsoNormal><font face=3DVerda=
na size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></p></td></tr=
><tr><td align=3Dcenter width=3D276 height=3D10 colspan=3D2 bgcolor=3D#799=
D8F><font face=3DVerdana size=3D2><span style=3D"font-weight: 700">CONCLUS=
ION</span></font></td></tr><tr><td vAlign=3Dtop align=3Dleft width=3D276 h=
eight=3D459 colspan=3D2><p class=3DMsoNormal><span style=3D"font-family: V=
erdana"><font size=3D2>Parallax Entertainment, Incorporated has brilliantl=
y positioned itself to become a leader in the online music industry.&nbsp;=
 Not only does it represent and license hot new bands, but it also serves =
as an online portal for all types of musicians seeking to expand their aud=
iences.&nbsp; Overhead costs are kept at a minimum and revenue potential i=
n the industry is enormous.&nbsp; Management is actively consulting entert=
ainment industry experts like David Chidekel who has represented numerous =
major label artists and who is currently =FFFFFF93of counsel=FFFFFF94 to t=
he prestigious law firm that also represents NSYNC and LFO.&nbsp; All in a=
ll, if looking for a play in the exploding online music market then PLLX i=
s definitely worth a second look</font></span></p><p>&nbsp;</td></tr></tab=
le></td><td vAlign=3Dtop align=3Dleft width=3D277 rowspan=3D4 height=3D1><=
/td><td vAlign=3Dtop align=3Dleft width=3D239 height=3D162><table cellSpac=
ing=3D0 cellPadding=3D4 border=3D0 width=3D250><tr><td vAlign=3Dcenter ali=
gn=3Dmiddle bgColor=3D#799d8f height=3D118 width=3D282><table cellSpacing=3D=
0 cellPadding=3D0 width=3D260 bgColor=3D#ffffff border=3D0><tr><td vAlign=3D=
top align=3Dleft height=3D101><table cellSpacing=3D0 cellPadding=3D4 width=
=3D235 border=3D0 align=3Dleft height=3D131><tr><td width=3D123 height=3D1=
6><b><font face=3DVerdana color=3D#080E95 size=3D2>&nbsp;&nbsp;&nbsp; &nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL:</font></b></td><td width=3D96 height=3D=
16><b><font face=3DVerdana size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp; PLLX</font></b></td></tr><tr><td width=3D123 height=3D27><b><font fac=
e=3DVerdana color=3D#080E95 size=3D2>&nbsp;CURRENT PRICE:</font></b></td><=
td width=3D96 height=3D27><font face=3DVerdana size=3D2>&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp; <b>$0.08</b></font></td></tr><tr><td width=3D123 height=
=3D28><font face=3DVerdana color=3D#080E95><b><font size=3D2>&nbsp;&nbsp;&=
nbsp;52 WEEK HIGH:</font></b></font></td><td width=3D96 height=3D28><font =
face=3DVerdana size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><b><fo=
nt face=3DVerdana size=3D2>$0.16</font></b></td></tr><tr><td width=3D123 h=
eight=3D28><b><font face=3DVerdana color=3D#080E95 size=3D2>&nbsp;&nbsp;&n=
bsp; 52 WEEK LOW:</font></b></td><td width=3D96 height=3D28><font face=3DV=
erdana size=3D2>&nbsp;&nbsp;&nbsp;&nbsp; <b>&nbsp; <font color=3D#080E95>$=
0.05</font></b></font></td></tr></table></td></tr></table></td></tr><tr><t=
d vAlign=3Dcenter align=3Dleft width=3D282><font face=3DVerdana size=3D2><=
img height=3D2 src=3Dhttp://www.businessworldwide.net/sik/spacer.gif width=
=3D280 NOSEND=3D1></font></td></tr></table><table cellSpacing=3D0 cellPadd=
ing=3D3 width=3D288 border=3D0 height=3D1><tr bgColor=3D099df7><td height=3D=
1 width=3D1 bgcolor=3D#799D8F><p align=3Dleft><font face=3DVerdana size=3D=
2>&nbsp; &nbsp;&nbsp;&nbsp;</font></td><td height=3D1 width=3D500 bgcolor=3D=
#799D8F><p align=3Dleft><span style=3D"font-weight: 700"><font face=3DVerd=
ana size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COMPANY BACKGROUND</font></spa=
n></td></tr></table></td></tr><tr><td align=3Dleft width=3D239 height=3D6>=
<p class=3DMsoNormal><font face=3DArial size=3D2><span style=3D"font-size:=
 10pt; font-family: Verdana">Parallax Entertainment, Inc. is a music indus=
try concern operating two divisions:&nbsp; Parallax Records and Hitdial.co=
m.</span></font><span style=3D"font-family: Verdana"><font size=3D2>&nbsp;=
 Parallax Records produces music for a variety of&nbsp;categories and main=
tains ownership of the intellectual property rights of the albums produced=
 The company develops the artist and then markets and licenses the finish=
ed product to major record labels.&nbsp; Revenue is generated from advance=
s on future royalties, royalties, publishing royalties, merchandise sales,=
 and merchandise royalties.</font></span><font face=3DVerdana size=3D2> Hi=
tDial.com acts as a promotional outlet and e-commerce solution for musicia=
ns via the Internet.&nbsp; Musicians can apply to obtain a =FFFFFF93micro-=
page=FFFFFF94 on the HitDial site where they can display a biography, audi=
o sample, and photo of their band.&nbsp; As members, musicians will benefi=
t by gaining a larger fan base and the company profits from the sale of th=
e members=FFFFFF92 merchandise and the gathering of valuable consumer data=
 statistics on the industry.</font><span style=3D"font-size: 10.0pt; font-=
family: Verdana"><br> &nbsp;</span></td></tr><tr><td align=3Dcenter width=3D=
239 height=3D24 bgcolor=3D#799D8F><font face=3DVerdana size=3D2><span styl=
e=3D"font-weight: 700">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></font>=
<span style=3D"font-weight: 700"><font face=3DVerdana size=3D2>INDUSTRY ST=
ATS</font></span></td></tr><tr><td vAlign=3Dtop align=3Dleft width=3D239 h=
eight=3D870><p class=3DMsoNormal><span style=3D"font-family: Verdana"><fon=
t size=3D2>Over the last decade the music industry has been consolidated i=
nto 5 conglomerates controlling 75% of the world=FFFFFF92s music market: S=
ony Corp., AOL Time Warner, Inc., EMI Group, Bertelsmann AG, and Vivendi U=
niversal. With consumers no longer replacing old cassettes, albums and 8-t=
racks, sales of back catalogue music has tapered off. According to SoundSc=
an, sales of recorded music dropped by roughly $50 million (US) last year.=
 With investors to report to, these major labels are responding by restruc=
turing. In an effort to deliver short-term profits, these mega-giants are =
looking for quick hits and have ceased the age old process of discovering =
and developing talent. Now major record labels are turning to independent =
labels and artist management companies in search of already developed tale=
nt. This has created an expanding and lucrative niche for companies like P=
arallax. Examples of two independent labels that have prospered during rec=
ent consolidations are Wind-Up Records (Creed, Drowning Pool) and Roadrunn=
er Records (Nickelback, Slipknot).<br> <br> The 2000 global music market w=
as worth $36.9 Billion with total unit sales of over 3.5 billion.&nbsp; Wi=
th such an enormous potential market, even the smallest gain of market sha=
re could mean millions for Parallax Entertainment.&nbsp;Jupiter Media Metr=
ix, a leader in e-commerce data development, expects a continual annual gr=
owth rate of 76% in online music sales (growing to about $2.6 billion in 2=
003).&nbsp; With many top recording artists actively recruiting agents to =
manage their Internet presence, Parallax Entertainment Inc. is perfectly p=
ositioned to become an industry leader.</font></span></p></td></tr></table=
></div></td></tr><tr><td vAlign=3Dtop align=3Dleft height=3D567>&nbsp;<tab=
le cellSpacing=3D0 cellPadding=3D4 width=3D587 border=3D0 height=3D524><tr=
><td vAlign=3Dtop align=3Dleft width=3D587 height=3D17><p align=3Dcenter><=
b><font face=3DVerdana color=3D#799D8F size=3D2>To be removed from future =
mailings, please reply to this email with &quot;Remove&quot; in the subjec=
t line.</font></b></td></tr><tr><td vAlign=3Dtop align=3Dleft height=3D1><=
b><font face=3DVerdana color=3D#efefef size=3D2><br> </font></b><font face=
=3DVerdana size=3D2>DISCLAIMER:&nbsp;<br> Information within this email co=
ntains &quot;forward looking statements&quot; within the meaning of Sectio=
n 27A of the Securities Act of 1933 and Section 21B of the Securities Exch=
ange Act of 1934. Any statements that express or involve discussions with =
respect to predictions, expectations, beliefs, plans, projections, objecti=
ves, goals, assumptions or future events or performance are not statements=
 of historical fact and may be &quot;forward looking statements.&quot;<br>=
 <br> Forward looking statements are based on expectations, estimates and =
projections at the time the statements are made that involve a number of&n=
bsp;risks and uncertainties which could cause actual results or events to =
differ materially from those presently anticipated. Forward looking statem=
ents in this action may be identified through the use of words such as &qu=
ot;projects&quot;, &quot;foresee&quot;, &quot;expects&quot;, &quot;will,&q=
uot;&nbsp; &quot;anticipates,&quot; &quot;estimates,&quot; &quot;believes,=
&quot; &quot;understands&quot; or that by statements indicating certain ac=
tions &quot;may,&quot; &quot;could,&quot; or &quot;might&quot; occur.&nbsp=
; All information provided within this email pertaining to investing, stoc=
ks, securities must be understood as information provided and not investme=
nt advice. Emerging Equity Alert advises all readers and subscribers to se=
ek&nbsp;advice from a registered professional securities representative be=
fore deciding to trade in stocks featured within this email.&nbsp; None of=
 the material within this report shall be construed as any kind of investm=
ent advice.<br> <br> In compliance with the Securities Act of 1933, Sectio=
n17(b), Emerging EquityAlert discloses the receipt of $10,000 cash from a =
third party for the publication of this report and additional&nbsp;service=
s related to PLLX. Be aware of an inherent conflict of interest resulting =
from such compensation. All&nbsp;factual information in this report was ga=
thered from public sources, including but not limited to SEC filings, Comp=
any Press Releases, and the company's website. &nbsp;Emerging Equity Alert=
 believes this information to be reliable but can make no guarantee as to =
its accuracy or completeness. Use of the material within this email consti=
tutes your acceptance of these terms.<br> &nbsp;</font></td></tr><tr><td v=
Align=3Dtop align=3Dleft height=3D36><p align=3Dcenter><b><font face=3DVer=
dana color=3D#799D8F size=3D2>To be removed from future mailings, please r=
eply to this email with &quot;Remove&quot; in the subject line.</font></b>=
</td></tr></table></td></tr></table></td></tr></table></body></html>




From eopl-teachers-request Wed Feb 27 21:19:55 2002
Return-Path: <eopl-teachers-request>
Received: from snta001w.snekkernnta.no ([213.236.203.235])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g1S2Js127230
	for <eopl-teachers@cs.indiana.edu>; Wed, 27 Feb 2002 21:19:55 -0500 (EST)
Received: from mx1.eudoramail.com ([207.93.244.118]) by snta001w.snekkernnta.no with Microsoft SMTPSVC(5.0.2195.2966);
	 Wed, 27 Feb 2002 10:41:42 +0100
Message-ID: <0000081c00c7$00006bb6$000065be@mx1.eudoramail.com>
To: <Mainly.Millionaires>
From: wsch292@eudoramail.com
Subject: WSCH : A Revolutionary Acne Treatment and More               BN
Date: Wed, 27 Feb 2002 03:42:22 -1800
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: wsch292@eudoramail.com
X-OriginalArrivalTime: 27 Feb 2002 09:41:43.0859 (UTC) FILETIME=[F7427830:01C1BF72]

<html><head><meta http-equiv=3DContent-Type content=3D"text/html; charset=3D=
windows-1252"><title>SPECIAL ALERT</title></head><body><table cellSpacing=3D=
0 cellPadding=3D0 width=3D604 bgColor=3D#000000 border=3D0><tr><td width=3D=
604><div align=3Dleft><img border=3D0 src=3Dhttp://us.f1.yahoofs.com/users=
/1e1000e9/bc/friends/__hr_HEADER4.jpg?bc0nix8A5efRG04T></div></td></tr></t=
able><table cellSpacing=3D0 cellPadding=3D2 width=3D602 border=3D0 height=3D=
2863><tr><td vAlign=3Dtop align=3Dleft bgColor=3D#000000 height=3D2859><ta=
ble cellSpacing=3D0 cellPadding=3D3 width=3D561 bgColor=3D#ffffff border=3D=
0 height=3D2875><tr><td bgColor=3D#000000 height=3D19><table cellSpacing=3D=
0 cellPadding=3D0 width=3D591 border=3D0><tr><td vAlign=3Dcenter align=3Dl=
eft width=3D591><p align=3Dcenter><b><font face=3D"Times New Roman, Times,=
 serif" color=3D#FFFFDD>Special Alert </font><font face=3D"Times New Roman=
, Times, serif" size=3D2 color=3D#FFFFDD>:</font><font face=3D"Times New R=
oman, Times, serif" size=3D2 color=3D#FFFFE1> </font><font face=3D"Times N=
ew Roman, Times, serif" color=3D#FFFFFF>&nbsp;WASATCH&nbsp; PHARMACEUTICAL=
S </font><font face=3D"Times New Roman, Times, serif" size=3D2 color=3D#FF=
FFFF>&nbsp;</font><font face=3D"Times New Roman, Times, serif" color=3D#FF=
FFDD>(OTCBB: WSCH)</font></b></td></tr></table></td></tr><tr><td bgColor=3D=
#ffffff height=3D6><img height=3D4 src=3Dhttp://www.businessworldwide.net/=
sik/spacer.gif width=3D592 NOSEND=3D1></td></tr><tr><td vAlign=3Dtop align=
=3Dleft height=3D816><div align=3Dright><table cellSpacing=3D0 cellPadding=
=3D3 width=3D565 border=3D0 style=3D"border-collapse: collapse" bordercolo=
r=3D#111111 height=3D1 align=3Dright><tr><td vAlign=3Dtop align=3Dleft wid=
th=3D5 rowspan=3D6 height=3D638><table cellSpacing=3D0 cellPadding=3D3 wid=
th=3D288 border=3D0 height=3D872><tr bgColor=3D#099DF7><td height=3D1 widt=
h=3D25><p align=3Dleft><img border=3D0 src=3Dhttp://us.f1.yahoofs.com/user=
s/15e54a78/bc/bosko+family/__tn_arrow25.gif?bcKX9t8ANyXtRQyZ><font face=3D=
Batang style=3D"font-size: 11pt"></font></td><td height=3D1 width=3D251><p=
 align=3Dleft><span style=3D"font-weight: 700"><font face=3D"Times New Rom=
an" style=3D"font-size: 13pt">TOP&nbsp;4 REASONS TO BUY WSCH</font></span>=
</td></tr><tr><td colSpan=3D2 height=3D4 width=3D282><img height=3D2 src=3D=
http://www.businessworldwide.net/sik/spacer.gif width=3D280 NOSEND=3D1></t=
d></tr><tr><td vAlign=3Dtop align=3Dright width=3D25 height=3D64><font fac=
e=3D"Verdana, Geneva, Helvetica, Arial, sans-serif" size=3D2><b>1.</b></fo=
nt></td><td vAlign=3Dtop align=3Dleft width=3D251 height=3D64><font face=3D=
"Times New Roman">The products and medical therapies developed by WSCH rep=
resent possibly the <b>most important breakthrough</b> in the field of Der=
matology in the last fifty years.</font></td></tr><tr><td vAlign=3Dtop ali=
gn=3Dright width=3D25 height=3D48><b><font face=3D"Verdana, Geneva, Helvet=
ica, Arial, sans-serif" size=3D2>2.</font></b></td><td vAlign=3Dtop align=3D=
left width=3D251 height=3D48><font face=3D"Times New Roman">WSCH anticipat=
es <b>FDA approval</b> on seven over-the-counter products within the next =
year, which will provide significant revenue in the retail drug market.</f=
ont></td></tr><tr><td vAlign=3Dtop align=3Dright width=3D25 height=3D80><b=
><font face=3D"Verdana, Geneva, Helvetica, Arial, sans-serif" size=3D2>3.<=
/font></b></td><td vAlign=3Dtop align=3Dleft width=3D251 height=3D80><font=
 face=3D"Times New Roman">WSCH has experienced a <b>success rate of 90%</b=
> during clinical studies, completely eliminating skin disease from 90% of=
 all patients treated.</font></td></tr><tr><td vAlign=3Dtop align=3Dright =
width=3D25 height=3D80><b><font face=3D"Verdana, Geneva, Helvetica, Arial,=
 sans-serif" size=3D2>4.</font></b></td><td vAlign=3Dtop align=3Dleft widt=
h=3D251 height=3D80><font face=3D"Times New Roman">By year five, WSCH plan=
s to have annualized revenue over <b>$525 million</b> and over <b>$125 mil=
lion in EBIT</b>.&nbsp; This does not take into account income from OTC pr=
oducts which will be substantial.</font><p>&nbsp;</td></tr><tr bgColor=3D#=
099DF7><td height=3D1 width=3D25><p align=3Dleft><img border=3D0 src=3Dhtt=
p://us.f1.yahoofs.com/users/15e54a78/bc/bosko+family/__tn_arrow25.gif?bcKX=
9t8ANyXtRQyZ><font face=3DBatang style=3D"font-size: 11pt"></font></td><td=
 height=3D1 width=3D251><p align=3Dleft><span style=3D"font-weight: 700"><=
font face=3D"Times New Roman" style=3D"font-size: 13pt">&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PROJECTIONS, =
OBJECTIVES AND STATISTICS</font></span></td></tr><tr><td vAlign=3Dtop alig=
n=3Dleft width=3D276 height=3D548 colspan=3D2><p class=3DMsoNormal>&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
; Over a five year period, AISC (WSCH's subsidiary) plans to establish <b>=
350 clinics in over 100 major population areas</b>.&nbsp;The company plans=
 to hire over 150 medical doctors for these clinics, train over 1,000 medi=
cal assistants and treat over <b>2,000,000 patients</b>. Also by year five=
, WSCH plans to have annualized over <u>$525 million in revenue and over $=
125 million in EBIT</u>. This does not take into account income from OTC p=
roducts which will be substantial.</p><p class=3DMsoNormal><span style=3D"=
font-size: 12.0pt; font-family: Times New Roman">As of 1991, there were ap=
proximately <b>14 million </b>chronic acne and eczema patients annually in=
 the United States,&nbsp;with the highest percentage between 18 to 44 year=
s of&nbsp;age. The actual number of patients with any type of acne&nbsp;Is=
 significantly higher.&nbsp;<b>Seven billion dollars is spent&nbsp;annuall=
y </b>on dermatological pharmaceutical products for&nbsp;these disorders.<=
/span></p><p class=3DMsoNormal><span style=3D"font-size: 12.0pt; font-fami=
ly: Times New Roman">In 1994, the teen population reached 25 million. Duri=
ng&nbsp;the next decade, it will grow at <b>nearly twice the rate of&nbsp;=
the overall population</b> (according to U.S. Census Bureau&nbsp;projectio=
ns).&nbsp;Acne patients are primarily teenagers,&nbsp;whereas eczema patie=
nts range from infants to the&nbsp;elderly</span>.</td></tr></table></td><=
td vAlign=3Dtop align=3Dleft width=3D277 rowspan=3D6 height=3D1></td><td v=
Align=3Dtop align=3Dleft width=3D239 height=3D1><table cellSpacing=3D0 cel=
lPadding=3D4 border=3D0 width=3D250><tr><td vAlign=3Dcenter align=3Dmiddle=
 bgColor=3D#099DF7 height=3D118 width=3D282><table cellSpacing=3D0 cellPad=
ding=3D0 width=3D260 bgColor=3D#ffffff border=3D0><tr><td vAlign=3Dtop ali=
gn=3Dleft height=3D101><table cellSpacing=3D0 cellPadding=3D4 width=3D235 =
border=3D0 align=3Dleft><tr><td width=3D123><b><font face=3DArial color=3D=
#339933 style=3D"font-size: 9pt">&nbsp;&nbsp;&nbsp; </font><font face=3DAr=
ial color=3D#339933 size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL:</font>=
</b></td><td width=3D96><b><font face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp; WSCH</font></b></td></tr><tr><td width=3D123><b><f=
ont face=3DArial style=3D"font-size: 9pt" color=3D#339933>&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp; CURRENT PRICE:</font></b></td><td width=3D96><font fa=
ce=3D"Bookman Old Style" size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </f=
ont><font face=3D"Times New Roman"><b>$0.0</b></font><b><font face=3D"Time=
s New Roman">59</font></b></td></tr><tr><td width=3D123><font face=3DArial=
 color=3D#339933><b><font style=3D"font-size: 9pt">&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp; 52 WEEK HIGH:</font></b></font></td><td width=3D96><font fac=
e=3D"Bookman Old Style" size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </fo=
nt><b><font face=3D"Times New Roman">$27.50</font></b></td></tr><tr><td wi=
dth=3D123><b><font face=3DArial style=3D"font-size: 9pt" color=3D#339933>&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 52 WEEK LOW:</font></b></td><td width=3D=
96><font face=3D"Bookman Old Style" size=3D2>&nbsp;&nbsp;&nbsp;&nbsp; </fo=
nt><font face=3D"Times New Roman"><b>&nbsp; <font color=3D#339933>$0.0</fo=
nt></b></font><b><font face=3D"Times New Roman" color=3D#339933>56</font><=
/b></td></tr></table></td></tr></table></td></tr><tr><td vAlign=3Dcenter a=
lign=3Dleft width=3D282><img height=3D2 src=3Dhttp://www.businessworldwide=
net/sik/spacer.gif width=3D280 NOSEND=3D1></td></tr></table><table cellSp=
acing=3D0 cellPadding=3D3 width=3D288 border=3D0 height=3D1><tr bgColor=3D=
099df7><td height=3D1 width=3D1><p align=3Dleft><img border=3D0 src=3Dhttp=
://us.f1.yahoofs.com/users/15e54a78/bc/bosko+family/__tn_arrow25.gif?bcKX9=
t8ANyXtRQyZ><font face=3DBatang style=3D"font-size: 11pt"></font></td><td =
height=3D1 width=3D500><p align=3Dleft><span style=3D"font-weight: 700"><f=
ont face=3D"Times New Roman" style=3D"font-size: 13pt">COMPANY BACKGROUND<=
/font></span></td></tr></table></td></tr><tr><td vAlign=3Dtop align=3Dleft=
 width=3D284 height=3D1><p class=3DMsoNormal>Wasatch Pharmaceutical, Inc. =
is a fourteen year old company with a record of outstanding achievements i=
n the field of Dermatology. Dermatology.&nbsp;Under the name of its subsid=
iary, American Institute of Skin Care <b>(AISC)</b>, Wasatch has operated =
two prototype clinics for the last five years where the products and medic=
al therapies have been tested and proven on hundreds of patients. The Comp=
any's activities have been centered on research in the area of <b>serious =
skin diseases</b>.&nbsp;<font face=3D"Times New Roman">A concurrent discov=
ery and benefit is WSCH's dramatic success in the area of skin rejuvenatio=
n.</font></td></tr><tr><td vAlign=3Dtop align=3Dleft width=3D284 height=3D=
11><font face=3D"Times New Roman">Seeing the high growth potential from ma=
jor funding, WSCH elected to <b>become a public company</b> less than two =
years ago.</font><p><font face=3D"Times New Roman">Wasatch's major success=
es in the area of skin diseases include:</font></td></tr><tr><td vAlign=3D=
top align=3Dleft width=3D284 height=3D14><font face=3D"Times New Roman"><b=
>Cystic Acne, Eczema, Seborrhea, Contact Dermatitis, Molluscum, Folliculit=
is, Acne Rosacea and less prevalent skin diseases.</b></font></td></tr><tr=
><td vAlign=3Dtop align=3Dleft width=3D284 height=3D19><font face=3D"Times=
 New Roman">Interestingly, these skin disorders account for more than <b>7=
0% of all business</b> in the field of dermatology for which there are ver=
y few (if any) safe, effective therapies like those developed by <b>Wasatc=
h.</b></font></td></tr><tr><td vAlign=3Dtop align=3Dleft width=3D284 heigh=
t=3D29><font face=3D"Times New Roman">Because the therapies developed by W=
asatch <b>dominate</b> this area of medicine, WSCH has elected to market i=
ts products via company-owned clinics throughout the United States.&nbsp;T=
his decision has resulted in the establishment of <b>two research clinics<=
/b> in Utah for the purpose of implementing procedures within the clinics =
pursuant to testing and confirming the results that were achieved in past =
clinical trials. </font>Due to its <b>success rate of 90% on hundreds of p=
atients over a five year period</b>, WSCH's clinics are now on line with i=
nsurance providers independent of HMOs. Efforts to establish Preferred Pro=
vidership status with HMOs are presently being pursued.</td></tr></table><=
/div></td></tr><tr><td height=3D23><table cellSpacing=3D0 cellPadding=3D2 =
width=3D592 bgColor=3D#006633 border=3D0><tr><td align=3Dmiddle width=3D54=
5 bgColor=3D#099df7><b><font face=3D"Times New Roman, Times, serif">THIS J=
UST IN : WSCH BREAKING NEWS</font></b></td></tr></table></td></tr><tr><td =
vAlign=3Dtop align=3Dleft height=3D1981>&nbsp;<table cellSpacing=3D0 cellP=
adding=3D4 width=3D587 border=3D0 height=3D1845><tr><td vAlign=3Dtop align=
=3Dleft height=3D737><h2><span style=3D"font-size: 13pt">Wasatch Pharmaceu=
tical Inc. Announces a New Physician Marketing Campaign and Listing On Ger=
man Stock Exchanges</span></h2> <h2><span style=3D"font-weight: 400"><font=
 face=3D"Times New Roman" size=3D3>MURRAY, Utah--(BUSINESS WIRE)--Nov. 27,=
 2001--Wasatch Pharmaceutical Inc. (OTCBB:<a href=3Dhttp://finance.yahoo.c=
om/q?s=3Dwsch.ob&d=3Dt>WSCH</a> - <a href=3Dhttp://biz.yahoo.com/n/w/wsch.=
ob.html>news</a>) CEO Gary Heesch announced today a marketing campaign dir=
ected to physicians. A direct link has been established on a physician rec=
ruiting Web site making available therapies for the treatment of cystic ac=
ne, acne, folliculitis and skin rejuvenation. Physicians will find the ben=
efits of these treatment therapies by logging on to the <b>&quot;X Acne&qu=
ot; link at the Physician Search website</b>. This physician search Web si=
te typically receives over <b>200,000 hits per month</b>. Mr. Heesch remin=
ded, &quot;Our treatment therapy products are also available via the AISC =
Online Store.&quot;</font></span></h2><p><font face=3D"Times New Roman">Th=
ese skin treatment products come in kit form providing a 90-day supply to =
patients for the full treatment program. Included in the kit is an instruc=
tional video on the treatment therapy allowing the patient to use these pr=
oducts in their home. The therapies, when used as instructed, achieve a <b=
>success rate of eradication in excess of 90% with no side effects of any =
consequence</b>. Previously, these therapies and associated products were =
only available through the two prototype clinics in Utah. The availability=
 of these products will open the way for family practitioners, pediatricia=
ns, internists and other primary care physicians to retain their patients =
under their care during the treatment of these common skin disorders. <b>T=
he benefit to insurance providers is the potential to save millions of dol=
lars in reimbursement costs by freeing the physician and the patient from =
ongoing treatment.</b></font></p><p><font face=3D"Times New Roman">In the =
coming year, <u>six additional therapies will be made available</u> for a =
broad range of skin disorders that are badly in need of successful therapi=
es.</font></p><p><font face=3D"Times New Roman">Gary Heesch also announced=
 the listing of Wasatch Pharmaceutical stock on the <b>Frankfurt and Berli=
n Exchanges in Germany</b>. Active trading on these exchanges will take pl=
ace upon the completion of a research report in Germany. Said Mr. Heesch, =
&quot;We feel this is a significant event as Wasatch will gain <b>wider ex=
posure</b> as a leader in dermatology and will put <u>buying</u> <u>pressu=
re on its stock to <b>reflect the true value</b> </u>of a company that has=
 committed years of research and development of products that allow people=
 with serious skin disorders to live normal and more productive lives.&quo=
t;</font></p><p><font face=3DArial size=3D1><i>There may be forward-lookin=
g statements in this release. Investors are cautioned that such forward-lo=
oking statements involve risks and uncertainties, including, without limit=
ation, continued acceptance of the Company's products, increased levels of=
 competition, new products introduced by competitors, changes in the rates=
 of subscriber acquisition and retention, and other risks detailed from ti=
me to time in the Company's periodic reports filed with the Securities and=
 Exchange Commission.</i></font><font face=3D"Times New Roman"></font></td=
></tr><tr><td vAlign=3Dtop align=3Dleft height=3D10 bgcolor=3D#099DF7><p a=
lign=3Dcenter><b>A LOOK AT THE COMPETITION</b></td></tr><tr><td vAlign=3Dt=
op align=3Dleft height=3D64><span style=3D"font-size: 12.0pt; font-family:=
 Times New Roman">Dermatologists are the primary competitors of WSCH's cli=
nics. Dermatologists specialize in the treatment of skin disorders and pre=
scribe medications to treat the disorder. However, competing products addr=
ess the <b>symptoms</b> of acne and eczema, <b>not the cause.&nbsp;</b></s=
pan><p><span style=3D"font-size: 12.0pt; font-family: Times New Roman">The=
 competition's skin care treatments include prescription medications (oral=
 and external use drugs prescribed by dermatologists and other doctors) an=
d over-the-counter products.</span></p><p class=3DMsoNormal><b>Several com=
mon prescription medications include:&nbsp;</b></p><p class=3DMsoNormal>1)=
 E-Mycin for oral and topical use, 2) Cleocin for oral and topical use, 3)=
 Tetracycline for oral and topical use, and 4) Accutane for oral use only.=
</p><p class=3DMsoNormal><b>Over-the-counter acne medications include:&nbs=
p;</b><br> 1) Clearasil and Oxy creams, 2) generic brand creams, 3) medica=
ted pads, and 4) medicated soaps.</p><p class=3DMsoNormal><i><u>Many of th=
e competition's oral medications have serious side effects.</u></i></p><p =
class=3DMsoNormal><span style=3D"font-size: 12.0pt; font-family: Times New=
 Roman">Costs for competing treatments range from $2.50 for medicated soap=
s to $200 for Accutane oral medication prescription. Treatments are on-goi=
ng.&nbsp;Over time a person can spend an <b>unlimited amount of money</b> =
on such treatments.&nbsp;An example would be someone who spent $1,500 for =
a 22 week program of Accutane which includes blood testing.&nbsp;Another e=
xample would be someone who has had acne for many years and has spent in e=
xcess of $34,000.</span></p><p class=3DMsoNormal>At this time there is <b>=
no known competitor </b>who treats the causes of these skin disorders and =
no competitor can claim a <b>success rate</b> equal to that of Wasatch's t=
reatments.</td></tr><tr><td vAlign=3Dtop align=3Dleft width=3D587 height=3D=
19 bgcolor=3D#099DF7><p align=3Dcenter><b>A FINAL WORD ABOUT WSCH</b></td>=
</tr><tr><td vAlign=3Dtop align=3Dleft height=3D112><p class=3DMsoNormal>W=
ith a proven success rate of 90% in a field that affects so many of our li=
ves, Wasatch has clearly positioned itself in a market <b>hungry and despe=
rate</b> for successful products and treatment.&nbsp;WSCH has recently exp=
anded its marketing presence (as seen in the above press release) and will=
 continue to aggressively broaden awareness over the near term. The listin=
g of <b>WSCH</b> on the German stock exchange is another sign of the compa=
ny's credibility and ambitious plans to establish itself as a <b>major glo=
bal player</b> in the field of dermatology.</p><b><span style=3D"FONT-SIZE=
: 10pt"><font face=3DVerdana color=3D#000000>&nbsp;</font></span></b>WSCH =
has taken on a completely different approach.&nbsp;By addressing the cause=
s of skin disorders rather than the symptoms, WSCH will help to successful=
ly eliminate skin disease altogether. Given the following:<p class=3DMsoNo=
rmal>1. Successful 14-year history and plans for expansion<br> 2. Impressi=
ve revenue projections ($525 million+ annualized&nbsp;by year 5 and $125 m=
illion in EBIT)<br> 3. Virtually unmatched success rate of 90%...</p><p cl=
ass=3DMsoNormal><span style=3D"font-size: 12.0pt; font-family: Times New R=
oman">...<b>and so much more, WSCH will certainly be watched by savvy inve=
stors for some time to come.</b></span></td></tr><tr><td vAlign=3Dtop alig=
n=3Dleft width=3D587 height=3D19><p align=3Dcenter><b><font face=3DVerdana=
 color=3D#099DF7 size=3D2>To be removed from future mailings, please reply=
 to this email with &quot;Remove&quot; in the subject line</font></b></td>=
</tr><tr><td vAlign=3Dtop align=3Dleft height=3D371><b><font face=3DVerdan=
a color=3D#efefef size=3D1><br> </font></b><font face=3D"Times New Roman" =
style=3D"font-size: 9pt">DISCLAIMER:&nbsp;<br> Information within this ema=
il contains &quot;forward looking statements&quot; within the meaning of S=
ection 27A of the Securities Act of 1933 and Section 21B of the Securities=
 Exchange Act of 1934. Any statements that express or involve discussions =
with respect to predictions, expectations, beliefs, plans, projections, ob=
jectives, goals, assumptions or future events or performance are not state=
ments of historical fact and may be &quot;forward looking statements.&quot=
;<br> <br> Forward looking statements are based on expectations, estimates=
 and projections at the time the statements are made that involve a number=
 of&nbsp;risks and uncertainties which could cause actual results or event=
s to differ materially from those presently anticipated. Forward looking s=
tatements in this action may be identified through the use of words such a=
s &quot;projects&quot;, &quot;foresee&quot;, &quot;expects&quot;, &quot;wi=
ll,&quot;&nbsp; &quot;anticipates,&quot; &quot;estimates,&quot; &quot;beli=
eves,&quot; &quot;understands&quot; or that by statements indicating certa=
in actions &quot;may,&quot; &quot;could,&quot; or &quot;might&quot; occur.=
&nbsp; All information provided within this email pertaining to investing,=
 stocks, securities must be understood as information provided and not inv=
estment advice. Emerging Growth Stock Alert advises all readers and subscr=
ibers to seek&nbsp;advice from a registered professional securities repres=
entative before deciding to trade in stocks featured within this email.&nb=
sp; None of the material within this report shall be construed as any kind=
 of investment advice.<br> <br> In compliance with the Securities Act of 1=
933, Section17(b), Emerging Growth Stock Alert discloses the receipt of $5=
0,000 cash from a third party for the publication of this report and addit=
ional&nbsp;services related to WSCH. Be aware of an inherent conflict of i=
nterest resulting from such compensation.&nbsp; In addition, Emerging Grow=
th Stock Alert intends to receive three million five hundred thousand unre=
stricted shares of WSCH from a third party for the publication of this rep=
ort and additional services related to WSCH.&nbsp; Be aware of an inherent=
 conflict of interest due to our intent to profit from the liquidation of =
these shares. Part or all of this position may be sold at any time, even a=
fter we have made positive statements regarding the above company.&nbsp; A=
ll&nbsp;factual information in this report was gathered from public source=
s, including but not limited to SEC filings, Company Press Releases, and t=
he company's website at wasatchpharm.com.&nbsp;Emerging Growth Stock Alert=
 believes this information to be reliable but can make no guarantee as to =
its accuracy or completeness. Use of the material within this email consti=
tutes your acceptance of these terms.</font><font face=3DVerdana size=3D1>=
<br> &nbsp;</font></td></tr><tr><td vAlign=3Dtop align=3Dleft height=3D36>=
<p align=3Dcenter><b><font face=3DVerdana color=3D#099DF7 size=3D2>To be r=
emoved from future mailings, please reply to this email with &quot;Remove&=
quot; in the subject line</font></b></td></tr></table></td></tr></table></=
td></tr></table></body></html>




From eopl-teachers-request Thu Mar  7 16:28:22 2002
Return-Path: <eopl-teachers-request>
Received: from mail05.svc.cra.dublin.eircom.net (mail05.svc.cra.dublin.eircom.net [159.134.118.21])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with SMTP id g27LSIk23398
	for <eopl-teachers@cs.indiana.edu>; Thu, 7 Mar 2002 16:28:20 -0500 (EST)
Received: (qmail 92516 messnum 256111 invoked from network[159.134.243.193/unknown]); 7 Mar 2002 21:28:00 -0000
Received: from unknown (HELO DGVXQB0J.nationalcredit.ie) (159.134.243.193)
  by mail05.svc.cra.dublin.eircom.net (qp 92516) with SMTP; 7 Mar 2002 21:28:00 -0000
Received: from in-mta3.plasa.com ([204.32.146.69]) by DGVXQB0J.nationalcredit.ie with Microsoft SMTPSVC(5.0.2195.2096);
	 Wed, 6 Mar 2002 18:06:17 +0000
Message-ID: <0000181e636d$00000d42$000008a6@in-mta3.plasa.com>
To: <Mainly.Millionaires>
From: StockAlerts@Telkom.net
Subject: (OTCBB : LMGR) Paves the way in the Field of Optics                YSWA
Date: Wed, 06 Mar 2002 12:03:59 -1800
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: LMGR4313@eudoramail.com
X-OriginalArrivalTime: 06 Mar 2002 18:06:19.0140 (UTC) FILETIME=[9D9FFC40:01C1C539]

<html><head><meta http-equiv=3DContent-Language content=3Den-us><meta http-=
equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-1252"><title>=
Investors</title></head><body><div align=3Dcenter><center><table border=3D=
2 cellpadding=3D7 cellspacing=3D0 width=3D57% height=3D1 bordercolor=3D#89=
BE65 bordercolordark=3D#000000 bordercolorlight=3D#000000><caption>&nbsp;<=
/caption><tr><td width=3D100% height=3D43 valign=3Dtop bgcolor=3D#7B2804 b=
ordercolordark=3D#FFFFFF bordercolorlight=3D#FFFFFF bordercolor=3D#FFFFFF>=
<p align=3Dcenter><b><font face=3DVerdana size=3D5 color=3D#EFEFEF>Emergin=
g Growth Stock Alert<br> </font><font face=3DVerdana color=3D#EFEFEF size=3D=
2>Light Management Group Inc.&nbsp;&nbsp;&nbsp; A Pioneer in the Field of =
Optics</font></b></td></tr><tr><td width=3D100% height=3D372 valign=3Dtop =
align=3Dleft><blockquote><br> <font face=3DVerdana><b><font color=3D#0000A=
0><i>*</i>Tonight:</font><font color=3D#3A8357>&nbsp;</font><font color=3D=
#0000A0>&nbsp;</font><i><font color=3D#0000A0 size=3D2> </font></i><font s=
ize=3D2 color=3D#5F5F5F>A company with massive (and profitable) revenue pr=
ojections, top-notch technology, and an industry poised for enormous growt=
h.<br> <br> </font><font size=3D2 color=3D#FF0000>NEW:&nbsp;</font><font s=
ize=3D2 color=3D#000000> 3/04/02- </font><font size=3D2 color=3D#5F5F5F>Li=
ght Management Group Inc.&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp; Announces Distribution Contract for South&nbsp;<br>=
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; American Sub=
sidiary<br> <br> * </font><font size=3D2 color=3D#000000>Read the Full Ann=
ouncement Later Within This Report<br></font></b></font><hr><p><b><font fa=
ce=3DVerdana color=3D#143F1A>Key Points about LMGR</font></b></p></blockqu=
ote><ul><li><p class=3DMsoBodyText align=3Dleft style=3D"margin-left:.25in=
;text-align:left;
text-indent:-.25in;mso-list:l2 level1 lfo3;tab-stops:list .25in"><font fac=
e=3DVerdana size=3D2><b style=3Dmso-bidi-font-weight:normal>&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp; </b><b style=3Dmso-bidi-font-weight:normal>LMGR </b>proje=
cts <b>profitability</b> will be achieved in fiscal 2002, and has estimate=
d that revenue from product sales will exceed $20 million $US, with antici=
pation of profits near $7.5 million.<span style=3D"mso-spacerun: yes">&nbs=
p; </span>Revenue projections for 2003 and 2004 are <b><u>$100 million and=
 $300 million respectively.<br> <br></u></b></font></li><li><p class=3DMso=
BodyText align=3Dleft style=3D"margin-left:.25in;text-align:left;
text-indent:-.25in;mso-list:l5 level1 lfo4;tab-stops:list .25in"><font fac=
e=3DVerdana size=3D2><b style=3Dmso-bidi-font-weight:normal>&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp; </b><b style=3Dmso-bidi-font-weight:normal>LMGR </b>was r=
ecently awarded Three <b>Gold Medals </b>at the 50<sup>th</sup> World Exhi=
bition of Innovation in Brussels, Belgium for its <b>advancements</b> with=
 its Ultraviolet Scanner, Laser Projector, and Acousto-Optic Switch techno=
logy.<br> <br></font></li><li><p align=3Dleft style=3D"margin-left:.25in;t=
ext-align:left;
text-indent:-.25in;mso-list:l0 level1 lfo5;tab-stops:list .25in"><font fac=
e=3DVerdana size=3D2><span style=3D"font-style: normal; font-variant: norm=
al; font-weight: normal">&nbsp;&nbsp;&nbsp;&nbsp; </span><span style=3D"fo=
nt-style: normal; font-variant: normal"><b>LM</b></span><b style=3Dmso-bid=
i-font-weight:normal>GR </b>has recently filed for <b>two U.S. patents</b>=
 in the fiber optics field which the company expects to have <b>significan=
t applications</b> in telecommunications, data transmission, and Internet =
technology.<br></font></p><div align=3Dcenter><table border=3D1 cellpaddin=
g=3D3 cellspacing=3D0 width=3D83% bordercolorlight=3D#EFEFEF bordercolorda=
rk=3D#EFEFEF bordercolor=3D#EFEFEF><tr><td width=3D39% bgcolor=3D#7B2804 b=
ordercolor=3D#7B2804 bordercolorlight=3D#7B2804 bordercolordark=3D#7B2804>=
<font color=3D#EFEFEF size=3D2 face=3DVerdana>Company Name&nbsp;&nbsp;</fo=
nt></td><td width=3D161% valign=3Dtop bgcolor=3D#EFEFEF><font face=3DVerda=
na size=3D2><b>Light Management Group Inc. (OTCBB:LMGR)</b></font></td></t=
r><tr><td width=3D39% bgcolor=3D#7B2804 bordercolor=3D#7B2804 bordercolorl=
ight=3D#7B2804 bordercolordark=3D#7B2804><font color=3D#EFEFEF size=3D2 fa=
ce=3DVerdana>Current Price</font></td><td width=3D161% valign=3Dtop bgcolo=
r=3D#EFEFEF><b><font color=3D#000000 size=3D2 face=3DVerdana>$0.20</font><=
/b></td></tr><tr><td width=3D39% bgcolor=3D#7B2804 bordercolor=3D#7B2804 b=
ordercolorlight=3D#7B2804 bordercolordark=3D#7B2804><font color=3D#EFEFEF =
size=3D2 face=3DVerdana>Shares Outstanding<br> <br> Shares in Float<br> <b=
r> 52-Week High</font></td><td width=3D161% valign=3Dtop bgcolor=3D#EFEFEF=
><b><font size=3D2 face=3DVerdana color=3D#000000>26.5 million (appx.)<br>=
 <br> 18 million (appx.)<br> <br> $3.50</font></b></td></tr><tr><td width=3D=
39% bgcolor=3D#7B2804 bordercolor=3D#7B2804 bordercolorlight=3D#7B2804 bor=
dercolordark=3D#7B2804><font color=3D#EFEFEF size=3D2 face=3DVerdana>52-We=
ek Low</font></td><td width=3D161% valign=3Dtop bgcolor=3D#EFEFEF><b><font=
 color=3D#000000 size=3D2 face=3DVerdana>$0.16</font></b></td></tr></table=
></div></li></ul><div align=3Dcenter><table border=3D2 cellpadding=3D7 cel=
lspacing=3D0 width=3D100% bgcolor=3D#FF0000 bordercolor=3D#FFFFFF borderco=
lorlight=3D#FFFFFF bordercolordark=3D#FFFFFF><tr><td width=3D100% bgcolor=3D=
#7B2804><p align=3Dcenter><b><font face=3DVerdana size=3D4 color=3D#EFEFEF=
>Who <i>Are</i> These Guys?</font></b></td></tr></table></div><blockquote>=
<p class=3DMsoBodyText><font face=3DVerdana size=3D2><b>Light Management G=
roup, Inc. </b></font><font face=3DVerdana size=3D2>(OTCBB:LMGR)</font><fo=
nt face=3DVerdana size=3D2> is a publicly traded company engaged</font> <f=
ont face=3DVerdana size=3D2>in the acquisition, development and sale of ne=
w optical and light technologies, equipment</font> <font face=3DVerdana si=
ze=3D2>and services. <b>LMGR</b> has developed and patented<span style=3Dc=
olor:red> </span>acousto-optic management products, utilizing <b>best-of-c=
lass technologies from around the world</b>. With this technology at its c=
enter, the Company has discovered a new application: <b>using this technol=
ogy as a switch for the fiber optics industry</b>. The market for this app=
lication is expected to globally reach</font></p><p class=3DMsoBodyText><f=
ont face=3DVerdana size=3D3><i><b style=3Dmso-bidi-font-weight:normal>$16.=
1 Billion by 2010</b>.</i></font><span style=3D"mso-bidi-font-size: 10.0pt=
"><font face=3DVerdana size=3D2><o:p></o:p></font></span></p><p class=3DMs=
oNormal style=3Dtext-align:justify><b><font face=3DVerdana size=3D2><span =
style=3D"mso-bidi-font-size: 10.0pt">LMGR</span></font></b><font face=3DVe=
rdana size=3D2><span style=3D"mso-bidi-font-size: 10.0pt"><b> </b>is the p=
arent company with the following wholly owned subsidiaries:</span></font><=
/p><ul><li><p class=3DMsoNormal style=3Dtext-align:justify><font face=3DVe=
rdana size=3D2><span style=3D"mso-bidi-font-size: 10.0pt">Laser Show Syste=
ms Investments Ltd. (UK)</span></font></li><li><p class=3DMsoNormal style=3D=
text-align:justify><span style=3D"mso-bidi-font-size: 10.0pt"><font size=3D=
2 face=3DVerdana>Laser Show Systems (Canada) Ltd.</font></span><font face=3D=
Verdana size=3D2><span style=3D"mso-bidi-font-size: 10.0pt">&nbsp;</span><=
/font></li><li><p class=3DMsoNormal style=3Dtext-align:justify><font face=3D=
Verdana size=3D2><span style=3D"mso-bidi-font-size: 10.0pt">Exclusive Adve=
rtising Inc. (an Ontario Corporation)<o:p></o:p></span></font></li><li><p =
class=3DMsoNormal style=3Dtext-align:justify><font face=3DVerdana size=3D2=
><span style=3D"mso-fareast-font-family: Times New Roman; mso-ansi-languag=
e: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">Optico Lu=
z S.A.</span></font></li><li><p class=3DMsoNormal style=3Dtext-align:justi=
fy><font face=3DVerdana size=3D2><span style=3D"mso-fareast-font-family: T=
imes New Roman; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso=
-bidi-language: AR-SA">Light Research and Development Ltd. (an Ontario Cor=
poration)</span></font></li></ul></blockquote><div align=3Dcenter><table b=
order=3D2 cellpadding=3D7 cellspacing=3D0 width=3D101% bordercolor=3D#FFFF=
FF bordercolorlight=3D#FFFFFF bordercolordark=3D#FFFFFF height=3D44><tr><t=
d width=3D100% bgcolor=3D#7B2804 height=3D28><p align=3Dcenter><b><font fa=
ce=3DVerdana size=3D4 color=3D#EFEFEF>How Large Can it Become?</font></b><=
/td></tr></table></div></center><blockquote><p align=3Dleft><span style=3D=
"mso-bidi-font-size: 10.0pt"><font face=3DVerdana size=3D2>One of the <b>g=
reatest growth achievements</b> of the 20<sup>th</sup> century has been th=
e explosion of the networked world and particularly the Internet.<span sty=
le=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">&nbsp; </span>In 1900=
, there were 10 million phones worldwide. In 1960 there were 100 million.<=
span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">&nbsp; </span=
>By 1990 there were 500 million, and in the past 10 years of the 20<sup>th=
</sup> century <b>the network nearly doubled in size</b>.<span style=3D"ms=
o-spacerun: yes; mso-bidi-font-size: 10.0pt">&nbsp; </span>The 1990s also =
saw tremendous increases in the number of internet users and optical netwo=
rks will play a<b> pivotal role </b>in the key transmission of voice, data=
 and video.<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">&=
nbsp; </span>Optical networks hold the promise of greatly increased speed =
at greatly reduced cost.<span style=3D"mso-spacerun: yes; mso-bidi-font-si=
ze: 10.0pt">&nbsp; </span><b>Again,</b> this industry is expected </font><=
font face=3DVerdana size=3D2><b style=3Dmso-bidi-font-weight:normal>to </b=
><b style=3D"mso-bidi-font-weight: normal; mso-bidi-font-size: 10.0pt">exc=
eed</b><b style=3Dmso-bidi-font-weight:normal> $16.1 Billion in 2010 and L=
MGR is ready to lead the way.</b></font></span><span style=3D"font-size:10=
0pt;
font-family:Arial"><b style=3Dmso-bidi-font-weight:normal><span style=3Dfo=
nt-size:12.0pt;mso-bidi-font-size:10.0pt><i><o:p> </o:p>&nbsp; </i></span>=
</b></span><br></p><div align=3Dcenter><center><table border=3D0 cellspaci=
ng=3D0 width=3D86% bgcolor=3D#7B2804 height=3D54><tr><td width=3D100% heig=
ht=3D52 bgcolor=3D#0000A0><p align=3Dcenter><b><font color=3D#FFFFFF face=3D=
Verdana size=3D4>Hot off the Press- LMGR News</font></b></td></tr></table>=
</center></div><div align=3Dcenter><center><table border=3D1 cellspacing=3D=
0 width=3D86% height=3D527 bgcolor=3D#FCFBD6 bordercolor=3D#392B55 borderc=
olordark=3D#392B55 bordercolorlight=3D#392B55 cellpadding=3D3><tr><td widt=
h=3D100% height=3D523 valign=3Dtop><b><font size=3D5><br> Light Management=
 Group Inc. Announces Distribution Contract for South American Subsidiary =
with Master Distributor Esoluciones S.A.</font></b><p><font face=3DVerdana=
 size=3D2>NORCROSS, Ga.--(BUSINESS WIRE)--March 4, 2002--Light Management =
Group Inc. (OTCBB:<a href=3Dhttp://finance.yahoo.com/q?s=3Dlmgr.ob&amp;d=3D=
t>LMGR</a> - <a href=3Dhttp://biz.yahoo.com/n/l/lmgr.ob.html>news</a>)</fo=
nt><p><font face=3DVerdana size=3D2>Optico Luz SA to Re-Sell NetScreen Tec=
hnologies Products</font><p><font face=3DVerdana size=3D2>Light Management=
 Group Inc. (LMG) (OTCBB:<a href=3Dhttp://finance.yahoo.com/q?s=3Dlmgr.ob&=
amp;d=3Dt>LMGR</a> - <a href=3Dhttp://biz.yahoo.com/n/l/lmgr.ob.html>news<=
/a><b>;</b> lmgr.net), developer of new applications in optical and light =
technologies employing sound waves, today announced that its South America=
n subsidiary, Optico Luz SA, has procured a contract to be a distributor o=
f NetScreen Technologies (Nasdaq:<a href=3Dhttp://finance.yahoo.com/q?s=3D=
nscn&amp;d=3Dt>NSCN</a> - <a href=3Dhttp://biz.yahoo.com/n/n/nscn.html>new=
s</a>) products for Esoluciones S.A.</font><p><font face=3DVerdana size=3D=
2>According to the terms of the contract, Optico Luz SA will become a VAR =
(Value-Added Re-seller) for Esoluciones S.A. in the territory of Ecuador. =
Esoluciones S.A. is a Colombian-based company that distributes software an=
d hardware to clients, along with solutions in remote connectivity, networ=
k management, security, internetworking and administration of Computer Sci=
ence. Esoluciones S.A. is the Master Distributor of NetScreen products thr=
oughout the Andean Pact nations of Ecuador, Guyana, Suriname and Venezuela=
, providing complete infrastructure for support and local service.</font><=
p><font face=3DVerdana size=3D2>NetScreen Technologies develops, markets a=
nd sells a broad family of network security systems and appliances that de=
liver high-performance, cost-effective security for enterprises and servic=
e providers. Its security systems and appliances deliver integrated firewa=
ll, virtual private network and network traffic management capabilities in=
 a single device using its proprietary application-specific integrated cir=
cuit (``GigaScreen ASIC'') and its proprietary security operating system a=
nd applications (``ScreenOS'').</font><p><font face=3DVerdana size=3D2>Sev=
eral of NetScreen Technologies' products have won prestigious technology a=
wards. The NetScreen-5XP Operating System, for instance, won the SuperQues=
t Award for ``Most Promising New Technology'' in the Application Layer Sys=
tems and Technology category at the 2001 SuperComm technology exhibition i=
n Atlanta. The SuperQuest Awards are sponsored by SuperComm and CMP Media'=
s tele.com magazine.</font><p><font face=3DVerdana size=3D2>Optico Luz SA =
was launched as a subsidiary of Light Management Group in April, 2001. Its=
 mandate is to enhance and capitalize on the tremendous growth of the fibe=
r optic and telecommunications industries in Latin America. During its fir=
st quarter of operation, Optico Luz SA was already in a position of achiev=
ing revenue, as announced on July 27, 2001.</font><p><font face=3DVerdana =
size=3D2>``Optico Luz is very proud to re-sell an accomplished internet se=
curity product line of such renown and applicability as the NetScreen prod=
ucts,'' said Eduardo Ayala, President, Optico Luz SA. ``Through our new in=
itiative with Esoluciones S.A., Optico Luz will realize revenue as a re-se=
ller of products with tremendous appeal to internet-based businesses and I=
SPs in a territory with fast-emerging telecommunications concerns.''</font=
><p><font face=3DVerdana size=3D2>Light Management Group Inc. specializes =
in the development of new applications in optical and light technologies. =
LMG's breakthrough technology employs sound waves to focus and direct ligh=
t. LMG has filed for two United States patents in the fiber optics field, =
both of which could have significant applications in telecommunications, d=
ata transmission, and Internet technology. Light Management Group is commi=
tted to fulfilling demand for multiple, complex levels of switching within=
 the communications industry.</font><p><font face=3DVerdana size=3D1>C</fo=
nt><font size=3D1><font face=3DVerdana>autionary Statement for Purposes of=
 the ``Safe Harbor'' Provisions of the Private Securities Litigation Refor=
m Act of 1995: Statements, other than historical facts, included in the fo=
regoing news release may constitute ``forward looking statements'' within =
the meaning of Section 27A of the Securities Act of 1933, as amended, and =
Section 21E of the Securities Exchange Act of 1934, as amended. These stat=
ements, which include, but are not limited to, words such as ``expect,'' `=
`anticipate,'' ``estimate,'' ``plan,'' ``project'' and ``intend'' are base=
d on management's beliefs and assumptions, and on information currently av=
ailable to management and involve certain known and unknown risks, uncerta=
inties and other factors which may cause these statements to be materially=
 different from any future results, performance or achievements expressed =
or implied by these forward-looking statements. Such factors include, amon=
g others, the Company's ability to successfully implement its business pla=
n and integrate any proposed and future business arrangements; potential f=
luctuations in financial results, dependence on new product development, r=
apid technological and market change, failure to complete the manufacture =
of products on schedule and on budget, uncertainties relating to business =
and economic conditions in markets in which the Company operates and relat=
ing to customer plans and commitments; dependence on intellectual property=
 rights; and the competitive environment in which the Company operates and=
 other risks detailed from time to time in the Company's periodic reports =
filed with the United States Securities and Exchange Commission and other =
regulatory authorities.</font></font></td></tr></table></center></div><p a=
lign=3Dleft><span style=3D"font-size:10.0pt;
font-family:Arial"><b><i><o:p><br></i></b></span></p></blockquote><center>=
<div align=3Dcenter><table border=3D2 cellpadding=3D7 cellspacing=3D0 widt=
h=3D100% bgcolor=3D#392B55 bordercolordark=3D#FFFFFF bordercolorlight=3D#F=
FFFFF bordercolor=3D#FFFFFF height=3D51><tr><td width=3D100% height=3D35 b=
gcolor=3D#7B2804><p align=3Dcenter><b><font face=3DVerdana size=3D4 color=3D=
#EFEFEF>How Will LMGR Grow?</font></b></td></tr></table></div></center><bl=
ockquote><p align=3Dleft><font face=3DVerdana size=3D2><span style=3D"mso-=
bidi-font-size: 10.0pt"><b>LMGR=FFFFFF92s</b> growth strategy focuses on i=
ncreasing the number of its corporate partner contacts, patenting the full=
 range of its products and designs, and acquiring strategic, forward looki=
ng partners.<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">=
&nbsp; </span>In addition, LMGR focuses on the following areas of applicat=
ion development: </span></font><font face=3DVerdana><span style=3D"mso-bid=
i-font-size: 10.0pt"><font size=3D2><span style=3D"mso-spacerun: yes; mso-=
bidi-font-size: 10.0pt">&nbsp;</span></font></span></font><span style=3D"m=
so-bidi-font-size: 10.0pt"><font size=3D2 face=3DVerdana><o:p></o:p></font=
></span></p><p align=3Dleft><font face=3DVerdana size=3D2><span style=3D"m=
so-bidi-font-size: 10.0pt"><span style=3D"mso-tab-count: 1; mso-bidi-font-=
size: 10.0pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </spa=
n><b>1) Digital Communications<span style=3D"mso-tab-count: 1; mso-bidi-fo=
nt-size: 10.0pt"><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; </span>2) Visual Media (including outdoor&nbsp;<br> &nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp; advertising)&nbsp;&nbsp;<span style=3D"mso-tab-count: 1; m=
so-bidi-font-size: 10.0pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp; </span>3) Industrial Equipment&nbsp;<span style=3D"=
mso-tab-count: 1; mso-bidi-font-size: 10.0pt"><br> &nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>4) Aerospace&nbsp;<span=
 style=3D"mso-tab-count: 1; mso-bidi-font-size: 10.0pt"><br> &nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>5) Bio-Medica=
l</b><o:p></o:p></span></font></p><p align=3Dleft><font face=3DVerdana siz=
e=3D2><span style=3D"mso-bidi-font-size: 10.0pt"><b>The potential applicat=
ions for LMGR's technology are virtually limitless.</b> With this in mind,=
 LMGR is already demonstrating some of the many uses of its proprietary te=
chnologies.<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt"> =
</span>The company=FFFFFF92s laser projection system, called RGB Laser Pro=
jection, produces three-dimensional designs that can be used to <b>market =
products on large-scale billboards</b>, and it is ready to take the advert=
ising world by storm.</span></font><center><font face=3DVerdana size=3D2>&=
nbsp;</font></p></blockquote><div align=3Dcenter><table border=3D2 cellpad=
ding=3D7 cellspacing=3D0 width=3D100% bgcolor=3D#392B55 bordercolordark=3D=
#FFFFFF bordercolorlight=3D#FFFFFF bordercolor=3D#FFFFFF height=3D42><tr><=
td width=3D100% bgcolor=3D#7B2804 height=3D26><p align=3Dcenter><b><font f=
ace=3DVerdana size=3D4 color=3D#EFEFEF>In Conclusion...</font></b></td></t=
r></table></div></center><blockquote><p align=3Dleft><font face=3DVerdana =
size=3D2><b><span style=3D"mso-bidi-font-size: 10.0pt">LMGR</span></b><spa=
n style=3D"mso-bidi-font-size: 10.0pt"><b> </b>has proved itself to be on =
the <b>cutting edge</b> of revolutionizing the optical industry.<span styl=
e=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">&nbsp; </span>With a $=
16.1 billion market expected in 2010, <b>LMGR is positioning itself to be =
an industry leader</b> through aggressive development of its technologies.=
 Its internationally recognized technologies have earned <b>four distinct =
honors at the 50<sup>th</sup> World Exhibition of Innovation, Research</b>=
, and New Technology convention in Belgium whose past recipients have been=
 <b>Kings</b> of Morocco, Thailand, and former U.S. Secretary of State Hen=
ry Kissinger.<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt"=
> </span>With<b> projected revenues of $100 million in 2003 and $300 milli=
on in 2004,</b> <u>LMGR is definitely worth a second look at these levels.=
</u></span></font><span style=3Dfont-size:12.0pt;mso-bidi-font-size:10.0pt=
><o:p></o:p></span></blockquote></td></tr><center><tr><td width=3D100% hei=
ght=3D368 valign=3Dtop><font size=3D1><br> <br> DISCLAIMER:&nbsp;<br> <spa=
n style=3D"font-size:7.5pt;
font-family:Verdana;color:black">Information within this email contains &q=
uot;forward looking statements&quot; within the meaning of Section 27A of =
the Securities Act of 1933 and Section 21B of the Securities Exchange Act =
of 1934. Any statements that express or involve discussions with respect t=
o predictions, expectations, beliefs, plans, projections, objectives, goal=
s, assumptions or future events or performance are not statements of histo=
rical fact and may be &quot;forward looking statements.&quot;<br> <br> For=
ward looking statements are based on expectations, estimates and projectio=
ns at the time the statements are made that involve a number of&nbsp;risks=
 and uncertainties which could cause actual results or events to differ ma=
terially from those presently anticipated. Forward looking statements in t=
his action may be identified through the use of words such as &quot;projec=
ts&quot;, &quot;foresee&quot;, &quot;expects&quot;, &quot;will,&quot;&nbsp=
; &quot;anticipates,&quot; &quot;estimates,&quot; &quot;believes,&quot; &q=
uot;understands&quot; or that by statements indicating certain actions &qu=
ot;may,&quot; &quot;could,&quot; or &quot;might&quot; occur.&nbsp; All inf=
ormation provided within this email pertaining to investing, stocks, secur=
ities must be understood as information provided and not investment advice=
 Investment News Alert advises all readers and subscribers to seek&nbsp;a=
dvice from a registered professional securities representative before deci=
ding to trade in stocks featured within this email.&nbsp; None of the mate=
rial within this report shall be construed as any kind of investment advic=
e.<br> <br> In compliance with the Securities Act of 1933, Section17(b), E=
merging Growth Stock Alert discloses the receipt of two hundred thousand u=
nrestricted shares of LMGR from a third party for the publication of this =
report and additional services related to LMGR.&nbsp; Be aware of an inher=
ent conflict of interest resulting from our intent to profit from the sale=
 of these shares.&nbsp; Part or all of our position may be liquidated at a=
ny time, even after we have made positive statements regarding the above c=
ompany.&nbsp; All&nbsp;factual information in this report was gathered fro=
m public sources, including but not limited to SEC filings, Company Press =
Releases, and Market Guide.<span style=3D"mso-spacerun: yes">&nbsp; </span=
>Emerging Growth Stock Alert&nbsp; believes this information to be reliabl=
e but can make no guarantee as to its accuracy or completeness. Use of the=
 material within this email constitutes your acceptance of these terms.</s=
pan></font><p align=3Dleft><font face=3DVerdana size=3D1 color=3D#5F5F5F>I=
f you feel that this service is no longer of benefit to you, and you do no=
t want to be notified along with the investors on this list, please click =
<a href=3Dmailto:LMGR@eudoramail.com>here</a> and include &quot;Remove&quo=
t; in the subject. NOTE: By removing your email address from the recipient=
s you will no longer <br> receive the FREE company Advisory or the FREE co=
mpany Update in the Future.</font></p></td></tr></table></center></div></b=
ody></html>




From eopl-teachers-request Tue Mar 12 15:20:52 2002
Return-Path: <eopl-teachers-request>
Received: from mail19a.dulles19-verio.com (mail19a.dulles19-verio.com [161.58.134.133])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with SMTP id g2CKKp508351
	for <eopl-teachers@cs.indiana.edu>; Tue, 12 Mar 2002 15:20:52 -0500 (EST)
Received: from www.cesjm.com (198.63.58.102)
	by mail19a.dulles19-verio.com (RS ver 1.0.60s) with SMTP id 038974006
	for <eopl-teachers@cs.indiana.edu>; Tue, 12 Mar 2002 15:19:52 -0500 (EST)
Reply-To: <dahlia.clarke@cesjm.com>
From: "Dahlia Clarke" <dahlia.clarke@cesjm.com>
To: <eopl-teachers@cs.indiana.edu>
Subject: I would like to know how to use scheme
Date: Tue, 12 Mar 2002 15:41:17 -0500
Message-ID: <NEBBLLBGCLNEEKLNOJOPKEBICAAA.dahlia.clarke@cesjm.com>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
X-Loop-Detect: 1

Dear Mr Haynes,
 I would like you to write for me how to Implement a dictionary ADT to
support the knowledge base (after you have read the project/problem below).
Please I AM ASKING YOU TO RESPOND TODAY.  (SEEING THAT YOU ARE WELL
EXPERIENCED WITH SCHEME)  THANK YOU VERY VERY MUCH.

The ADTs used by this project have been at least partially implemented.
Below are the descriptions of each of the operations used by each basic ADT
that you will be responsible for implementing. Each operation is listed as
if it were an invocation in Scheme, so that the number of arguments is
apparent.

(create-dictionary equiv? less?)
Return a newly allocated dictionary that uses EQUIV? to test for equal keys
and LESS? as an ordering relation on keys.

(dict:put dict key datum)
Store an association between KEY and DATUM in DICT.

(dict:get dict key)
Return the DATUM associated with KEY in DICT. If there is no such KEY, then
return FALSE. (Note: when the false object is printed, it may look identical
to the printed representation for the empty list.)

(dict:keys dict)
Return a newly allocated list of all the keys within DICT.

Introduction
In an emergency room, arriving patients are first seen by a doctor, called
the triage officer, whose responsibility it is to assess the degree of
urgency for medical attention. The assessment of the triage officer
determines when the patient will be seen by a medical team within the
emergency room. Patients with the highest urgency are given the highest
priority and therefore get into the emergency room the soonest. The triage
officer must also make judgements on the likelihood of treatment being
successful. In some cases, a triage officer may decide that it would be
futile to treat a patient, in which case that patient never sees the inside
of the emergency room at all. These decisions, though difficult to make, are
important to ensuring effective dispensation of medical resources and are
usually made only when other lives can be saved instead of the one to be
ignored. This approach to medical care is used not only in hospital
emergency rooms, but also in treating victims of war on or near the
battlefield.
This project explores a model of the system in an emergency room, with a
primary focus on the triage officer and his/her role of prioritising
patients according to their need. In this system, we differentiate between
an arriving case and a patient. An arriving case represents what is
presented to the triage officer. His assessment determines whether or not
that case becomes a patient for the emergency room, and if so, with what
priority.
A number of data structures are used to implement the system. Execution of
certain operations on these data structures causes the model to count off
time on a simulated clock. Patients who are not seen by the emergency room
doctor in time will perish, so it is important to use efficient
implementations of these data structures.
The primary objective of this project is to explore the tradeoffs of three
different implementations of a priority queue: one using a linked list, one
using a binary heap implemented as a binary tree, and the third using a
binary heap implemented in an array (i.e. vector in Scheme). This activity
requires some rudimentary information gathering skills, which are also
evaluated to a minor extent in this project. A secondary objective is to
ensure that students are capable of implementing some of the basic abstract
data types discussed in lecture (e.g. FIFO queues and dictionaries). Yet a
third objective is to expose students to the use of abstraction in
efficiently developing an extensive program.
Implementation Overview
The system models two parallel activities: the arrival of cases for handling
by the triage officer, and the treatment of patients by the emergency room
doctor (in THIS model, there is only one). Two queueing structures provide
central support to these two activities. The schedule of arrivals for a
given period of time are maintained as a FIFO queue. On the other hand the
queue of patients waiting to be treated in the emergency room is maintained
as a priority queue; patients who have little time to live are given high
priority in the queue.
In order to simulate these two simultaneous activities, two mutually
recursive procedures are used: the scheduler removes arrivals from the FIFO
queue, handing these arrivals over to the triage procedure, while the doctor
procedure removes patients from the priority queue, to simulate the
emergency room doctor. Since Scheme is inherently single-threaded (no
parallel execution), our system must simulate the simultaneity of these
procedures executing together. To accomplish this, each of these two
procedures is written in a special way. One of the arguments to each
procedure is itself a procedure that represents the activity to be performed
when the current procedure is completed. A procedure argument that is used
in this way is sometimes called a continuation. For example, within the run
procedure, scheduler is called with the initial values of the system and
doctor-turn as its continuation. The procedure doctor-turn calls the doctor
procedure with scheduler-turn as its continuation. When scheduler-turn is
invoked, scheduler is once again called with doctor-turn as its
continuation. Each continuation is passed any information that needs to be
maintained across calls to scheduler and doctor. In this case, that means
the emergency room priority queue and the number of successfully treated
patients so far. In order to terminate eventually, the scheduler-turn
procedure actually calls doctor instead of scheduler if the schedule of
arrivals is empty, but this time, doctor is called with a special
continuation that eventually returns the number of survivors when the
emergency room priority queue is empty.
ADT Descriptions
The Knowledge Base
The information contained in the arrival of a case includes a description of
a condition along with a severity index for representing how acute the
condition is, and a difficulty of treatment index for representing the
difficulty of the procedure for treating the condition in the emergency
room.
When the triage procedure processes an arrival, the condition and the two
indexes are transformed into a pair of numbers that represent times. The
first is the time the patient has left to live; the second is the time
required by the doctor to treat the patient. A knowledge base of conditions
is used to obtain nominal times for survivial as well as for treatment,
which are then combined with the indexes for a particular case to produce
actual times (measured in simulator ticks).
The knowledge base is implemented as a dictionary, associating the name of a
condition with two numbers: a nominal time to live, and a nominal time to
treat. The file conditions-kb.scm contains a definition of the knowledge
base that will be used throughout the project. In principle, you can
generate your own knowledge base, but you are encouraged to use the one
given.
Problem 1
  Implement a dictionary ADT to support the knowledge base. You may take
advantage of the fact that the dictionary for this project does not need to
be dynamic in the sense that once the knowledge base is created, no further
information will be inserted, nor will any information be deleted from it
during the operation of the triage system. NB. Evaluating (dict:get
*default-cond-kb* 'heart-attack) should return the pair (10 . 5), which
indicates that the nominal time to live for a heart attack patient is 10
minutes, and the nominal time required to administer treatment is 5 minutes.
Show the output of three different queries of your dictionary
implementation.





From eopl-teachers-request Wed Mar 13 09:08:09 2002
Return-Path: <eopl-teachers-request>
Received: from mail.billstat.com (firebox.codingedge.com [216.53.169.98])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g2DE86a04801;
	Wed, 13 Mar 2002 09:08:07 -0500 (EST)
Date: Wed, 13 Mar 2002 09:08:07 -0500 (EST)
From: "s.Gonzalez@bsi.ie" <s.Gonzalez@bsi.ie>
To: "2499@hotbot.com" <2499@hotbot.com>
Message-ID: <1016016762.0216663810@mail.bsi.ie>
Subject: Important Tax Information
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
  <title>Secured Investements
  </title>
</head>
<body><font face=3D=22Times, New Roman=22>
<p>
<center>
<table width=3D=22625=22 border=3D0>
  <tbody>
  <tr>
    <td align=3D=22center=22><b><font color=3D=23000033 size=3D6>Earn 15%-300=
% Interest On Your Money</B></font><br>
  <font color=3D=23ff0000 size=3D5><b>GUARANTEED</b> BY THE GOVERNMENT=21
  </font></center></table></tbody></tr></td>
<p>
<table width=3D=22500=22 border=3D0>
  <tbody>
  <tr>
    <td align=3D=22center=22><font color=3D=23000033 size=3D4><b><u>Governmen=
t Secured Tax Cerificates Provide:</u>
    </p></tr></td></font></b>
<p>
<table width=3D=22500=22 border=3D0>
  <tbody>
  <tr>
    <td align=3D=22left=22><font color=3D=23000033 size=3D3>
<li>The highest guaranteed interest returns compared to any other inves=
tment.
<li>A return up to 100 times your money backed by government secured pr=
operty.
<li>Security in your investment that the stock market cannot compare to=
.
</p></table></tbody></tr></td></font></li>
<p>
<table width=3D=22450=22 border=3D0>
  <tbody>
  <tr>
    <td align=3D=22left=22><font color=3D=23000033 size=3D4><b>America's larg=
est single source
  of information/education for the government tax industry.  Celebratin=
g over
  12 years of providing quality, leading edge education for the serious=
 entrepreneur & investor.
</p></table></tbody></tr></td></font></b>
<P>
<CENTER>
<TABLE width=3D=22530=22 border=3D0>
  <TBODY>
  <TR>
    <TD align=3D=22middle=22><FONT color=3D=23000033 size=3D4><B>Receive your=
</font></b><FONT color=3D=23ff0000 size=3D4>
  <b>FREE</b></font><FONT color=3D=23000033 size=3D4><b> copy of </b><FONT=
 color=3D=23ff0000 size=3D4>=22INSIDER SECRETS OF INVESTING
  IN SECURED GOVERNMENT TAX CERTIFICATES.=22</FONT><br> 
  <Font color=3D=23000033><b>(A =2439.95 Value)</FONT></B></TBODY><TR></TA=
BLE>
<br>
<p align=3D=22center=22>
<table width=3D250 border=3D0>
  <tbody>
  <tr>
    <td align=3D=22center=22><font color=3D=23000033><b>Fill out the <i>no o=
bligation</i> form below for more information.
    </table></tbody></tr></td></font></b></P>
<P>
<TABLE width=3D=22400=22 border=3D0>
  <TBODY>
  <TR>
    <TD align=3D=22center=22><FONT color=3D=23000033 size=3D2>Required Input =
Field</font><font color=3D=23ff0000 
    size=3D2>*</FONT></P></TD></TR></TBODY></TABLE>
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D=23333300 cellPadding=3D3 width=3D6=
00 
borderColorLight=3D=23ffffcc>
  <TBODY>
  <TR>
    <TD align=3D=22middle=22>
      <FORM action=3Dmailto:inbocks_dm40=40yahoo.com?subject=3DInvestment_=
Inquiry 
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D=22100%=22>
        <TBODY>
        <TR>
          <TD align=3D=22right=22 width=3D=2250%=22><font face=3D=22Times, New =
Roman=22 
            color=3D=23000033 size=3D2>Name</FONT>
            <FONT color=3D=23ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3D=22right=22 width=3D=2250%=22><font face=3D=22Times, New =
Roman=22 
            color=3D=23000033 size=3D2>State</FONT>
            <FONT color=3D=23ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DState></TD></TR>
        <TR>
          <TD align=3D=22right=22 width=3D=2250%=22><font face=3D=22Times, New =
Roman=22 
            color=3D=23000033 size=3D2>Day Phone</FONT>
            <FONT color=3D=23ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DDay Phone></TD></TR>
        <TR>
          <TD align=3D=22right=22 width=3D=2250%=22><font face=3D=22Times, New =
Roman=22 
            color=3D=23000033 size=3D2>Night Phone</FONT></TD>
          <TD><INPUT name=3DNight Phone></TD></TR>
        <TR>
          <TD align=3D=22right=22 width=3D=2250%=22><font face=3D=22Times, New =
Roman=22 
            color=3D=23000033 size=3D2>E-mail Address</FONT>
            <FONT color=3D=23ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DE-mail Address></TD></TR>
        <TR>
          <TD width=3D=2250%=22>
          <DIV align=3D=22right=22><font face=3D=22Times, New Roman=22 
            color=3D=23000033 size=3D2>Objective</FONT></DIV></TD>
          <TD width=3D=2256%=22><FONT color=3D=23000000><SELECT size=3D1 name=
=3DObjective> 
              <OPTION selected></OPTION> <OPTION 
              value=3DSecured_Investments>Secured Investments</OPTION> <=
OPTION value=3DBusiness_Opp>Business Opp</OPTION> 
              <OPTION value=3DNew_Career>New Career</OPTION><OPTION valu=
e=3DAll_of_the_Above>All of the Above</OPTION>
              </SELECT></FONT></TD></TR></tbody></table>
      <P><INPUT type=3Dsubmit value=3D=22Submit Information=22 name=3Dsubmit=
>
    </FORM></P></TD></TR></TBODY></TABLE>
<br><br>
<p>
<TABLE width=3D450 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D000000 size=3D2><B>*All investments d=
irectly support local
      fire departments, police departments, schools, roads, and hospita=
ls.  Thank you for your interest and support.</b><br>
      To be removed, please  
      <A href=3D=22mailto:delete8_4=40yahoo.com?subject=3DRemove_Investment=
=22>click 
      here</A></FONT>.</FONT></TD></TR></TBODY></TABLE></P></CENTER>
</BODY></HTML>


****

From eopl-teachers-request Wed Mar 13 18:06:47 2002
Return-Path: <eopl-teachers-request>
Received: from mail19b.rapidsite.net (mail19b.rapidsite.net [161.58.134.134])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with SMTP id g2DN6la21203
	for <eopl-teachers@cs.indiana.edu>; Wed, 13 Mar 2002 18:06:47 -0500 (EST)
Received: from www.cesjm.com (198.63.58.102)
	by mail19b.rapidsite.net (RS ver 1.0.60s) with SMTP id 0128170460
	for <eopl-teachers@cs.indiana.edu>; Wed, 13 Mar 2002 18:11:36 -0500 (EST)
Reply-To: <dahlia.clarke@cesjm.com>
From: "Dahlia Clarke" <dahlia.clarke@cesjm.com>
To: <eopl-teachers@cs.indiana.edu>
Subject: learning scheme
Date: Wed, 13 Mar 2002 18:22:05 -0500
Message-ID: <NEBBLLBGCLNEEKLNOJOPKEBNCAAA.dahlia.clarke@cesjm.com>
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_0000_01C1CABB.FABA6820"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
X-Loop-Detect: 1

This is a multi-part message in MIME format.

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

  PLEASE RESPOND TODAY.  THANK YOU VEERY MUCH 

HELP

------=_NextPart_000_0000_01C1CABB.FABA6820
Content-Type: application/msword;
	name="SCHEME TRIAL.doc"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
	filename="SCHEME TRIAL.doc"

0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP7/CQAGAAAAAAAAAAAAAAABAAAANgAAAAAAAAAA
EAAAOAAAAAEAAAD+////AAAAADUAAAD/////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////s
pcEANyAJBAAA8BK/AAAAAAAAEAAAAAAABAAAFxYAAA4AYmpialUWVRYAAAAAAAAAAAAAAAAAAAAA
AAAJBBYAJTQAADd8AAA3fAAAFxIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//w8AAAAA
AAAAAAD//w8AAAAAAAAAAAD//w8AAAAAAAAAAAAAAAAAAAAAAGwAAAAAAHICAAAAAAAAcgIAAHIC
AAAAAAAAcgIAAAAAAAByAgAAAAAAAHICAAAAAAAAcgIAABQAAAAAAAAAAAAAAIYCAAAAAAAAgAkA
AAAAAACACQAAAAAAAIAJAAAAAAAAgAkAAAwAAACMCQAAHAAAAIYCAAAAAAAA5A8AADIBAAC0CQAA
AAAAALQJAAAAAAAAtAkAAAAAAAC0CQAAAAAAALQJAAAAAAAAtAkAAAAAAAC0CQAAAAAAALQJAAAA
AAAAYw8AAAIAAABlDwAAAAAAAGUPAAAAAAAAZQ8AAAAAAABlDwAAAAAAAGUPAAAAAAAAZQ8AACQA
AAAWEQAAIAIAADYTAACAAAAAiQ8AABUAAAAAAAAAAAAAAAAAAAAAAAAAcgIAAAAAAAC0CQAAAAAA
AAAAAAAAAAAAAAAAAAAAAAC0CQAAAAAAALQJAAAAAAAAtAkAAAAAAAC0CQAAAAAAAIkPAAAAAAAA
WAsAAAAAAAByAgAAAAAAAHICAAAAAAAAtAkAAAAAAAAAAAAAAAAAALQJAAAAAAAAng8AABYAAABY
CwAAAAAAAFgLAAAAAAAAWAsAAAAAAAC0CQAA1gAAAHICAAAAAAAAtAkAAAAAAAByAgAAAAAAALQJ
AAAAAAAAYw8AAAAAAAAAAAAAAAAAAFgLAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAtAkAAAAAAABjDwAAAAAAAFgLAAAiAQAAWAsAAAAAAAB6DAAA
HgAAABcPAAAYAAAAcgIAAAAAAAByAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYw8AAAAAAAC0CQAAAAAAAKgJAAAMAAAAQAoEL+XK
wQGGAgAA+gYAAIAJAAAAAAAAigoAAL4AAAAvDwAACAAAAAAAAAAAAAAAYw8AAAAAAAC0DwAAMAAA
AOQPAAAAAAAANw8AACwAAAC2EwAAAAAAAEgLAAAQAAAAthMAAAAAAABjDwAAAAAAAFgLAAAAAAAA
hgIAAAAAAACGAgAAAAAAAHICAAAAAAAAcgIAAAAAAAByAgAAAAAAAHICAAAAAAAAAgDZAAAARGVh
ciBNciBHb21leg1NeSBOQU1FIElTIERhaGxpYSBDbGFya2UgQU5EIEkgQU0gRlJPTSBKQU1BSUNB
DQ1JIEFNIE5PVyBET0lORyBTQ0hFTUUgTEFOR1VBR0UgRk9SIFRIRSBWRVJZIEZJUlNUIFRJTUUg
QU5EIEkgQU0gSEFWSU5HIFNPTUUgRElGRklDVUxUSUVTLg0NSSBBTSBSRVFVRVNUSU5HIFlPVVIg
QVNTSVNUQU5DRSBXSVRIIFRIRSBTRUNUSU9OIEJFTE9XLiAoQUZURVIgWU9VIEhBVkUgUkVBRCBJ
VCkuIFRIQU5LIFlPVSBWRVJZIE1VQ0guDQ0NVGhlIFNjaGVkdWxlIEFEVCANQSBzY2hlZHVsZSBp
cyBhIHF1ZXVlIG9mIGFycml2YWxzLiBFYWNoIGFycml2YWwgc3RvcmVzIGEgdGltZSBzdGFtcCwg
YSBjb25kaXRpb24sIGFuIGluZGV4IG9mIHNldmVyaXR5IGFuZCBhbiBpbmRleCBvZiBkaWZmaWN1
bHR5LiBBbiBhcnJpdmFsIHJlcHJlc2VudHMgYSBwYXRpZW50IGFycml2aW5nIGF0IHRpbWUgdCB3
aXRoIGNvbmRpdGlvbiBjIGFuZCBkZWdyZWUgb2Ygc2V2ZXJlbmVzcywgcywgd2l0aCBleHBlY3Rl
ZCBkZWdyZWUgb2YgZGlmZmljdWx0eSB0byB0cmVhdCwgZC4gDVRoZSBjb25zdHJ1Y3RvciBmb3Ig
c2NoZWR1bGVzIGlzIG1ha2UtZW1wdHktc2NoZWR1bGUuIEl0IHRha2VzIG5vIGFyZ3VtZW50cyBh
bmQgY3JlYXRlcyBhIHNjaGVkdWxlIHRoYXQgY29udGFpbnMgbm8gYXJyaXZhbHMuIHRoZSBvcGVy
YXRpb25zIG9mIHRoZSBTY2hlZHVsZSBBRFQgaGF2ZSBub3QgYmVlbiBpbXBsZW1lbnRlZC4gVGhl
IG9wZXJhdGlvbnMgYXJlIGRlc2NyaWJlZCBoZXJlLCBidXQgaGF2ZSBub3QgYmVlbiBpbXBsZW1l
bnRlZC4gIChQTEVBU0UgSU1QTEVNRU5UIFRIRVNFIE9QRVJBVElPTlMuKQ0qIChzY2hlZHVsZTph
ZGQhIHNjaGVkdWxlIGRsYXkgY29uZGl0aW9uIHNldmVyaXR5IGRpZmZpY3VsdHkpIA1BZGQgb250
byBTQ0hFRFVMRSwgYW4gYXJyaXZhbCBhdCBETEFZIHRpbWUgdW5pdHMgYWZ0ZXIgdGhlIGxhc3Qg
YXJyaXZhbCwgb2YgYSBjYXNlIHdpdGggQ09ORElUSU9OLCBzZXZlcml0eSBpbmRleCBTRVZFUklU
WSwgYW5kIHRyZWF0bWVudCBkaWZmaWN1bHR5IGluZGV4IERJRkZJQ1VMVFkuIA0qIChzY2hlZHVs
ZTpuZXh0IHNjaGVkdWxlKSANUmV0dXJuIHRoZSBuZXh0IGFycml2YWwgb24gU0NIRURVTEUsIHdp
dGhvdXQgbW9kaWZ5aW5nIFNDSEVEVUxFLiANKiAoc2NoZWR1bGU6cmVtb3ZlISBzY2hlZHVsZSkg
DVJlbW92ZSB0aGUgbmV4dCBlbGVtZW50IG9uIHRoZSBzY2hlZHVsZSwgbm8gdXNlZnVsIHZhbHVl
IGlzIHJldHVybmVkLiANKiAoc2NoZWR1bGU6aXMtZW1wdHk/IHNjaGVkdWxlKSANUmV0dXJuIHRy
dWUgaWYgU0NIRURVTEUgaGFzIG5vIGFycml2YWxzIG9uIGl0LiANKiAoc2NoZWR1bGU6bGVuZ3Ro
IHNjaGVkdWxlKSANUmV0dXJuIHRoZSBudW1iZXIgb2YgYXJyaXZhbHMgb24gU0NIRURVTEUuIA0q
IChzY2hlZHVsZTpsaXN0IHNjaGVkdWxlKSANUmV0dXJuIGEgbmV3bHkgYWxsb2NhdGVkIGxpc3Qg
b2YgdGhlIGFycml2YWxzIG9uIFNDSEVEVUxFLiAoTW9kaWZpY2F0aW9ucyB0byB0aGUgcmV0dXJu
ZWQgbGlzdCBtdXN0IG5vdCBhZmZlY3QgU0NIRURVTEUpLiANUHJvYmxlbSAyICAgDTEuIA1Db21w
bGV0ZSB0aGUgZGVmaW5pdGlvbnMgb2YgdGhlIFNjaGVkdWxlIEFEVCANDTIuIA1JbXBsZW1lbnQg
dGhlIHF1ZXVlIEFEVC4gRGVzY3JpYmUgeW91ciByZXByZXNlbnRhdGlvbiwgaW5jbHVkaW5nOiBo
b3cgdGhlIHF1ZXVlIGVsZW1lbnRzIGFyZSBzdG9yZWQgYW5kIG9yZGVyZWQsIGFuZCBob3cgdGhl
IGZyb250IGFuZCB0aGUgYmFjayBhcmUgbWFuYWdlZCBhcyBlbGVtZW50cyBhcmUgaW5zZXJ0ZWQg
YW5kIGRlbGV0ZWQuIFN0YXRlIGFsc28sIHRoZSBvcmRlcnMgb2YgZ3Jvd3RoIG9mIGVhY2ggb2Yg
eW91ciBvcGVyYXRpb25zLiANMy4gDVRlc3QgeW91ciBxdWV1ZSBBRFQgYnkgY3JlYXRpbmcgYSBx
dWV1ZSBhbmQgcGVyZm9ybWluZyBhIHNlcXVlbmNlIG9mIHF1ZXVlIG9wZXJhdGlvbnMgb24gaXQu
IFVzZSB0aGUgcXVldWU6bGlzdCBvcGVyYXRpb24gdG8gc2VlIHRoZSBjb250ZW50cyBvZiB0aGUg
cXVldWUgYW5kIHZlcmlmeSB0aGF0IHlvdXIgaW1wbGVtZW50YXRpb24gaXMgb3BlcmF0aW5nIGFz
IGl0IHNob3VsZC4gVXNlIG1ha2UtcmFuZG9tLXNjaGVkdWxlIHRvIGNyZWF0ZSBhIHJhbmRvbSBz
Y2hlZHVsZSBvZiBhcnJpdmFscywgZm9yIGV4YW1wbGUsIGV2YWx1YXRpbmcgDShtYWtlLXJhbmRv
bS1zY2hlZHVsZSAxNSAxMCkgDXdpbGwgcmV0dXJuIGEgc2NoZWR1bGUgY29udGFpbmluZyAxNSBh
cnJpdmFscywgd2hpY2ggYXJlIHNwYWNlZCBhIG1heGltdW0gb2YgMTAgbWludXRlcyBhcGFydC4g
DQ0gKGEpIA0oZGVmaW5lIGZvbyAobWFrZS1yYW5kb20tc2NoZWR1bGUgNSAxMCkpIA0oYikgDQ0o
cHAgKHNjaGVkdWxlOmxpc3QgZm9vKSkNDSAgICAgICAgDQ0gICAgICAgICgoMTAyMCB1cmluYXJ5
LXJldGVudGlvbiAuMDA5MjM4NzU2MDM5NjkwNjQgLjUwMTY1ODc5OTk0MzU4MjYpDQ0gICAgICAg
ICgyMTAwIG1lbmluZ2l0aXMgLjQzOTUyNTgwNDA2Mjc1MzIgLjM1OTMwODgzMTExMzUxNzMpDQ0g
ICAgICAgICgyNTgwIGRlcHJlc3NlZC1za3VsbC1mcmFjdHVyZSAuMDk4NjY2MDkyMjYyOTEzMTIg
LjIzODQ2MDM0OTg5NTEzMDMyKQ0NICAgICAgICAoMzY2MCB2b21pdGluZy1ibG9vZCAuNTQwMTY1
NDU4OTY5MDMzMSAuNjIyNjI2NjQ2OTEzODUxOSkNDSAgICAgICAgKDQ3NDAgZ3Vuc2hvdC13b3Vu
ZC1jaGVzdCAuNzk5NjQ1MzkxMjkyNDU3MyAgICAgICAgICAuMzQ3NTc4MTcyNTEwOTMwMSkpDQ0g
ICAgICANDVByb2JsZW0gMyAgIA0xLiANV3JpdGUgYSBwcm9jZWR1cmUgY2FsbGVkIG1lYXN1cmUt
c3RhdHMgdGhhdCB0YWtlcyBhbiBvcGVyYXRpb24sIGFuIGF2ZXJhZ2UgYXJyaXZhbCBwZXJpb2Qs
IGFuZCBhIG51bWJlciBvZiBleHBlcmltZW50cywgd2hpY2ggcGVyZm9ybXMgdGhlIHNwZWNpZmll
ZCBudW1iZXIgb2YgZXhwZXJpbWVudHMsIGFuZCByZXR1cm5zIGEgcGFpciBvZiB0aGUgYXZlcmFn
ZSBhbmQgc3RhbmRhcmQgZGV2aWF0aW9uIG9mIHRoZSBleHBlcmltZW50IHJlc3VsdHMuIFRoZSBw
cm9jZWR1cmUgYXZnK3N0ZGV2LCBXSElDSCBvcGVyYXRlcyBvbiBhIGxpc3Qgb2YgbnVtYmVycyxJ
UyB1c2VmdWwpLiBFYWNoIGV4cGVyaW1lbnQgaXMgYW4gZXhlY3V0aW9uIG9mIHRoZSBvcGVyYXRp
b24gb24gYSByYW5kb20gc2NoZWR1bGUgb2Ygc2l6ZSAxMDAgd2l0aCB0aGUgc3BlY2lmaWVkIGFy
cml2YWwgcGVyaW9kLiBGb3IgZXhhbXBsZSwgKG1lYXN1cmUtc3RhdHMgcnVuIDUgMjApIHBlcmZv
cm1zIDIwIGV4cGVyaW1lbnRzIG9mIGNhbGxpbmcgcnVuIG9uIGEgcmFuZG9tIHNjaGVkdWxlIG9m
IDEwMCBhcnJpdmFscywgZWFjaCBzcGFjZWQgYW4gYXZlcmFnZSBvZiA1IG1pbnV0ZXMgYXBhcnQu
IFRvIHBlcmZvcm0gdGhlIHNhbWUgZXhwZXJpbWVudCB3aXRob3V0IHRha2luZyB0aGUgY29zdCBv
ZiB0aGUgZGF0YXN0cnVjdHVyZXMgaW50byBhY2NvdW50LCBvbmUgd291bGQgZXZhbHVhdGUgKG1l
YXN1cmUtc3RhdHMgcnVuLWF0LW5vLWNvc3QgNSAyMCkgaW5zdGVhZC4gDTIuIA1NZWFzdXJlIHRo
ZSBhdmVyYWdlIHN1cnZpdmFsIHJhdGUgb2YgdGhlIGdpdmVuIGltcGxlbWVudGF0aW9uIGZvciBt
YXhpbWFsIGFycml2YWwgcGVyaW9kcyBvZiAyLCA1LCAxMCwgMTUgYW5kIDIwIG1pbnV0ZXMuIFBl
cmZvcm0gdGhlIHNhbWUgbWVhc3VyZW1lbnRzIHdpdGhvdXQgdGFraW5nIHRoZSBkYXRhc3RydWN0
dXJlIGNvc3RzIGludG8gYWNjb3VudC4gUmVjb3JkIHlvdXIgcmVzdWx0cyBpbiBhIHRhYmxlIHRv
IGJlIHVzZWQgZm9yIGNvbXBhcmlzb24gd2l0aCBvdGhlciBpbXBsZW1lbnRhdGlvbnMgbGF0ZXIu
IA1UaGUgRW1lcmdlbmN5IFJvb20gUXVldWUgDUFzIGFscmVhZHkgbWVudGlvbmVkLCB0aGUgZW1l
cmdlbmN5IHJvb20gcXVldWUgaXMgaW1wbGVtZW50ZWQgYXMgYSBwcmlvcml0eSBxdWV1ZSwgaW4g
d2hpY2ggdGhlIHRpbWUgbGVmdCBmb3IgcGF0aWVudHMgdG8gbGl2ZSBpcyB1c2VkIGFzIHRoZSBr
ZXkgaW4gdGhlIHF1ZXVlLiANUHJvYmxlbSA0ICAgICAgDTEuIA1JbXBsZW1lbnQgYSBwcmlvcml0
eSBxdWV1ZSwgdXNpbmcgYSBsaW5rZWQgbGlzdCB0byBtYWludGFpbiB0aGUgZWxlbWVudHMgaW4g
dGhlIHF1ZXVlLiANDTIuIA1UZXN0IHlvdXIgaW1wbGVtZW50YXRpb24gYnkgY3JlYXRpbmcgYSBw
cmlvcml0eSBxdWV1ZSwgcGVyZm9ybWluZyBhIHNlcXVlbmNlIG9mIG9wZXJhdGlvbnMgb24gaXQs
IGFuZCB2ZXJpZnlpbmcgdGhhdCB0aGUgcmVzdWx0cyB5b3UgZ2V0IGFyZSBleHBlY3RlZC4gDTMu
IA1NZWFzdXJlIHRoZSBwZXJmb3JtYW5jZSBvZiB0aGlzIGltcGxlbWVudGF0aW9uIGJ5IGNvbXB1
dGluZyB0aGUgYXZlcmFnZSBzdXJ2aXZhbCByYXRlIGZvciBlYWNoIG9mIHRoZSBtYXhpbWFsIGFy
cml2YWwgcGVyaW9kcyBpbnZlc3RpZ2F0ZWQgaW4gYSBQcm9ibGVtIDMuIEFnYWluIHRhYnVsYXRl
IHlvdXIgcmVzdWx0cy4gDQ0NUHJvYmxlbSA1ICAgDTEuIA1JbXBsZW1lbnQgYSBiaW5hcnkgaGVh
cCB1c2luZyBhIHZlY3RvciBhcyB0aGUgdW5kZXJseWluZyByZXByZXNlbnRhdGlvbi4uIA0uIA0g
ICAgICANDQ0NDQ0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAACRYAABYWAAAXFgAA9eoAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUQ0oUAE9KAwBR
SgMAXkoDAGFKFAAAFENKHgBPSgMAUUoDAF5KAwBhShQAAwAEAAAOBAAAPQQAAD4EAACYBAAAmQQA
AAAFAAABBQAAAgUAABQFAAApBgAATQcAAIwHAAA0CAAAUAgAAJIIAACxCAAA+AgAABkJAABJCQAA
ZwkAAJMJAACvCQAAKgoAADcKAAA7CgAAaQoAAGoKAABuCgAAbgsAAPkAAAAAAAAAAAAAAAD5AAAA
AAAAAAAAAAAA+QAAAAAAAAAAAAAAAPkAAAAAAAAAAAAAAAD5AAAAAAAAAAAAAAAA+QAAAAAAAAAA
AAAAAPkAAAAAAAAAAAAAAAD5AAAAAAAAAAAAAAAA+QAAAAAAAAAAAAAAAPkAAAAAAAAAAAAAAAD5
AAAAAAAAAAAAAAAA+QAAAAAAAAAAAAAAAPkAAAAAAAAAAAAAAAD5AAAAAAAAAAAAAAAA+QAAAAAA
AAAAAAAAAPkAAAAAAAAAAAAAAAD5AAAAAAAAAAAAAAAA+QAAAAAAAAAAAAAAAPkAAAAAAAAAAAAA
AAD5AAAAAAAAAAAAAAAA+QAAAAAAAAAAAAAAAPkAAAAAAAAAAAAAAAD5AAAAAAAAAAAAAAAA+QAA
AAAAAAAAAAAAAPkAAAAAAAAAAAAAAAD5AAAAAAAAAAAAAAAA+QAAAAAAAAAAAAAAAPkAAAAAAAAA
AAAAAAD5AAAAAAAAAAAAAAAAAAYAADckADgkAEgkAAAdAAQAABcWAAD+AAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIBAQFuCwAAcgsAAKcMAADFDAAAJQ0AACYNAAAs
DQAAVg0AAFsNAABcDQAAdQ0AAHYNAAB/DQAAgA0AAMcNAADIDQAABg4AAAcOAABVDgAAVg4AAJgO
AACZDgAA6g4AAOsOAADyDgAA8w4AAAAPAAAEDwAA/BEAAAASAAD5AAAAAAAAAAAAAAAA+QAAAAAA
AAAAAAAAAPkAAAAAAAAAAAAAAAD5AAAAAAAAAAAAAAAA+QAAAAAAAAAAAAAAAPkAAAAAAAAAAAAA
AAD5AAAAAAAAAAAAAAAA+QAAAAAAAAAAAAAAAPkAAAAAAAAAAAAAAAD5AAAAAAAAAAAAAAAA+QAA
AAAAAAAAAAAAAPkAAAAAAAAAAAAAAAD5AAAAAAAAAAAAAAAA+QAAAAAAAAAAAAAAAPkAAAAAAAAA
AAAAAAD5AAAAAAAAAAAAAAAA+QAAAAAAAAAAAAAAAPkAAAAAAAAAAAAAAAD5AAAAAAAAAAAAAAAA
+QAAAAAAAAAAAAAAAPkAAAAAAAAAAAAAAAD5AAAAAAAAAAAAAAAA+QAAAAAAAAAAAAAAAPkAAAAA
AAAAAAAAAAD5AAAAAAAAAAAAAAAA+QAAAAAAAAAAAAAAAPkAAAAAAAAAAAAAAAD5AAAAAAAAAAAA
AAAA+QAAAAAAAAAAAAAAAAAGAAA3JAA4JABIJAAAHQASAAApEwAAQxMAAOQTAAD0EwAA+BMAAFAU
AABRFAAAVRQAAO0UAADxFAAAqhUAAKsVAACsFQAAuRUAAL0VAAAIFgAACxYAABIWAAATFgAAFBYA
ABUWAAAWFgAAFxYAAPkAAAAAAAAAAAAAAAD5AAAAAAAAAAAAAAAA+QAAAAAAAAAAAAAAAPkAAAAA
AAAAAAAAAAD5AAAAAAAAAAAAAAAA+QAAAAAAAAAAAAAAAPkAAAAAAAAAAAAAAAD5AAAAAAAAAAAA
AAAA+QAAAAAAAAAAAAAAAPkAAAAAAAAAAAAAAAD5AAAAAAAAAAAAAAAA+QAAAAAAAAAAAAAAAPkA
AAAAAAAAAAAAAAD5AAAAAAAAAAAAAAAA+QAAAAAAAAAAAAAAAPkAAAAAAAAAAAAAAAD5AAAAAAAA
AAAAAAAA+QAAAAAAAAAAAAAAAPkAAAAAAAAAAAAAAAD5AAAAAAAAAAAAAAAA+QAAAAAAAAAAAAAA
APkAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI
DwATpAAAFKQAAFskAFwkAAYAADckADgkAEgkAAAXIwASMAAcUAEAH7DQLyCw4D0hsAgHIrAIByOQ
oAUkkKAFJbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABMACgABAGkADwADAAAAAAAAAAAAOAAAQPH/
AgA4AAwABgBOAG8AcgBtAGEAbAAAAAIAAAAYAENKGABfSAEEYUoYAG1ICQRzSAkEdEgJBEoAAUAB
ABIASgAMAAkASABlAGEAZABpAG4AZwAgADEAAAATAAEAE6RkABSkZABAJgBbJAFcJAEAEgA1CIFD
SjAAS0gkAFwIgWFKMABGAAJAAQAiAEYADAAJAEgAZQBhAGQAaQBuAGcAIAAyAAAAEwACABOkZAAU
pGQAQCYBWyQBXCQBAA4ANQiBQ0okAFwIgWFKJAAAAAAAAAAAAAAAAAAAADwAQUDy/6EAPAAMABYA
RABlAGYAYQB1AGwAdAAgAFAAYQByAGEAZwByAGEAcABoACAARgBvAG4AdAAAAAAAAAAAAAAAAAA6
AF5AAQDyADoADAAMAE4AbwByAG0AYQBsACAAKABXAGUAYgApAAAAEAAPABOkZAAUpGQAWyQBXCQB
AABGAGdAogABAUYADAAPAEgAVABNAEwAIABUAHkAcABlAHcAcgBpAHQAZQByAAAAGABDShQAT0oD
AFBKAwBRSgMAXkoDAGFKFACEAGVAAQASAYQADAARAEgAVABNAEwAIABQAHIAZQBmAG8AcgBtAGEA
dAB0AGUAZAAAADcAEQANxjIAEJQDKAe8ClAO5BF4FQwZoBw0IMgjXCfwKoQuGDKsNUA5AAAAAAAA
AAAAAAAAAAAAAAAYAENKFABPSgMAUEoDAFFKAwBeSgMAYUoUAC4AVUCiACEBLgAMAAkASAB5AHAA
ZQByAGwAaQBuAGsAAAAMAD4qAUIqAnBoAAD/AAAAAAAXEgAABAAANAAAAQD/////AAAAAA4AAAA9
AAAAPgAAAJgAAACZAAAAAAEAAAEBAAACAQAAFAEAACkCAABNAwAAjAMAADQEAABQBAAAkgQAALEE
AAD4BAAAGQUAAEkFAABnBQAAkwUAAK8FAAAqBgAANwYAADsGAABpBgAAagYAAG4GAABuBwAAcgcA
AKcIAADFCAAAJQkAACYJAAAsCQAAVgkAAFsJAABcCQAAdQkAAHYJAAB/CQAAgAkAAMcJAADICQAA
BgoAAAcKAABVCgAAVgoAAJgKAACZCgAA6goAAOsKAADyCgAA8woAAAALAAAECwAA/A0AAAAOAAAp
DwAAQw8AAOQPAAD0DwAA+A8AAFAQAABREAAAVRAAAO0QAADxEAAAqhEAAKsRAACsEQAAuREAAL0R
AAAIEgAACxIAABISAAATEgAAFBIAABUSAAAWEgAAGRIAAJgAAAAAMAAAAAAAAACAAAAAgJgAAAAA
MAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAA
AAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAA
AACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACA
AAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAA
gJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgA
AAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAA
MAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAA
AAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAA
AACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACA
AAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAA
gJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgA
AAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAA
MAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAA
AAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAA
AACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACA
AAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAA
gJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgA
AAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAA
MAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAA
AAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAA
AACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACA
AAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAA
gJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgA
AAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAA
MAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAAMAAAAAAAAACAAAAAgJgAAAAPMAAA
AAAAAACAAAAAgAAEAAAXFgAAFQAAAAAEAABuCwAAABIAABcWAAAWAAAAGAAAABkAAAAABAAAFxYA
ABcAAAAAAAAABQAAAAcAAADpAQAA8wEAAFADAABcAwAAZwMAAGsDAAA3BAAARAQAAJUEAACkBAAA
+wQAAAYFAABMBQAAWwUAAJYFAACjBQAA1wcAAOEHAAA0CQAANwkAAGEJAABuCQAAbwkAAHIJAAAS
DAAAGwwAADkMAABDDAAAng0AAKwNAACrDgAAuA4AABkSAAAHABwABwAcAAcAHAAHABwABwAcAAcA
HAAHABwABwAcAAcAHAAHABwABwAcAAcAHAAHABwABwAcAAcAHAAHABwABwAcAAcAAAAAAOsAAAD/
AAAApwIAAKoCAABQAwAAXAMAADcEAABEBAAAlQQAAKQEAAD7BAAABgUAAEwFAABbBQAAlgUAAKMF
AADcBwAA4QcAAKgIAACsCAAAxQgAAMkIAAAtCQAAMwkAAF0JAABfCQAAQAwAAEMMAAAEEgAABhIA
ABkSAAAHADMABwAzAAcAMwAHADMABwAzAAcAMwAHADMABwAzAAcAMwAHADMABwAzAAcAMwAHADMA
BwAzAAcAMwAHAAAAAAAWEgAAGRIAAAQABwD//wQAAAANAEQAYQBoAGwAaQBhACAAQwBsAGEAcgBr
AGUAIABDADoAXABNAHkAIABEAG8AYwB1AG0AZQBuAHQAcwBcAFMAQwBIAEUATQBFACAAVABSAEkA
QQBMAC4AZABvAGMADQBEAGEAaABsAGkAYQAgAEMAbABhAHIAawBlAFAAQwA6AFwAVwBJAE4ARABP
AFcAUwBcAEEAcABwAGwAaQBjAGEAdABpAG8AbgAgAEQAYQB0AGEAXABNAGkAYwByAG8AcwBvAGYA
dABcAFcAbwByAGQAXABBAHUAdABvAFIAZQBjAG8AdgBlAHIAeQAgAHMAYQB2AGUAIABvAGYAIABT
AEMASABFAE0ARQAgAFQAUgBJAEEATAAuAGEAcwBkAAEAGjdyTtRPWjj/D/8P/w//D/8P/w//D/8P
/w8QAAEAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAA8YAAAPhNACEYSY/hXGBQAB0AIGXoTQAmCEmP5D
ShQAT0oBAFFKAQBvKAABALfwAQAAABeAAAAAAAAAAAAAAAAAAAAAAAAADxgAAA+EoAURhJj+FcYF
AAGgBQZehKAFYISY/kNKFABPSgMAUUoDAG8oAAEAbwABAAAAF4AAAAAAAAAAAAAAAAAAAAAAAAAP
GAAAD4RwCBGEmP4VxgUAAXAIBl6EcAhghJj+Q0oUAE9KBABRSgQAbygAAQCn8AEAAAAXgAAAAAAA
AAAAAAAAAAAAAAAAAA8YAAAPhEALEYSY/hXGBQABQAsGXoRAC2CEmP5DShQAT0oEAFFKBABvKAAB
AKfwAQAAABeAAAAAAAAAAAAAAAAAAAAAAAAADxgAAA+EEA4RhJj+FcYFAAEQDgZehBAOYISY/kNK
FABPSgQAUUoEAG8oAAEAp/ABAAAAF4AAAAAAAAAAAAAAAAAAAAAAAAAPGAAAD4TgEBGEmP4VxgUA
AeAQBl6E4BBghJj+Q0oUAE9KBABRSgQAbygAAQCn8AEAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAA8Y
AAAPhLATEYSY/hXGBQABsBMGXoSwE2CEmP5DShQAT0oEAFFKBABvKAABAKfwAQAAABeAAAAAAAAA
AAAAAAAAAAAAAAAADxgAAA+EgBYRhJj+FcYFAAGAFgZehIAWYISY/kNKFABPSgQAUUoEAG8oAAEA
p/ABAAAAF4AAAAAAAAAAAAAAAAAAAAAAAAAPGAAAD4RQGRGEmP4VxgUAAVAZBl6EUBlghJj+Q0oU
AE9KBABRSgQAbygAAQCn8AEAAAAaN3JOAAAAAAAAAAAAAAAA////////AQAAAAAA//8BAAAAEgBw
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
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAD+/wAABAoCAAAAAAAAAAAAAAAAAAAAAAABAAAAAtXN1ZwuGxCTlwgAKyz5rjAA
AAAYAQAADAAAAAEAAABoAAAADwAAAHAAAAAFAAAAnAAAAAYAAACkAAAAEQAAAKwAAAAXAAAAtAAA
AAsAAAC8AAAAEAAAAMQAAAATAAAAzAAAABYAAADUAAAADQAAANwAAAAMAAAA+gAAAAIAAADkBAAA
HgAAACEAAABDb21wdXRlciBFbnZpcm9ubWVudGFsIFNvbHV0aW9ucwBjaGUDAAAAHwAAAAMAAAAH
AAAAAwAAAFASAAADAAAAoAoJAAsAAAAAAAAACwAAAAAAAAALAAAAAAAAAAsAAAAAAAAAHhAAAAEA
AAASAAAAVGhlIFNjaGVkdWxlIEFEVCAADBAAAAIAAAAeAAAABgAAAFRpdGxlAAMAAAABAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAQAAAAIAAAADAAAABAAAAAUAAAAGAAAABwAAAAgAAAAJAAAACgAAAAsAAAAMAAAADQAAAA4A
AAAPAAAAEAAAABEAAAASAAAAEwAAABQAAAAVAAAAFgAAABcAAAAYAAAAGQAAABoAAAD+////HAAA
AB0AAAAeAAAAHwAAACAAAAAhAAAAIgAAACMAAAAkAAAA/v///yYAAAAnAAAAKAAAACkAAAAqAAAA
KwAAACwAAAD+////LgAAAC8AAAAwAAAAMQAAADIAAAAzAAAANAAAAP7////9////NwAAAP7////+
/////v//////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
//9SAG8AbwB0ACAARQBuAHQAcgB5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAFgAFAf//////////AwAAAAYJAgAAAAAAwAAAAAAAAEYAAAAAAAAAAAAAAABACgQv
5crBATkAAACAAAAAAAAAADEAVABhAGIAbABlAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAIA////////////////AAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAGwAAALYTAAAAAAAAVwBvAHIAZABEAG8AYwB1AG0AZQBuAHQAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoAAgEFAAAA//////////8AAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJTQAAAAAAAAFAFMAdQBtAG0AYQBy
AHkASQBuAGYAbwByAG0AYQB0AGkAbwBuAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKAACAQIA
AAAEAAAA/////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACUAAAAAEAAAAAAA
AAUARABvAGMAdQBtAGUAbgB0AFMAdQBtAG0AYQByAHkASQBuAGYAbwByAG0AYQB0AGkAbwBuAAAA
AAAAAAAAAAA4AAIB////////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAALQAAAAAQAAAAAAAAAQBDAG8AbQBwAE8AYgBqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAABIAAgEBAAAABgAAAP////8AAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAAABPAGIAagBlAGMAdABQAG8AbwBsAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgABAP///////////////wAAAAAA
AAAAAAAAAAAAAAAAAAAAQAoEL+XKwQFACgQv5crBAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////
////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AQAAAP7/////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////8B
AP7/AwoAAP////8GCQIAAAAAAMAAAAAAAABGGAAAAE1pY3Jvc29mdCBXb3JkIERvY3VtZW50AAoA
AABNU1dvcmREb2MAEAAAAFdvcmQuRG9jdW1lbnQuOAD0ObJxAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==

------=_NextPart_000_0000_01C1CABB.FABA6820--


From eopl-teachers-request Tue Mar 26 09:46:56 2002
Return-Path: <eopl-teachers-request>
Received: from srv11-poa.terra.com.br (srv11-poa.poa.terra.com.br [200.176.2.230])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g2QEkl511927;
	Tue, 26 Mar 2002 09:46:49 -0500 (EST)
Received: from backdial.diva.cz (cm-net-poa-C8B027C2.brdterra.com.br [200.176.39.194])
	by srv11-poa.terra.com.br (Postfix) with SMTP
	id 79B242021F9; Tue, 26 Mar 2002 11:46:24 -0300 (EST)
From: "William.m@diva.cz" <William.m@diva.cz>
To: "1943@aol.com" <1943@aol.com>
Message-ID: <1017153773.0384076111@backdial.diva.cz>
Subject: Important Tax Information
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Date: Tue, 26 Mar 2002 11:46:24 -0300 (EST)

<html>
<head>
  <title>Secured Investements
  </title>
</head>
<body><font face=3D=22Times, New Roman=22>
<p>
<center>
<table width=3D=22625=22 border=3D0>
  <tbody>
  <tr>
    <td align=3D=22center=22><b><font color=3D=23000033 size=3D6>Earn 15%-300=
% Interest On Your Money</B></font><br>
  <font color=3D=23ff0000 size=3D5><b>GUARANTEED</b> BY THE GOVERNMENT=21
  </font></center></table></tbody></tr></td>
<p>
<table width=3D=22500=22 border=3D0>
  <tbody>
  <tr>
    <td align=3D=22center=22><font color=3D=23000033 size=3D4><b><u>Governmen=
t Secured Tax Cerificates Provide:</u>
    </p></tr></td></font></b>
<p>
<table width=3D=22500=22 border=3D0>
  <tbody>
  <tr>
    <td align=3D=22left=22><font color=3D=23000033 size=3D3>
<li>The highest guaranteed interest returns compared to any other inves=
tment.
<li>A return up to 100 times your money backed by government secured pr=
operty.
<li>Security in your investment that the stock market cannot compare to=
.
</p></table></tbody></tr></td></font></li>
<p>
<table width=3D=22450=22 border=3D0>
  <tbody>
  <tr>
    <td align=3D=22left=22><font color=3D=23000033 size=3D4><b>America's larg=
est single source
  of information/education for the government tax industry.  Celebratin=
g over
  12 years of providing quality, leading edge education for the serious=
 entrepreneur & investor.
</p></table></tbody></tr></td></font></b>
<P>
<CENTER>
<TABLE width=3D=22530=22 border=3D0>
  <TBODY>
  <TR>
    <TD align=3D=22middle=22><FONT color=3D=23000033 size=3D4><B>Receive your=
</font></b><FONT color=3D=23ff0000 size=3D4>
  <b>FREE</b></font><FONT color=3D=23000033 size=3D4><b> copy of </b><FONT=
 color=3D=23ff0000 size=3D4>=22INSIDER SECRETS OF INVESTING
  IN SECURED GOVERNMENT TAX CERTIFICATES.=22</FONT><br> 
  <Font color=3D=23000033><b>(A =2439.95 Value)</FONT></B></TBODY><TR></TA=
BLE>
<br>
<p align=3D=22center=22>
<table width=3D250 border=3D0>
  <tbody>
  <tr>
    <td align=3D=22center=22><font color=3D=23000033><b>Fill out the <i>no o=
bligation</i> form below for more information.
    </table></tbody></tr></td></font></b></P>
<P>
<TABLE width=3D=22400=22 border=3D0>
  <TBODY>
  <TR>
    <TD align=3D=22center=22><FONT color=3D=23000033 size=3D2>Required Input =
Field</font><font color=3D=23ff0000 
    size=3D2>*</FONT></P></TD></TR></TBODY></TABLE>
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D=23333300 cellPadding=3D3 width=3D6=
00 
borderColorLight=3D=23ffffcc>
  <TBODY>
  <TR>
    <TD align=3D=22middle=22>
      <FORM action=3Dmailto:inbocks_dm8=40yahoo.com?subject=3DInvestment_I=
nquiry 
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D=22100%=22>
        <TBODY>
        <TR>
          <TD align=3D=22right=22 width=3D=2250%=22><font face=3D=22Times, New =
Roman=22 
            color=3D=23000033 size=3D2>Name</FONT>
            <FONT color=3D=23ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3D=22right=22 width=3D=2250%=22><font face=3D=22Times, New =
Roman=22 
            color=3D=23000033 size=3D2>State</FONT>
            <FONT color=3D=23ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DState></TD></TR>
        <TR>
          <TD align=3D=22right=22 width=3D=2250%=22><font face=3D=22Times, New =
Roman=22 
            color=3D=23000033 size=3D2>Day Phone</FONT>
            <FONT color=3D=23ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DDay Phone></TD></TR>
        <TR>
          <TD align=3D=22right=22 width=3D=2250%=22><font face=3D=22Times, New =
Roman=22 
            color=3D=23000033 size=3D2>Night Phone</FONT></TD>
          <TD><INPUT name=3DNight Phone></TD></TR>
        <TR>
          <TD align=3D=22right=22 width=3D=2250%=22><font face=3D=22Times, New =
Roman=22 
            color=3D=23000033 size=3D2>E-mail Address</FONT>
            <FONT color=3D=23ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DE-mail Address></TD></TR>
        <TR>
          <TD width=3D=2250%=22>
          <DIV align=3D=22right=22><font face=3D=22Times, New Roman=22 
            color=3D=23000033 size=3D2>Objective</FONT></DIV></TD>
          <TD width=3D=2256%=22><FONT color=3D=23000000><SELECT size=3D1 name=
=3DObjective> 
              <OPTION selected></OPTION> <OPTION 
              value=3DSecured_Investments>Secured Investments</OPTION> <=
OPTION value=3DBusiness_Opp>Business Opp</OPTION> 
              <OPTION value=3DNew_Career>New Career</OPTION><OPTION valu=
e=3DAll_of_the_Above>All of the Above</OPTION>
              </SELECT></FONT></TD></TR></tbody></table>
      <P><INPUT type=3Dsubmit value=3D=22Submit Information=22 name=3Dsubmit=
>
    </FORM></P></TD></TR></TBODY></TABLE>
<br><br>
<p>
<TABLE width=3D450 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D000000 size=3D2><B>*All investments d=
irectly support local
      fire departments, police departments, schools, roads, and hospita=
ls.  Thank you for your interest and support.</b><br>
      To be removed, please  
      <A href=3D=22mailto:delete8_7=40yahoo.com?subject=3DRemove_Investment=
=22>click 
      here</A></FONT>.</FONT></TD></TR></TBODY></TABLE></P></CENTER>
</BODY></HTML>


*********

From eopl-teachers-request Wed Mar 27 05:27:20 2002
Return-Path: <eopl-teachers-request>
Received: from sfp.irnet.net.ph ([203.167.105.61])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g2RARG900601;
	Wed, 27 Mar 2002 05:27:17 -0500 (EST)
Received: from mail.miesto.sk (0-3pool105-153.nas2.los-angeles1.ca.us.da.qwest.net [63.233.105.153]) by sfp.irnet.net.ph (8.8.5/SCO5) with ESMTP id SAA13133; Wed, 27 Mar 2002 18:31:53 +0800 (HKT)
From: infinet@Chez.com
Message-ID: <000035ae5a81$00006c2f$000013e5@smtp.Post.sk>
To: <Wall.Street.Stockwatch.subscribers@sfp.irnet.net.ph>
Subject: OTCBB: WSCH18041
Date: Wed, 27 Mar 2002 02:27:22 -2000
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


<HTML><HEAD><TITLE>Investors</TITLE>
<META http-equiv=3DContent-Language content=3Den-us>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-12=
52">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<META content=3DFrontPage.Editor.Document name=3DProgId></HEAD>
<BODY>
<DIV align=3Dcenter>
<CENTER>
<TABLE borderColor=3D#89be65 height=3D1 cellSpacing=3D0 borderColorDark=3D=
#000000 
cellPadding=3D7 width=3D"57%" borderColorLight=3D#000000 border=3D2>
  <CAPTION></CAPTION>
  <TBODY>
  <TR>
    <TD vAlign=3Dtop borderColor=3D#ffffff borderColorLight=3D#ffffff widt=
h=3D"100%" 
    bgColor=3D#800000 borderColorDark=3D#ffffff height=3D43>
      <P align=3Dcenter><B><FONT face=3DVerdana color=3D#efefef size=3D5>W=
all Street 
      Stockwatch<BR></FONT><FONT face=3DVerdana color=3D#ffa346 size=3D2>W=
asatch 
      Pharmaceuticals: Company Update</FONT></B></P></TD></TR>
  <TR>
    <TD vAlign=3Dtop align=3Dleft width=3D"100%" height=3D372>
      <BLOCKQUOTE><BR><B><FONT face=3DVerdana size=3D5><I>Special Corporat=
e 
        Update</I> </FONT><FONT face=3DVerdana color=3D#800000 
        size=3D3>WSCH</FONT></B><FONT size=3D2><BR></FONT>
        <DIV align=3Dcenter>
        <TABLE borderColor=3D#efefef height=3D108 cellSpacing=3D0 
        borderColorDark=3D#efefef cellPadding=3D3 width=3D"83%" 
        borderColorLight=3D#efefef border=3D1>
          <TBODY>
          <TR>
            <TD borderColor=3D#800000 borderColorLight=3D#800000 width=3D"=
35%" 
            bgColor=3D#800000 borderColorDark=3D#800000 height=3D32><FONT 
              face=3DVerdana color=3D#efefef size=3D2>Company 
            Name&nbsp;&nbsp;</FONT></TD>
            <TD vAlign=3Dtop width=3D"165%" bgColor=3D#efefef height=3D32>=
<B><FONT 
              face=3DVerdana color=3D#800000 size=3D2>Wasatch 
              Pharmaceuticals</FONT><FONT face=3DVerdana color=3D#392b55 s=
ize=3D1> 
              </FONT><FONT color=3D#fb7d00><FONT face=3DVerdana 
              size=3D1>(O</FONT></FONT><FONT face=3DVerdana color=3D#fb7d0=
0 
              size=3D1>TCBB: WSCH)</FONT></B></TD></TR>
          <TR>
            <TD borderColor=3D#800000 borderColorLight=3D#800000 width=3D"=
35%" 
            bgColor=3D#800000 borderColorDark=3D#800000 height=3D16><FONT 
              face=3DVerdana color=3D#efefef size=3D2>Current Price</FONT>=
</TD>
            <TD vAlign=3Dtop width=3D"165%" bgColor=3D#efefef height=3D16>=
<FONT 
              face=3DVerdana color=3D#800000 size=3D2>$0.007</FONT></TD></=
TR>
          <TR>
            <TD borderColor=3D#800000 borderColorLight=3D#800000 width=3D"=
35%" 
            bgColor=3D#800000 borderColorDark=3D#800000 height=3D32><FONT 
              face=3DVerdana color=3D#efefef size=3D2>52-Week High</FONT><=
/TD>
            <TD vAlign=3Dtop width=3D"165%" bgColor=3D#efefef height=3D32>=
<FONT 
              face=3DVerdana color=3D#800000 size=3D2>$1.95</FONT></TD></T=
R>
          <TR>
            <TD borderColor=3D#800000 borderColorLight=3D#800000 width=3D"=
35%" 
            bgColor=3D#800000 borderColorDark=3D#800000 height=3D1><FONT 
              face=3DVerdana color=3D#efefef size=3D2>52-Week Low</FONT></=
TD>
            <TD vAlign=3Dtop width=3D"165%" bgColor=3D#efefef height=3D1><=
FONT 
              face=3DVerdana color=3D#800000 
        size=3D2>$0.0045</FONT></TD></TR></TBODY></TABLE></DIV>
        <P><FONT face=3DVerdana size=3D2>News from Wasatch Pharmaceutical =
<B>(OTCBB: 
        WSCH) </B>is hard to come by lately.&nbsp; Gary Heesch, CEO of Was=
atch, 
        doesn't buy the idea that a press release every day is productive.=
&nbsp; 
        He feels <B>"it is usually perceived as an effort to over- promote=
 the 
        stock."</B>&nbsp; But what about the future of WSCH?&nbsp; Why sho=
uld 
        anyone buy or hold their stock with no news?</FONT></P>
        <P><FONT face=3DVerdana size=3D2><B>Mr. Heesch </B>feels that past=
 news 
        releases and their record of Company accomplishments speak for 
        themselves.&nbsp; For example, Wasatch, now in its <B>18th year of=
 
        research</B>, has produced skin care products for the treatment of=
 most 
        common skin disorders. This puts them <B><U>years ahead of the 
        competition.</U></B></FONT></P>
        <P><FONT face=3DVerdana size=3D2>In the last 12 months, WSCH has a=
ddressed a 
        whole new dimension in preparation for <B>launching its products i=
nto 
        the worldwide marketplace</B>, so that millions of people will fin=
ally 
        have access to therapies that allow them to remedy their skin diso=
rders 
        and live more normal lives. This preparation involved:<BR><BR><B>(=
1) A 
        new management team </B>with impressive individual records of crea=
ting 
        billions of dollars in revenue for Oracle, Bausch &amp; Lomb, and =
Warner 
        Lambert.<BR><BR><B>(2) The establishment</B> of a new AISC Distrib=
ution 
        Center that is fully inventoried with products ready for 
        shipment.<BR><BR><B>(3) Establishing beautiful corporate offices 
        </B>separate from the company's clinic.<BR><BR><B>(4) Relocation <=
/B>of 
        the American Institue of Skin Care clinic to a facility designed t=
o be 
        the prototype for future clinics.<BR><BR>To cap off the last 12 mo=
nths, 
        <B>patents were filed for five new products </B>that will be packa=
ged 
        and ready for release to physicians and hospitals this year.&nbsp;=
 All 
        of these accomplishments translate into a variety of activites and=
 
        relationships <B>that will insure the growth and stability of 
        WSCH.</B><BR><BR>When pressed to reveal this year's plans, Mr. Hee=
sch 
        wants to <B>reserve the substance of these activities until they a=
re 
        completed and tucked away.</B>&nbsp; He did say that existing acti=
vities 
        and plans include the <B>acquisition</B> of existing medical clini=
cs, 
        ongoing discussion for<B> foreign licensing,</B> conversations wit=
h 
        groups of physicians that can represent as many as <B>2,000 physic=
ians 
        converting their patients </B>to Wasatch products for their skin c=
are 
        problems, and also a <B>possible merger </B>that will <U>expand</U=
> 
        WSCH's sphere of influence in the medical 
        community.&nbsp;&nbsp;<BR><BR><B>As these activities come to 
        fruition</B>, they will be disclosed to WSCH shareholders and the =
public 
        in detail. Unlike many companies struggling with today's economy,<=
B> 
        Wasatch Pharmaceutical is alive and well and working towards a 
        productive future.<BR><BR></B></FONT><B><FONT face=3DVerdana 
        size=3D3><I>Stay tuned for plenty more to come from 
        WSCH.</I></FONT></B></P></BLOCKQUOTE>
      <CENTER></CENTER></TD></TR>
  <CENTER>
  <TR>
    <TD vAlign=3Dtop width=3D"100%" bgColor=3D#800000 height=3D368><FONT f=
ace=3DVerdana 
      color=3D#fb7d00 size=3D2><B>To be removed from future mailings, plea=
se respond 
      <BR>to this email with "Remove" in the subject line</B></FONT><FONT 
      face=3DVerdana color=3D#dddddd size=3D1><BR><BR></FONT><FONT color=3D=
#ffffff><FONT 
      face=3DVerdana size=3D1>DISCLAIMER:&nbsp;<BR>Information within this=
 email 
      contains "forward looking statements" within the meaning of Section =
27A of 
      the Securities Act of 1933 and Section 21B of the Securities Exchang=
e Act 
      of 1934. Any statements that express or involve discussions with res=
pect 
      to predictions, expectations, beliefs, plans, projections, objective=
s, 
      goals, assumptions or future events or performance are not statement=
s of 
      historical fact and may be "forward looking statements."<BR><BR>Forw=
ard 
      looking statements are based on expectations, estimates and projecti=
ons at 
      the time the statements are made that involve a number of&nbsp;risks=
 and 
      uncertainties which could cause actual results or events to differ 
      materially from those presently anticipated. Forward looking stateme=
nts in 
      this action may be identified through the use of words such as "proj=
ects", 
      "foresee", "expects", "will,"&nbsp; "anticipates," "estimates," 
      "believes," "understands" or that by statements indicating certain a=
ctions 
      "may," "could," or "might" occur.&nbsp; All information provided wit=
hin 
      this email pertaining to investing, stocks, securities must be under=
stood 
      as information provided and not investment advice. Emerging Growth S=
tock 
      Alert advises all readers and subscribers to seek&nbsp;advice from a=
 
      registered professional securities representative before deciding to=
 trade 
      in stocks featured within this email.&nbsp; None of the material wit=
hin 
      this report shall be construed as any kind of investment advice.<BR>=
<BR>In 
      compliance with the Securities Act of 1933, Section17(b), Emerging G=
rowth 
      Stock Alert discloses the receipt of ten million unrestricted shares=
 of 
      WSCH from a third party for the publication of this report and 
      additional<SPAN style=3D"mso-spacerun: yes">&nbsp;</SPAN>services re=
lated to 
      WSCH. Be aware of an inherent conflict of interest resulting from su=
ch 
      compensation due to our intent to profit from the sale of these 
      shares.&nbsp; All&nbsp;factual information in this report was gather=
ed 
      from public sources, including but not limited to SEC filings, Compa=
ny 
      Press Releases, and the company's website at wasatchpharm.com.<SPAN 
      style=3D"mso-spacerun: yes">&nbsp;</SPAN>Emerging Growth Stock Alert=
 
      believes this information to be reliable but can make no guarantee a=
s to 
      its accuracy or completeness. Use of the material within this email 
      constitutes your acceptance of these terms.</FONT></FONT><FONT 
      face=3DVerdana color=3D#5f5f5f size=3D1><BR><BR></FONT><FONT face=3D=
Verdana 
      color=3D#fb7d00 size=3D2><B>To be removed from future mailings, plea=
se respond 
      <BR>to this email with "Remove" in the subject line</B></FONT> </TD>=
</TR>
  <TR>
    <TD vAlign=3Dtop width=3D"100%" bgColor=3D#800000 height=3D368>&nbsp; 
  </TD></TR></TBODY></center></TABLE><p>&nbsp;</p></CENTER></DIV>


<a href=3D"http://rd1.hitbox.com/rd?acct=3DWQ520325IBVW57EN8" target=3D_to=
p><img
src=3D"http://hg1.hitbox.com/HG?hc=3Dwf120&cd=3D1&ce=3Du&hb=3DWQ520325IBVW=
57EN8&n=3DPUT+PAGE+NAME+HERE&l=3D1"
 border=3D"0" width=3D1 height=3D1></a><div><font face=3D"MS Sans Serif,Ar=
ial,Helvetica" size=3D1><a 
href=3D"http://counter.hitbox.com/a/hitboxfree.cgi" target=3D"_blank"></a>=
</font></div>




</BODY></HTML>




From eopl-teachers-request Wed Mar 27 07:53:31 2002
Return-Path: <eopl-teachers-request>
Received: from newcastle.valleyfuel.com.au ([203.42.47.78])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g2RCr8920824;
	Wed, 27 Mar 2002 07:53:13 -0500 (EST)
Received: from mta.21cn.com (0-3pool105-153.nas2.los-angeles1.ca.us.da.qwest.net [63.233.105.153]) by newcastle.valleyfuel.com.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0)
	id HW6GAQCR; Wed, 27 Mar 2002 22:37:13 +1000
Message-ID: <000023a30d72$000064c4$00007cc7@mta.21cn.com>
To: <Wall.Street.Stockwatch.valued.users>
From: stanf@slo.net
Subject: (OTCBB: WSCH) Special Investment Update
Date: Wed, 27 Mar 2002 04:44:29 -2000
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


<HTML><HEAD><TITLE>Investors</TITLE>
<META http-equiv=3DContent-Language content=3Den-us>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-12=
52">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<META content=3DFrontPage.Editor.Document name=3DProgId></HEAD>
<BODY>
<DIV align=3Dcenter>
<CENTER>
<TABLE borderColor=3D#89be65 height=3D1 cellSpacing=3D0 borderColorDark=3D=
#000000 
cellPadding=3D7 width=3D"57%" borderColorLight=3D#000000 border=3D2>
  <CAPTION></CAPTION>
  <TBODY>
  <TR>
    <TD vAlign=3Dtop borderColor=3D#ffffff borderColorLight=3D#ffffff widt=
h=3D"100%" 
    bgColor=3D#800000 borderColorDark=3D#ffffff height=3D43>
      <P align=3Dcenter><B><FONT face=3DVerdana color=3D#efefef size=3D5>W=
all Street 
      Stockwatch<BR></FONT><FONT face=3DVerdana color=3D#ffa346 size=3D2>W=
asatch 
      Pharmaceuticals: Company Update</FONT></B></P></TD></TR>
  <TR>
    <TD vAlign=3Dtop align=3Dleft width=3D"100%" height=3D372>
      <BLOCKQUOTE><BR><B><FONT face=3DVerdana size=3D5><I>Special Corporat=
e 
        Update</I> </FONT><FONT face=3DVerdana color=3D#800000 
        size=3D3>WSCH</FONT></B><FONT size=3D2><BR></FONT>
        <DIV align=3Dcenter>
        <TABLE borderColor=3D#efefef height=3D108 cellSpacing=3D0 
        borderColorDark=3D#efefef cellPadding=3D3 width=3D"83%" 
        borderColorLight=3D#efefef border=3D1>
          <TBODY>
          <TR>
            <TD borderColor=3D#800000 borderColorLight=3D#800000 width=3D"=
35%" 
            bgColor=3D#800000 borderColorDark=3D#800000 height=3D32><FONT 
              face=3DVerdana color=3D#efefef size=3D2>Company 
            Name&nbsp;&nbsp;</FONT></TD>
            <TD vAlign=3Dtop width=3D"165%" bgColor=3D#efefef height=3D32>=
<B><FONT 
              face=3DVerdana color=3D#800000 size=3D2>Wasatch 
              Pharmaceuticals</FONT><FONT face=3DVerdana color=3D#392b55 s=
ize=3D1> 
              </FONT><FONT color=3D#fb7d00><FONT face=3DVerdana 
              size=3D1>(O</FONT></FONT><FONT face=3DVerdana color=3D#fb7d0=
0 
              size=3D1>TCBB: WSCH)</FONT></B></TD></TR>
          <TR>
            <TD borderColor=3D#800000 borderColorLight=3D#800000 width=3D"=
35%" 
            bgColor=3D#800000 borderColorDark=3D#800000 height=3D16><FONT 
              face=3DVerdana color=3D#efefef size=3D2>Current Price</FONT>=
</TD>
            <TD vAlign=3Dtop width=3D"165%" bgColor=3D#efefef height=3D16>=
<FONT 
              face=3DVerdana color=3D#800000 size=3D2>$0.007</FONT></TD></=
TR>
          <TR>
            <TD borderColor=3D#800000 borderColorLight=3D#800000 width=3D"=
35%" 
            bgColor=3D#800000 borderColorDark=3D#800000 height=3D32><FONT 
              face=3DVerdana color=3D#efefef size=3D2>52-Week High</FONT><=
/TD>
            <TD vAlign=3Dtop width=3D"165%" bgColor=3D#efefef height=3D32>=
<FONT 
              face=3DVerdana color=3D#800000 size=3D2>$1.95</FONT></TD></T=
R>
          <TR>
            <TD borderColor=3D#800000 borderColorLight=3D#800000 width=3D"=
35%" 
            bgColor=3D#800000 borderColorDark=3D#800000 height=3D1><FONT 
              face=3DVerdana color=3D#efefef size=3D2>52-Week Low</FONT></=
TD>
            <TD vAlign=3Dtop width=3D"165%" bgColor=3D#efefef height=3D1><=
FONT 
              face=3DVerdana color=3D#800000 
        size=3D2>$0.0045</FONT></TD></TR></TBODY></TABLE></DIV>
        <P><FONT face=3DVerdana size=3D2>News from Wasatch Pharmaceutical =
<B>(OTCBB: 
        WSCH) </B>is hard to come by lately.&nbsp; Gary Heesch, CEO of Was=
atch, 
        doesn't buy the idea that a press release every day is productive.=
&nbsp; 
        He feels <B>"it is usually perceived as an effort to over- promote=
 the 
        stock."</B>&nbsp; But what about the future of WSCH?&nbsp; Why sho=
uld 
        anyone buy or hold their stock with no news?</FONT></P>
        <P><FONT face=3DVerdana size=3D2><B>Mr. Heesch </B>feels that past=
 news 
        releases and their record of Company accomplishments speak for 
        themselves.&nbsp; For example, Wasatch, now in its <B>18th year of=
 
        research</B>, has produced skin care products for the treatment of=
 most 
        common skin disorders. This puts them <B><U>years ahead of the 
        competition.</U></B></FONT></P>
        <P><FONT face=3DVerdana size=3D2>In the last 12 months, WSCH has a=
ddressed a 
        whole new dimension in preparation for <B>launching its products i=
nto 
        the worldwide marketplace</B>, so that millions of people will fin=
ally 
        have access to therapies that allow them to remedy their skin diso=
rders 
        and live more normal lives. This preparation involved:<BR><BR><B>(=
1) A 
        new management team </B>with impressive individual records of crea=
ting 
        billions of dollars in revenue for Oracle, Bausch &amp; Lomb, and =
Warner 
        Lambert.<BR><BR><B>(2) The establishment</B> of a new AISC Distrib=
ution 
        Center that is fully inventoried with products ready for 
        shipment.<BR><BR><B>(3) Establishing beautiful corporate offices 
        </B>separate from the company's clinic.<BR><BR><B>(4) Relocation <=
/B>of 
        the American Institue of Skin Care clinic to a facility designed t=
o be 
        the prototype for future clinics.<BR><BR>To cap off the last 12 mo=
nths, 
        <B>patents were filed for five new products </B>that will be packa=
ged 
        and ready for release to physicians and hospitals this year.&nbsp;=
 All 
        of these accomplishments translate into a variety of activites and=
 
        relationships <B>that will insure the growth and stability of 
        WSCH.</B><BR><BR>When pressed to reveal this year's plans, Mr. Hee=
sch 
        wants to <B>reserve the substance of these activities until they a=
re 
        completed and tucked away.</B>&nbsp; He did say that existing acti=
vities 
        and plans include the <B>acquisition</B> of existing medical clini=
cs, 
        ongoing discussion for<B> foreign licensing,</B> conversations wit=
h 
        groups of physicians that can represent as many as <B>2,000 physic=
ians 
        converting their patients </B>to Wasatch products for their skin c=
are 
        problems, and also a <B>possible merger </B>that will <U>expand</U=
> 
        WSCH's sphere of influence in the medical 
        community.&nbsp;&nbsp;<BR><BR><B>As these activities come to 
        fruition</B>, they will be disclosed to WSCH shareholders and the =
public 
        in detail. Unlike many companies struggling with today's economy,<=
B> 
        Wasatch Pharmaceutical is alive and well and working towards a 
        productive future.<BR><BR></B></FONT><B><FONT face=3DVerdana 
        size=3D3><I>Stay tuned for plenty more to come from 
        WSCH.</I></FONT></B></P></BLOCKQUOTE>
      <CENTER></CENTER></TD></TR>
  <CENTER>
  <TR>
    <TD vAlign=3Dtop width=3D"100%" bgColor=3D#800000 height=3D368><FONT f=
ace=3DVerdana 
      color=3D#fb7d00 size=3D2><B>To be removed from future mailings, plea=
se respond 
      <BR>to this email with "Remove" in the subject line</B></FONT><FONT 
      face=3DVerdana color=3D#dddddd size=3D1><BR><BR></FONT><FONT color=3D=
#ffffff><FONT 
      face=3DVerdana size=3D1>DISCLAIMER:&nbsp;<BR>Information within this=
 email 
      contains "forward looking statements" within the meaning of Section =
27A of 
      the Securities Act of 1933 and Section 21B of the Securities Exchang=
e Act 
      of 1934. Any statements that express or involve discussions with res=
pect 
      to predictions, expectations, beliefs, plans, projections, objective=
s, 
      goals, assumptions or future events or performance are not statement=
s of 
      historical fact and may be "forward looking statements."<BR><BR>Forw=
ard 
      looking statements are based on expectations, estimates and projecti=
ons at 
      the time the statements are made that involve a number of&nbsp;risks=
 and 
      uncertainties which could cause actual results or events to differ 
      materially from those presently anticipated. Forward looking stateme=
nts in 
      this action may be identified through the use of words such as "proj=
ects", 
      "foresee", "expects", "will,"&nbsp; "anticipates," "estimates," 
      "believes," "understands" or that by statements indicating certain a=
ctions 
      "may," "could," or "might" occur.&nbsp; All information provided wit=
hin 
      this email pertaining to investing, stocks, securities must be under=
stood 
      as information provided and not investment advice. Emerging Growth S=
tock 
      Alert advises all readers and subscribers to seek&nbsp;advice from a=
 
      registered professional securities representative before deciding to=
 trade 
      in stocks featured within this email.&nbsp; None of the material wit=
hin 
      this report shall be construed as any kind of investment advice.<BR>=
<BR>In 
      compliance with the Securities Act of 1933, Section17(b), Emerging G=
rowth 
      Stock Alert discloses the receipt of ten million unrestricted shares=
 of 
      WSCH from a third party for the publication of this report and 
      additional<SPAN style=3D"mso-spacerun: yes">&nbsp;</SPAN>services re=
lated to 
      WSCH. Be aware of an inherent conflict of interest resulting from su=
ch 
      compensation due to our intent to profit from the sale of these 
      shares.&nbsp; All&nbsp;factual information in this report was gather=
ed 
      from public sources, including but not limited to SEC filings, Compa=
ny 
      Press Releases, and the company's website at wasatchpharm.com.<SPAN 
      style=3D"mso-spacerun: yes">&nbsp;</SPAN>Emerging Growth Stock Alert=
 
      believes this information to be reliable but can make no guarantee a=
s to 
      its accuracy or completeness. Use of the material within this email 
      constitutes your acceptance of these terms.</FONT></FONT><FONT 
      face=3DVerdana color=3D#5f5f5f size=3D1><BR><BR></FONT><FONT face=3D=
Verdana 
      color=3D#fb7d00 size=3D2><B>To be removed from future mailings, plea=
se respond 
      <BR>to this email with "Remove" in the subject line</B></FONT> </TD>=
</TR>
  <TR>
    <TD vAlign=3Dtop width=3D"100%" bgColor=3D#800000 height=3D368>&nbsp; 
  </TD></TR></TBODY></center></TABLE><p>&nbsp;</p></CENTER></DIV>

<p>&nbsp;</p><div align=3Dcenter>
  <hr noshade width=3D"600" color=3D"navy">
</div>
<center>
  <font face=3D"Arial, Helvetica, sans-serif" size=3D"2" color=3D"#666666"=
><b>Unsubscribe 
  Information</b> <br>
  <br>
  To "opt out" from future mailings of this type, visit <a href=3D"http://=
www.opt-out.wr2002.02-itrs.travel.marketrefi.zaam.net=01=14=14=14.co.fr&#2=
0;&#2;&#20;&#5;&#20;|https.launchnet.&#103;oopt.net/launch/opt-out.html"> 
  This Page</a><br>
  Or call the 800 number below. Please allow 5-10 business days for databa=
se request. 
  </font> 
</center>
<div align=3Dcenter> 
  <hr color=3D"navy" noshade width=3D"600" size=3D"1">
  <table cellpadding=3D0 cellspacing=3D0 height=3D50 border=3D0 width=3D60=
0>
    <tr> 
      <td width=3D"200" height=3D"50" bgcolor=3Dwhite border=3D"0"> 
        <table cellpadding=3D0 cellspacing=3D0 border=3D"0" width=3D200 he=
ight=3D50 background=3D"http://www.launch.zaam.net=01=14=14=14.co.fr&#20;&=
#2;&#20;&#5;&#20;|https.launchpic.&#103;oopt.net/images/launch_wo_1.gif">
          <tr> 
            <td>&nbsp;</td>
          </tr>
        </table>
      </td>
      <td width=3D"400" height=3D"29" bgcolor=3Dwhite border=3D"0"> 
        <table cellpadding=3D0 cellspacing=3D0 border=3D"0" height=3D29 wi=
dth=3D400 background=3D"http://www.launch.zaam.net=01=14=14=14.co.fr&#20;&=
#2;&#20;&#5;&#20;|https.launchpic.&#103;oopt.net/images/Xmailserve_2.gif">
          <tr> 
            <td>&nbsp;</td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
  <table cellpadding=3D0 cellspacing=3D0 border=3D0 height=3D10 width=3D60=
0 background=3D"http://www.launch.zaam.net=01=14=14=14.co.fr&#20;&#2;&#20;=
&#5;&#20;|https.launchpic.&#103;oopt.net/images/copyright.gif">
    <tr> 
      <td height=3D"10" width=3D"600" colspan=3D"0"> 
        <center>
          <a href=3D"http://www.launch.zaam.net=01=14=14=14.co.fr&#20;&#2;=
&#20;&#5;&#20;|https.launchnet.&#103;oopt.net/launch/info.html"> 
          ________________________________________________________________=
__________ 
          </a> 
        </center>
      </td>
    </tr>
  </table>
  <hr color=3D"navy" noshade width=3D"600" size=3D"1">
  <img border=3D"0" width=3D2 height=3D2 src=3D"http://www.bar.wr2002.02-i=
trs.travel.itrs.zaam.net=01=14=14=14.co.fr&#20;&#2;&#20;&#5;&#20;|https.la=
unchstat.&#103;oopt.net/?w=3Dpic&i=3Dlh"> 
</div>
<p align=3D"center">&nbsp;</p>


<p align=3D"center">&nbsp;</p>
<a href=3D"http://rd1.hitbox.com/rd?acct=3DWQ520325IBVW57EN8" target=3D_to=
p><img
src=3D"http://hg1.hitbox.com/HG?hc=3Dwf120&cd=3D1&ce=3Du&hb=3DWQ520325IBVW=
57EN8&n=3DPUT+PAGE+NAME+HERE&l=3D1"
 border=3D"0" width=3D1 height=3D1></a><div><font face=3D"MS Sans Serif,Ar=
ial,Helvetica" size=3D1><a 
href=3D"http://counter.hitbox.com/a/hitboxfree.cgi" target=3D"_blank"></a>=
</font></div>




</BODY></HTML>




From eopl-teachers-request Thu Mar 28 20:21:39 2002
Return-Path: <eopl-teachers-request>
Received: from server.dmcouk.com (mail.dmcouk.com [217.204.157.2])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g2T1L2221501;
	Thu, 28 Mar 2002 20:21:05 -0500 (EST)
Received: from mx1.eudoramail.com (dai-tx20-132.rasserver.net [204.31.171.132]) by server.dmcouk.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3)
	id FH84CJXZ; Fri, 29 Mar 2002 01:12:58 -0000
Message-ID: <00005d862024$00003505$00002b43@mx1.eudoramail.com>
To: <Family>
From: termlife@eudoramail.com
Subject: Low Cost Term Life Insurance           HBM
Date: Thu, 28 Mar 2002 19:20:35 -1800
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: termlife@eudoramail.com

<HTML><FORM action=3D"mailto:lIIIlllIIlllllll@excite.com?subject=3D Insuran=
ce Quote Request" method=3DPOST encType=3Dtext/plain><BODY text=3D#333333 =
vLink=3D#666666 aLink=3D#ff9900 link=3D#333333 bgColor=3D#ffffff><TABLE ce=
llSpacing=3D0 cellPadding=3D0 width=3D600 align=3Dcenter border=3D0><TBODY=
><TR><TD><P style=3D"MARGIN-BOTTOM: -3px"><IMG src=3Dhttp://us.f1.yahoofs.=
com/users/1e1000e9/bc/friends/__hr_head2.jpg?bcQjy88Aw21hXlDN border=3D0><=
/P></TD></TR><TR><TD bgColor=3D#C0C0C0><DIV align=3Dcenter><B><FONT face=3D=
"Verdana, Arial, Helvetica, sans-serif" color=3D#ffffff size=3D2><font fac=
e=3DArial size=3D2>Representing the top 200 Life Insurance Carriers<br> </=
font></FONT></B><FONT face=3D"Verdana, Arial, Helvetica, sans-serif"><B><B=
R><FONT color=3D#4b4b4b size=3D2>Since 1996, term life insurance rates hav=
e been reduced by as much as 70%</FONT><BR><FONT color=3D#ffffff size=3D2>=
40 year old male - $250,000 - 10 year level term</FONT></B></FONT></DIV><D=
IV align=3Dcenter><B><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" =
color=3D#ffffff size=3D2>As low as $11.00 per month!<br></FONT></B></DIV><=
DIV align=3Dcenter>&nbsp;</DIV><DIV align=3Dcenter>&nbsp;</DIV><TABLE cell=
Spacing=3D0 cellPadding=3D1 width=3D500 align=3Dcenter border=3D0><TBODY><=
TR><TD><P style=3D"MARGIN-TOP: -5px; MARGIN-LEFT: 15px; MARGIN-RIGHT: 10px=
"><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D2>At<B> Term=
Quotes Life Insurance Companies of America, </B>we will survey the top lif=
e insurance companies for you and provide you with the best rates availabl=
e.</FONT><P style=3D"MARGIN-LEFT: 15px; MARGIN-RIGHT: 10px"><FONT face=3D"=
Verdana, Arial, Helvetica, sans-serif" size=3D2>The quote is FREE. There i=
s no obligation to buy. Compare the rates and see for yourself. Fill out t=
his quick form below for further information.</FONT></P></TD><TD><IMG src=3D=
http://us.f1.yahoofs.com/users/1e1000e9/bc/friends/happy+family.jpg?bcQjy8=
8AHJwq64ez border=3D0></TD></TR><TR bgcolor=3D#C0C0C0><TD colSpan=3D2><P s=
tyle=3D"MARGIN-BOTTOM: 10px" align=3Dcenter><FONT face=3D"Verdana, Arial, =
Helvetica, sans-serif" size=3D2>&nbsp;Results of computer survey: <font co=
lor=3D#CC3333>01-02-02</font></FONT><FONT face=3D"Arial, Helvetica, sans-s=
erif" color=3D#000000 size=3D2><BR> </FONT><FONT face=3D"Verdana, Arial, H=
elvetica, sans-serif" size=3D2>&nbsp;Sample Annual Premiums</FONT><FONT fa=
ce=3D"Arial, Helvetica, sans-serif" color=3D#000000 size=3D2><BR> </FONT><=
B><font face=3D"Verdana, Arial, Helvetica, sans-serif" color=3D#CC3333 siz=
e=3D2>&nbsp;" 10 Year Level Premium Term Rates "</font></B></P><DIV align=3D=
center><CENTER><TABLE cellSpacing=3D1 width=3D400 border=3D0><TBODY><TR bg=
color=3D#000000><TD align=3Dmiddle width=3D100><P style=3D"MARGIN-TOP: 3px=
; MARGIN-BOTTOM: 3px" align=3Dcenter><b><font face=3D"Verdana, Arial, Helv=
etica, sans-serif" color=3D#FFFFFF size=3D2>Age</font></b></P></TD><TD ali=
gn=3Dmiddle width=3D100><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><=
b><font face=3D"Verdana, Arial, Helvetica, sans-serif" color=3D#FFFFFF siz=
e=3D2>$250,000</font></b></P></TD><TD align=3Dmiddle width=3D100><P style=3D=
"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><b><font face=3D"Verdana, Arial, Hel=
vetica, sans-serif" color=3D#FFFFFF size=3D2>$500,000</font></b></P></TD><=
TD align=3Dmiddle width=3D100><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: =
3px"><b><font face=3D"Verdana, Arial, Helvetica, sans-serif" color=3D#FFFF=
FF size=3D2>$1,000,000</font></b></P></TD></TR><TR><TD align=3Dmiddle widt=
h=3D100 bgColor=3D#3974AE><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"=
 align=3Dcenter><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" color=
=3D#ffffff size=3D2>35</FONT></P></TD><TD align=3Dmiddle width=3D100 bgCol=
or=3D#6699CC><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><font face=3D=
"Verdana, Arial, Helvetica, sans-serif" color=3D#FFFFFF size=3D2>$115</fon=
t></P></TD><TD align=3Dmiddle width=3D100 bgColor=3D#6699CC><P style=3D"MA=
RGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><FONT face=3D"Verdana, Arial, Helvetica=
, sans-serif" color=3D#ffffff size=3D2>$180</FONT></P></TD><TD align=3Dmid=
dle width=3D100 bgColor=3D#6699CC><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTT=
OM: 3px"><font face=3D"Verdana, Arial, Helvetica, sans-serif" color=3D#FFF=
FFF size=3D2>$300</font></P></TD></TR><TR><TD align=3Dmiddle width=3D100 b=
gColor=3D#3974AE><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px" align=3D=
center><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" color=3D#fffff=
f size=3D2>45</FONT></P></TD><TD align=3Dmiddle width=3D100 bgColor=3D#669=
9CC><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><font face=3D"Verdana=
, Arial, Helvetica, sans-serif" color=3D#FFFFFF size=3D2>$210</font></P></=
TD><TD align=3Dmiddle width=3D100 bgColor=3D#6699CC><P style=3D"MARGIN-TOP=
: 3px; MARGIN-BOTTOM: 3px"><FONT face=3D"Verdana, Arial, Helvetica, sans-s=
erif" color=3D#ffffff size=3D2>$370</FONT></P></TD><TD align=3Dmiddle widt=
h=3D100 bgColor=3D#6699CC><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"=
><font face=3D"Verdana, Arial, Helvetica, sans-serif" color=3D#FFFFFF size=
=3D2>$640</font></P></TD></TR><TR><TD align=3Dmiddle width=3D100 bgColor=3D=
#3974AE><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px" align=3Dcenter><F=
ONT face=3D"Verdana, Arial, Helvetica, sans-serif" color=3D#ffffff size=3D=
2>55</FONT></P></TD><TD align=3Dmiddle width=3D100 bgColor=3D#6699CC><P st=
yle=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><font face=3D"Verdana, Arial, =
Helvetica, sans-serif" color=3D#FFFFFF size=3D2>$475</font></P></TD><TD al=
ign=3Dmiddle width=3D100 bgColor=3D#6699CC><P style=3D"MARGIN-TOP: 3px; MA=
RGIN-BOTTOM: 3px"><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" col=
or=3D#ffffff size=3D2>$880</FONT></P></TD><TD align=3Dmiddle width=3D100 b=
gColor=3D#6699CC><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><font fa=
ce=3D"Verdana, Arial, Helvetica, sans-serif" color=3D#FFFFFF size=3D2>$1,6=
90</font></P></TD></TR><TR><TD align=3Dmiddle width=3D100 bgColor=3D#3974A=
E><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px" align=3Dcenter><FONT fa=
ce=3D"Verdana, Arial, Helvetica, sans-serif" color=3D#ffffff size=3D2>65</=
FONT></P></TD><TD align=3Dmiddle width=3D100 bgColor=3D#6699CC><P style=3D=
"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><font face=3D"Verdana, Arial, Helvet=
ica, sans-serif" color=3D#FFFFFF size=3D2>$1,248</font></P></TD><TD align=3D=
middle width=3D100 bgColor=3D#6699CC><P style=3D"MARGIN-TOP: 3px; MARGIN-B=
OTTOM: 3px"><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" color=3D#=
ffffff size=3D2>$2,425</FONT></P></TD><TD align=3Dmiddle width=3D100 bgCol=
or=3D#6699CC><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><font face=3D=
"Verdana, Arial, Helvetica, sans-serif" color=3D#FFFFFF size=3D2>$4,700</f=
ont></P></TD></TR><TR><TD align=3Dmiddle width=3D100 bgColor=3D#3974AE><P =
style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px" align=3Dcenter><FONT face=3D=
"Verdana, Arial, Helvetica, sans-serif" color=3D#ffffff size=3D2>70</FONT>=
</P></TD><TD align=3Dmiddle width=3D100 bgColor=3D#6699CC><P style=3D"MARG=
IN-TOP: 3px; MARGIN-BOTTOM: 3px"><font face=3D"Verdana, Arial, Helvetica, =
sans-serif" color=3D#FFFFFF size=3D2>$1,898</font></P></TD><TD align=3Dmid=
dle width=3D100 bgColor=3D#6699CC><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTT=
OM: 3px"><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" color=3D#fff=
fff size=3D2>$3,725</FONT></P></TD><TD align=3Dmiddle width=3D100 bgColor=3D=
#6699CC><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><font face=3D"Ver=
dana, Arial, Helvetica, sans-serif" color=3D#FFFFFF size=3D2>$7,380</font>=
</P></TD></TR></TBODY></TABLE></CENTER></DIV><P style=3D"MARGIN-TOP: 4px; =
MARGIN-LEFT: 50px; MARGIN-RIGHT: 50px" align=3Dcenter><FONT face=3D"Verdan=
a, Arial, Helvetica, sans-serif" size=3D1>*Above rates guaranteed to remai=
n level for 10 years.</FONT></P><P style=3D"MARGIN-TOP: -20px; MARGIN-LEFT=
: 50px; MARGIN-RIGHT: 50px" align=3Dcenter><FONT face=3D"Verdana, Arial, H=
elvetica, sans-serif" size=3D1>Rates based on male preferred class 1 non-s=
moker.</FONT></P><P style=3D"MARGIN-TOP: -20px; MARGIN-LEFT: 50px; MARGIN-=
RIGHT: 50px" align=3Dcenter><FONT face=3D"Verdana, Arial, Helvetica, sans-=
serif" size=3D1>Policies are guaranteed renewable to age 95.</FONT></P><P =
style=3D"MARGIN-TOP: -20px; MARGIN-LEFT: 50px; MARGIN-RIGHT: 50px" align=3D=
center><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D1>Polic=
ies with 15, 20, 25 and 30 year level premiums also available.</FONT></P><=
P style=3D"MARGIN-TOP: -20px; MARGIN-LEFT: 50px; MARGIN-RIGHT: 50px" align=
=3Dcenter>&nbsp;</P><P align=3Dcenter><B><FONT face=3D"Arial, Helvetica, s=
ans-serif" color=3D#666666 size=3D4>Attention All Smokers,<BR>you may qual=
ify for special reduced smoker rates!</FONT></B></P><P style=3D"MARGIN-BOT=
TOM: 5px" align=3Dcenter><FONT face=3DArial size=3D2>Universal Life, Secon=
d-to-Die and Estate Planning products also provided.</FONT></P></TD></TR><=
TR><TD colSpan=3D2><DIV align=3Dcenter><CENTER><TABLE height=3D285 cellSpa=
cing=3D0 cellPadding=3D2 width=3D500 border=3D0><TBODY><TR bgcolor=3D#0000=
00><TD vAlign=3Dtop colSpan=3D2 height=3D40><P style=3D"MARGIN-TOP: 10px; =
MARGIN-LEFT: 5px" align=3Dleft><FONT face=3D"Verdana, Arial, Helvetica, sa=
ns-serif" color=3D#ffffff size=3D2><B>Submit This Form for a FREE Term Ins=
urance Quote!</B></FONT></P></TD></TR><TR><TD align=3Dleft width=3D232 bgC=
olor=3D#3974AE><P style=3D"MARGIN-LEFT: 5px"><B><FONT face=3D"Verdana, Ari=
al, Helvetica, sans-serif" size=3D2>Name Insured</FONT>:</B></P></TD><TD a=
lign=3Dleft width=3D260 bgColor=3D#3974AE><P style=3D"MARGIN-TOP: 3px; MAR=
GIN-BOTTOM: 3px"><INPUT size=3D25 name=3DNAME></P></TD></TR><TR><TD align=3D=
left><P style=3D"MARGIN-LEFT: 5px"><B><FONT face=3D"Verdana, Arial, Helvet=
ica, sans-serif" size=3D2>Amount of Coverage:</FONT></B></P></TD><TD align=
=3Dleft><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><SELECT size=3D1 =
name=3DCOVERAGE> <OPTION value=3D$500,000 selected>$500,000 <OPTION value=3D=
$300,000>$300,000 <OPTION value=3D$400,000>$400,000 <OPTION value=3D$500,0=
00>$500,000 <OPTION value=3D$600,000>$600,000 <OPTION value=3D$700,000>$70=
0,000 <OPTION value=3D$800,000>$800,000 <OPTION value=3D$900,000>$900,000 =
<OPTION value=3D$1,000,000>$1,000,000</OPTION> </SELECT></P></TD></TR><TR =
bgcolor=3D#3974AE><TD align=3Dleft><P style=3D"MARGIN-LEFT: 5px"><B><FONT =
face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D2>Date of Birth:</FO=
NT></B></P></TD><TD align=3Dleft><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTO=
M: 3px; MARGIN-RIGHT: -30px"><FONT face=3D"Verdana, Arial, Helvetica, sans=
-serif" size=3D2>Month</FONT> <SELECT name=3DMONTH2> <OPTION value=3D01 se=
lected>01 <OPTION value=3D02>02 <OPTION value=3D03>03 <OPTION value=3D04>0=
4 <OPTION value=3D05>05 <OPTION value=3D06>06 <OPTION value=3D07>07 <OPTIO=
N value=3D08>08 <OPTION value=3D09>09 <OPTION value=3D10>10 <OPTION value=3D=
11>11 <OPTION value=3D12>12</OPTION> </SELECT> &nbsp;<FONT face=3D"Verdana=
, Arial, Helvetica, sans-serif" size=3D2>Day</FONT> <SELECT name=3DDAY2> <=
OPTION value=3D01 selected>01 <OPTION value=3D02>02 <OPTION value=3D03>03 =
<OPTION value=3D04>04 <OPTION value=3D05>05 <OPTION value=3D06>06 <OPTION =
value=3D07>07 <OPTION value=3D08>08 <OPTION value=3D09>09 <OPTION value=3D=
10>10 <OPTION value=3D11>11 <OPTION value=3D12>12 <OPTION value=3D13>13 <O=
PTION value=3D14>14 <OPTION value=3D15>15 <OPTION value=3D16>16 <OPTION va=
lue=3D17>17 <OPTION value=3D18>18 <OPTION value=3D19>19 <OPTION value=3D20=
>20 <OPTION value=3D21>21 <OPTION value=3D22>22 <OPTION value=3D23>23 <OPT=
ION value=3D24>24 <OPTION value=3D25>25 <OPTION value=3D26>26 <OPTION valu=
e=3D27>27 <OPTION value=3D28>28 <OPTION value=3D29>29 <OPTION value=3D30>3=
0 <OPTION value=3D31>31</OPTION> </SELECT> <FONT face=3D"Verdana, Arial, H=
elvetica, sans-serif" size=3D2>Year</FONT><FONT face=3D"Verdana, Arial, He=
lvetica, sans-serif" color=3D#000000 size=3D1> <SELECT name=3Dyear> <OPTIO=
N value=3D"">Year <OPTION value=3DXX selected>Year</OPTION> <OPTION value=3D=
10>1910</OPTION> <OPTION value=3D11>1911</OPTION> <OPTION value=3D12>1912<=
/OPTION> <OPTION value=3D13>1913</OPTION> <OPTION value=3D14>1914</OPTION>=
 <OPTION value=3D15>1915</OPTION> <OPTION value=3D16>1916</OPTION> <OPTION=
 value=3D17>1917</OPTION> <OPTION value=3D18>1918</OPTION> <OPTION value=3D=
19>1919</OPTION> <OPTION value=3D20>1920</OPTION> <OPTION value=3D21>1921<=
/OPTION> <OPTION value=3D22>1922</OPTION> <OPTION value=3D23>1923</OPTION>=
 <OPTION value=3D24>1924</OPTION> <OPTION value=3D25>1925</OPTION> <OPTION=
 value=3D26>1926</OPTION> <OPTION value=3D27>1927</OPTION> <OPTION value=3D=
28>1928</OPTION> <OPTION value=3D29>1929</OPTION> <OPTION value=3D30>1930<=
/OPTION> <OPTION value=3D31>1931</OPTION> <OPTION value=3D32>1932</OPTION>=
 <OPTION value=3D33>1933</OPTION> <OPTION value=3D34>1934</OPTION> <OPTION=
 value=3D35>1935</OPTION> <OPTION value=3D36>1936</OPTION> <OPTION value=3D=
37>1937</OPTION> <OPTION value=3D38>1938</OPTION> <OPTION value=3D39>1939<=
/OPTION> <OPTION value=3D40>1940</OPTION> <OPTION value=3D41>1941</OPTION>=
 <OPTION value=3D42>1942</OPTION> <OPTION value=3D43>1943</OPTION> <OPTION=
 value=3D44>1944</OPTION> <OPTION value=3D45>1945</OPTION> <OPTION value=3D=
46>1946</OPTION> <OPTION value=3D47>1947</OPTION> <OPTION value=3D48>1948<=
/OPTION> <OPTION value=3D49>1949</OPTION> <OPTION value=3D50>1950</OPTION>=
 <OPTION value=3D51>1951</OPTION> <OPTION value=3D52>1952</OPTION> <OPTION=
 value=3D53>1953</OPTION> <OPTION value=3D54>1954</OPTION> <OPTION value=3D=
55>1955</OPTION> <OPTION value=3D56>1956</OPTION> <OPTION value=3D57>1957<=
/OPTION> <OPTION value=3D58>1958</OPTION> <OPTION value=3D59>1959</OPTION>=
 <OPTION value=3D60>1960</OPTION> <OPTION value=3D61>1961</OPTION> <OPTION=
 value=3D62>1962</OPTION> <OPTION value=3D63>1963</OPTION> <OPTION value=3D=
64>1964</OPTION> <OPTION value=3D65>1965</OPTION> <OPTION value=3D66>1966<=
/OPTION> <OPTION value=3D67>1967</OPTION> <OPTION value=3D68>1968</OPTION>=
 <OPTION value=3D69>1969</OPTION> <OPTION value=3D70>1970</OPTION> <OPTION=
 value=3D71>1971</OPTION> <OPTION value=3D72>1972</OPTION> <OPTION value=3D=
73>1973</OPTION> <OPTION value=3D74>1974</OPTION> <OPTION value=3D75>1975<=
/OPTION> <OPTION value=3D76>1976</OPTION> <OPTION value=3D77>1977</OPTION>=
 <OPTION value=3D78>1978</OPTION> <OPTION value=3D79>1979</OPTION> <OPTION=
 value=3D80>1980</OPTION> <OPTION value=3D81>1981</OPTION> <OPTION value=3D=
82>1982</OPTION> <OPTION value=3D83>1983</OPTION> <OPTION value=3D84>1984<=
/OPTION> <OPTION value=3D85>1985</OPTION> <OPTION value=3D86>1986</OPTION>=
 <OPTION value=3D87>1987</OPTION> <OPTION value=3D88>1988</OPTION> <OPTION=
 value=3D89>1989</OPTION> <OPTION value=3D90>1990</OPTION> <OPTION value=3D=
91>1991</OPTION> <OPTION value=3D92>1992</OPTION> <OPTION value=3D93>1993<=
/OPTION> <OPTION value=3D94>1994</OPTION> <OPTION value=3D95>1995</OPTION>=
 <OPTION value=3D96>1996</OPTION> <OPTION value=3D97>1997</OPTION> <OPTION=
 value=3D98>1998</OPTION> <OPTION value=3D99>1999</OPTION> <OPTION value=3D=
00>2000</OPTION> </SELECT></FONT></P></TD></TR><TR><TD align=3Dleft><P sty=
le=3D"MARGIN-LEFT: 5px"><B><FONT face=3D"Verdana, Arial, Helvetica, sans-s=
erif" size=3D2>Sex:</FONT></B></P></TD><TD align=3Dleft><P style=3D"MARGIN=
-TOP: 3px; MARGIN-BOTTOM: 3px"><FONT face=3D"Verdana, Arial, Helvetica, sa=
ns-serif" size=3D2>Male</FONT> <INPUT type=3Dradio value=3Dmale name=3DSEX=
1> <FONT face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D2>Female</F=
ONT> <INPUT type=3Dradio value=3Dfemale name=3DSEX1></P></TD></TR><TR bgco=
lor=3D#3974AE><TD align=3Dleft><DIV align=3Dleft><P style=3D"MARGIN-LEFT: =
5px"><B><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D2>Heig=
ht:</FONT></B></P></DIV></TD><TD align=3Dleft><P style=3D"MARGIN-TOP: 3px;=
 MARGIN-BOTTOM: 3px"><SELECT name=3Dheightft> <OPTION value=3D"" selected>=
Feet <OPTION value=3D3>3 Feet</OPTION> <OPTION value=3D4>4 Feet</OPTION> <=
OPTION value=3D5>5 Feet</OPTION> <OPTION value=3D6>6 Feet</OPTION> <OPTION=
 value=3D7>7 Feet</OPTION> <OPTION value=3D8>8 Feet</OPTION> </SELECT> <SE=
LECT name=3Dheightin> <OPTION value=3D"" selected>Inches <OPTION value=3D0=
>0 Inches</OPTION> <OPTION value=3D1>1 Inches</OPTION> <OPTION value=3D2>2=
 Inches</OPTION> <OPTION value=3D3>3 Inches</OPTION> <OPTION value=3D4>4 I=
nches</OPTION> <OPTION value=3D5>5 Inches</OPTION> <OPTION value=3D6>6 Inc=
hes</OPTION> <OPTION value=3D7>7 Inches</OPTION> <OPTION value=3D8>8 Inche=
s</OPTION> <OPTION value=3D9>9 Inches</OPTION> <OPTION value=3D10>10 Inche=
s</OPTION> <OPTION value=3D11>11 Inches</OPTION> </SELECT></P></TD></TR><T=
R><TD align=3Dleft><DIV align=3Dleft><P style=3D"MARGIN-LEFT: 5px"><B><FON=
T face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D2>Weight:</FONT></=
B></P></DIV></TD><TD align=3Dleft><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTT=
OM: 3px"><SELECT name=3Dweight> <OPTION value=3D"" selected>Please Select =
Your Weight</OPTION> <OPTION value=3D79>Under 80 lbs.</OPTION> <OPTION val=
ue=3D80>80 lbs.</OPTION> <OPTION value=3D81>81 lbs.</OPTION> <OPTION value=
=3D82>82 lbs.</OPTION> <OPTION value=3D83>83 lbs.</OPTION> <OPTION value=3D=
84>84 lbs.</OPTION> <OPTION value=3D85>85 lbs.</OPTION> <OPTION value=3D86=
>86 lbs.</OPTION> <OPTION value=3D87>87 lbs.</OPTION> <OPTION value=3D88>8=
8 lbs.</OPTION> <OPTION value=3D89>89 lbs.</OPTION> <OPTION value=3D90>90 =
lbs.</OPTION> <OPTION value=3D91>91 lbs.</OPTION> <OPTION value=3D92>92 lb=
s.</OPTION> <OPTION value=3D93>93 lbs.</OPTION> <OPTION value=3D94>94 lbs.=
</OPTION> <OPTION value=3D95>95 lbs.</OPTION> <OPTION value=3D96>96 lbs.</=
OPTION> <OPTION value=3D97>97 lbs.</OPTION> <OPTION value=3D98>98 lbs.</OP=
TION> <OPTION value=3D99>99 lbs.</OPTION> <OPTION value=3D100>100 lbs.</OP=
TION> <OPTION value=3D101>101 lbs.</OPTION> <OPTION value=3D102>102 lbs.</=
OPTION> <OPTION value=3D103>103 lbs.</OPTION> <OPTION value=3D104>104 lbs.=
</OPTION> <OPTION value=3D105>105 lbs.</OPTION> <OPTION value=3D106>106 lb=
s.</OPTION> <OPTION value=3D107>107 lbs.</OPTION> <OPTION value=3D108>108 =
lbs.</OPTION> <OPTION value=3D109>109 lbs.</OPTION> <OPTION value=3D110>11=
0 lbs.</OPTION> <OPTION value=3D111>111 lbs.</OPTION> <OPTION value=3D112>=
112 lbs.</OPTION> <OPTION value=3D113>113 lbs.</OPTION> <OPTION value=3D11=
4>114 lbs.</OPTION> <OPTION value=3D115>115 lbs.</OPTION> <OPTION value=3D=
116>116 lbs.</OPTION> <OPTION value=3D117>117 lbs.</OPTION> <OPTION value=3D=
118>118 lbs.</OPTION> <OPTION value=3D119>119 lbs.</OPTION> <OPTION value=3D=
120>120 lbs.</OPTION> <OPTION value=3D121>121 lbs.</OPTION> <OPTION value=3D=
122>122 lbs.</OPTION> <OPTION value=3D123>123 lbs.</OPTION> <OPTION value=3D=
124>124 lbs.</OPTION> <OPTION value=3D125>125 lbs.</OPTION> <OPTION value=3D=
126>126 lbs.</OPTION> <OPTION value=3D127>127 lbs.</OPTION> <OPTION value=3D=
128>128 lbs.</OPTION> <OPTION value=3D129>129 lbs.</OPTION> <OPTION value=3D=
130>130 lbs.</OPTION> <OPTION value=3D131>131 lbs.</OPTION> <OPTION value=3D=
132>132 lbs.</OPTION> <OPTION value=3D133>133 lbs.</OPTION> <OPTION value=3D=
134>134 lbs.</OPTION> <OPTION value=3D135>135 lbs.</OPTION> <OPTION value=3D=
136>136 lbs.</OPTION> <OPTION value=3D137>137 lbs.</OPTION> <OPTION value=3D=
138>138 lbs.</OPTION> <OPTION value=3D139>139 lbs.</OPTION> <OPTION value=3D=
140>140 lbs.</OPTION> <OPTION value=3D141>141 lbs.</OPTION> <OPTION value=3D=
142>142 lbs.</OPTION> <OPTION value=3D143>143 lbs.</OPTION> <OPTION value=3D=
144>144 lbs.</OPTION> <OPTION value=3D145>145 lbs.</OPTION> <OPTION value=3D=
146>146 lbs.</OPTION> <OPTION value=3D147>147 lbs.</OPTION> <OPTION value=3D=
148>148 lbs.</OPTION> <OPTION value=3D149>149 lbs.</OPTION> <OPTION value=3D=
150>150 lbs.</OPTION> <OPTION value=3D151>151 lbs.</OPTION> <OPTION value=3D=
152>152 lbs.</OPTION> <OPTION value=3D153>153 lbs.</OPTION> <OPTION value=3D=
154>154 lbs.</OPTION> <OPTION value=3D155>155 lbs.</OPTION> <OPTION value=3D=
156>156 lbs.</OPTION> <OPTION value=3D157>157 lbs.</OPTION> <OPTION value=3D=
158>158 lbs.</OPTION> <OPTION value=3D159>159 lbs.</OPTION> <OPTION value=3D=
160>160 lbs.</OPTION> <OPTION value=3D161>161 lbs.</OPTION> <OPTION value=3D=
162>162 lbs.</OPTION> <OPTION value=3D163>163 lbs.</OPTION> <OPTION value=3D=
164>164 lbs.</OPTION> <OPTION value=3D165>165 lbs.</OPTION> <OPTION value=3D=
166>166 lbs.</OPTION> <OPTION value=3D167>167 lbs.</OPTION> <OPTION value=3D=
168>168 lbs.</OPTION> <OPTION value=3D169>169 lbs.</OPTION> <OPTION value=3D=
170>170 lbs.</OPTION> <OPTION value=3D171>171 lbs.</OPTION> <OPTION value=3D=
172>172 lbs.</OPTION> <OPTION value=3D173>173 lbs.</OPTION> <OPTION value=3D=
174>174 lbs.</OPTION> <OPTION value=3D175>175 lbs.</OPTION> <OPTION value=3D=
176>176 lbs.</OPTION> <OPTION value=3D177>177 lbs.</OPTION> <OPTION value=3D=
178>178 lbs.</OPTION> <OPTION value=3D179>179 lbs.</OPTION> <OPTION value=3D=
180>180 lbs.</OPTION> <OPTION value=3D181>181 lbs.</OPTION> <OPTION value=3D=
182>182 lbs.</OPTION> <OPTION value=3D183>183 lbs.</OPTION> <OPTION value=3D=
184>184 lbs.</OPTION> <OPTION value=3D185>185 lbs.</OPTION> <OPTION value=3D=
186>186 lbs.</OPTION> <OPTION value=3D187>187 lbs.</OPTION> <OPTION value=3D=
188>188 lbs.</OPTION> <OPTION value=3D189>189 lbs.</OPTION> <OPTION value=3D=
190>190 lbs.</OPTION> <OPTION value=3D191>191 lbs.</OPTION> <OPTION value=3D=
192>192 lbs.</OPTION> <OPTION value=3D193>193 lbs.</OPTION> <OPTION value=3D=
194>194 lbs.</OPTION> <OPTION value=3D195>195 lbs.</OPTION> <OPTION value=3D=
196>196 lbs.</OPTION> <OPTION value=3D197>197 lbs.</OPTION> <OPTION value=3D=
198>198 lbs.</OPTION> <OPTION value=3D199>199 lbs.</OPTION> <OPTION value=3D=
200>200 lbs.</OPTION> <OPTION value=3D201>201 lbs.</OPTION> <OPTION value=3D=
202>202 lbs.</OPTION> <OPTION value=3D203>203 lbs.</OPTION> <OPTION value=3D=
204>204 lbs.</OPTION> <OPTION value=3D205>205 lbs.</OPTION> <OPTION value=3D=
206>206 lbs.</OPTION> <OPTION value=3D207>207 lbs.</OPTION> <OPTION value=3D=
208>208 lbs.</OPTION> <OPTION value=3D209>209 lbs.</OPTION> <OPTION value=3D=
210>210 lbs.</OPTION> <OPTION value=3D211>211 lbs.</OPTION> <OPTION value=3D=
212>212 lbs.</OPTION> <OPTION value=3D213>213 lbs.</OPTION> <OPTION value=3D=
214>214 lbs.</OPTION> <OPTION value=3D215>215 lbs.</OPTION> <OPTION value=3D=
216>216 lbs.</OPTION> <OPTION value=3D217>217 lbs.</OPTION> <OPTION value=3D=
218>218 lbs.</OPTION> <OPTION value=3D219>219 lbs.</OPTION> <OPTION value=3D=
220>220 lbs.</OPTION> <OPTION value=3D221>221 lbs.</OPTION> <OPTION value=3D=
222>222 lbs.</OPTION> <OPTION value=3D223>223 lbs.</OPTION> <OPTION value=3D=
224>224 lbs.</OPTION> <OPTION value=3D225>225 lbs.</OPTION> <OPTION value=3D=
226>226 lbs.</OPTION> <OPTION value=3D227>227 lbs.</OPTION> <OPTION value=3D=
228>228 lbs.</OPTION> <OPTION value=3D229>229 lbs.</OPTION> <OPTION value=3D=
230>230 lbs.</OPTION> <OPTION value=3D231>231 lbs.</OPTION> <OPTION value=3D=
232>232 lbs.</OPTION> <OPTION value=3D233>233 lbs.</OPTION> <OPTION value=3D=
234>234 lbs.</OPTION> <OPTION value=3D235>235 lbs.</OPTION> <OPTION value=3D=
236>236 lbs.</OPTION> <OPTION value=3D237>237 lbs.</OPTION> <OPTION value=3D=
238>238 lbs.</OPTION> <OPTION value=3D239>239 lbs.</OPTION> <OPTION value=3D=
240>240 lbs.</OPTION> <OPTION value=3D241>241 lbs.</OPTION> <OPTION value=3D=
242>242 lbs.</OPTION> <OPTION value=3D243>243 lbs.</OPTION> <OPTION value=3D=
244>244 lbs.</OPTION> <OPTION value=3D245>245 lbs.</OPTION> <OPTION value=3D=
246>246 lbs.</OPTION> <OPTION value=3D247>247 lbs.</OPTION> <OPTION value=3D=
248>248 lbs.</OPTION> <OPTION value=3D249>249 lbs.</OPTION> <OPTION value=3D=
250>250 lbs.</OPTION> <OPTION value=3D251>251 lbs.</OPTION> <OPTION value=3D=
252>252 lbs.</OPTION> <OPTION value=3D253>253 lbs.</OPTION> <OPTION value=3D=
254>254 lbs.</OPTION> <OPTION value=3D255>255 lbs.</OPTION> <OPTION value=3D=
256>256 lbs.</OPTION> <OPTION value=3D257>257 lbs.</OPTION> <OPTION value=3D=
258>258 lbs.</OPTION> <OPTION value=3D259>259 lbs.</OPTION> <OPTION value=3D=
260>260 lbs.</OPTION> <OPTION value=3D261>261 lbs.</OPTION> <OPTION value=3D=
262>262 lbs.</OPTION> <OPTION value=3D263>263 lbs.</OPTION> <OPTION value=3D=
264>264 lbs.</OPTION> <OPTION value=3D265>265 lbs.</OPTION> <OPTION value=3D=
266>266 lbs.</OPTION> <OPTION value=3D267>267 lbs.</OPTION> <OPTION value=3D=
268>268 lbs.</OPTION> <OPTION value=3D269>269 lbs.</OPTION> <OPTION value=3D=
270>270 lbs.</OPTION> <OPTION value=3D271>271 lbs.</OPTION> <OPTION value=3D=
272>272 lbs.</OPTION> <OPTION value=3D273>273 lbs.</OPTION> <OPTION value=3D=
274>274 lbs.</OPTION> <OPTION value=3D275>275 lbs.</OPTION> <OPTION value=3D=
276>276 lbs.</OPTION> <OPTION value=3D277>277 lbs.</OPTION> <OPTION value=3D=
278>278 lbs.</OPTION> <OPTION value=3D279>279 lbs.</OPTION> <OPTION value=3D=
280>280 lbs.</OPTION> <OPTION value=3D281>281 lbs.</OPTION> <OPTION value=3D=
282>282 lbs.</OPTION> <OPTION value=3D283>283 lbs.</OPTION> <OPTION value=3D=
284>284 lbs.</OPTION> <OPTION value=3D285>285 lbs.</OPTION> <OPTION value=3D=
286>286 lbs.</OPTION> <OPTION value=3D287>287 lbs.</OPTION> <OPTION value=3D=
288>288 lbs.</OPTION> <OPTION value=3D289>289 lbs.</OPTION> <OPTION value=3D=
290>290 lbs.</OPTION> <OPTION value=3D291>291 lbs.</OPTION> <OPTION value=3D=
292>292 lbs.</OPTION> <OPTION value=3D293>293 lbs.</OPTION> <OPTION value=3D=
294>294 lbs.</OPTION> <OPTION value=3D295>295 lbs.</OPTION> <OPTION value=3D=
296>296 lbs.</OPTION> <OPTION value=3D297>297 lbs.</OPTION> <OPTION value=3D=
298>298 lbs.</OPTION> <OPTION value=3D299>299 lbs.</OPTION> <OPTION value=3D=
300>300 lbs.</OPTION> <OPTION value=3D301>301 lbs.</OPTION> <OPTION value=3D=
302>302 lbs.</OPTION> <OPTION value=3D303>303 lbs.</OPTION> <OPTION value=3D=
304>304 lbs.</OPTION> <OPTION value=3D305>305 lbs.</OPTION> <OPTION value=3D=
306>306 lbs.</OPTION> <OPTION value=3D307>307 lbs.</OPTION> <OPTION value=3D=
308>308 lbs.</OPTION> <OPTION value=3D309>309 lbs.</OPTION> <OPTION value=3D=
310>310 lbs.</OPTION> <OPTION value=3D311>311 lbs.</OPTION> <OPTION value=3D=
312>312 lbs.</OPTION> <OPTION value=3D313>313 lbs.</OPTION> <OPTION value=3D=
314>314 lbs.</OPTION> <OPTION value=3D315>315 lbs.</OPTION> <OPTION value=3D=
316>316 lbs.</OPTION> <OPTION value=3D317>317 lbs.</OPTION> <OPTION value=3D=
318>318 lbs.</OPTION> <OPTION value=3D319>319 lbs.</OPTION> <OPTION value=3D=
320>320 lbs.</OPTION> <OPTION value=3D321>321 lbs.</OPTION> <OPTION value=3D=
322>322 lbs.</OPTION> <OPTION value=3D323>323 lbs.</OPTION> <OPTION value=3D=
324>324 lbs.</OPTION> <OPTION value=3D325>325 lbs.</OPTION> <OPTION value=3D=
326>326 lbs.</OPTION> <OPTION value=3D327>327 lbs.</OPTION> <OPTION value=3D=
328>328 lbs.</OPTION> <OPTION value=3D329>329 lbs.</OPTION> <OPTION value=3D=
330>330 lbs.</OPTION> <OPTION value=3D331>331 lbs.</OPTION> <OPTION value=3D=
332>332 lbs.</OPTION> <OPTION value=3D333>333 lbs.</OPTION> <OPTION value=3D=
334>334 lbs.</OPTION> <OPTION value=3D335>335 lbs.</OPTION> <OPTION value=3D=
336>336 lbs.</OPTION> <OPTION value=3D337>337 lbs.</OPTION> <OPTION value=3D=
338>338 lbs.</OPTION> <OPTION value=3D339>339 lbs.</OPTION> <OPTION value=3D=
340>340 lbs.</OPTION> <OPTION value=3D341>341 lbs.</OPTION> <OPTION value=3D=
342>342 lbs.</OPTION> <OPTION value=3D343>343 lbs.</OPTION> <OPTION value=3D=
344>344 lbs.</OPTION> <OPTION value=3D345>345 lbs.</OPTION> <OPTION value=3D=
346>346 lbs.</OPTION> <OPTION value=3D347>347 lbs.</OPTION> <OPTION value=3D=
348>348 lbs.</OPTION> <OPTION value=3D349>349 lbs.</OPTION> <OPTION value=3D=
350>350 lbs.</OPTION> <OPTION value=3D351>351 lbs.</OPTION> <OPTION value=3D=
352>352 lbs.</OPTION> <OPTION value=3D353>353 lbs.</OPTION> <OPTION value=3D=
354>354 lbs.</OPTION> <OPTION value=3D355>355 lbs.</OPTION> <OPTION value=3D=
356>356 lbs.</OPTION> <OPTION value=3D357>357 lbs.</OPTION> <OPTION value=3D=
358>358 lbs.</OPTION> <OPTION value=3D359>359 lbs.</OPTION> <OPTION value=3D=
360>360 lbs.</OPTION> <OPTION value=3D361>361 lbs.</OPTION> <OPTION value=3D=
362>362 lbs.</OPTION> <OPTION value=3D363>363 lbs.</OPTION> <OPTION value=3D=
364>364 lbs.</OPTION> <OPTION value=3D365>365 lbs.</OPTION> <OPTION value=3D=
366>366 lbs.</OPTION> <OPTION value=3D367>367 lbs.</OPTION> <OPTION value=3D=
368>368 lbs.</OPTION> <OPTION value=3D369>369 lbs.</OPTION> <OPTION value=3D=
370>370 lbs.</OPTION> <OPTION value=3D371>371 lbs.</OPTION> <OPTION value=3D=
372>372 lbs.</OPTION> <OPTION value=3D373>373 lbs.</OPTION> <OPTION value=3D=
374>374 lbs.</OPTION> <OPTION value=3D375>375 lbs.</OPTION> <OPTION value=3D=
376>376 lbs.</OPTION> <OPTION value=3D377>377 lbs.</OPTION> <OPTION value=3D=
378>378 lbs.</OPTION> <OPTION value=3D379>379 lbs.</OPTION> <OPTION value=3D=
380>380 lbs.</OPTION> <OPTION value=3D381>Over 380 lbs.</OPTION> </SELECT>=
</P></TD></TR><TR bgcolor=3D#3974AE><TD align=3Dleft><P style=3D"MARGIN-LE=
FT: 5px"><B><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D2>=
Occupation:</FONT></B></P></TD><TD align=3Dleft><P style=3D"MARGIN-TOP: 3p=
x; MARGIN-BOTTOM: 3px"><INPUT size=3D37 name=3DOCCUPATION1></P></TD></TR><=
TR><TD align=3Dleft colSpan=3D2><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM=
: 3px; MARGIN-LEFT: 5px"><B><FONT face=3D"Verdana, Arial, Helvetica, sans-=
serif" size=3D2>Have You Ever Had:</FONT></B></P></TD></TR><TR><TD align=3D=
left><P style=3D"MARGIN-LEFT: 5px">&nbsp;&nbsp;&nbsp;&nbsp; <FONT face=3D"=
Verdana, Arial, Helvetica, sans-serif" size=3D2>High Blood Pressure:</FONT=
>:</P></TD><TD align=3Dleft><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3p=
x"><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D2>Yes</FONT=
> <INPUT type=3Dradio value=3Dyes name=3DHIGH_BLOOD_PRESSURE1> <FONT face=3D=
"Verdana, Arial, Helvetica, sans-serif" size=3D2>No</FONT> <INPUT type=3Dr=
adio CHECKED value=3Dno name=3DHIGH_BLOOD_PRESSURE1></P></TD></TR><TR><TD =
align=3Dleft><P style=3D"MARGIN-LEFT: 5px">&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D2>Heart Attack or St=
roke:</FONT></P></TD><TD align=3Dleft><P style=3D"MARGIN-TOP: 3px; MARGIN-=
BOTTOM: 3px"><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D2=
>Yes</FONT> <INPUT type=3Dradio value=3Dyes name=3DHEART_ATTACK_OR_STROKE1=
> <FONT face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D2>No</FONT> =
<INPUT type=3Dradio CHECKED value=3Dno name=3DHEART_ATTACK_OR_STROKE1></P>=
</TD></TR><TR><TD align=3Dleft><P style=3D"MARGIN-LEFT: 5px">&nbsp;&nbsp;&=
nbsp;&nbsp; <FONT face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D2>=
Cancer:</FONT></P></TD><TD align=3Dleft><P style=3D"MARGIN-TOP: 3px; MARGI=
N-BOTTOM: 3px"><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D=
2>Yes</FONT> <INPUT type=3Dradio value=3Dyes name=3DCANCER1> <FONT face=3D=
"Verdana, Arial, Helvetica, sans-serif" size=3D2>No</FONT> <INPUT type=3Dr=
adio CHECKED value=3Dno name=3DCANCER1></P></TD></TR><TR><TD align=3Dleft>=
<P style=3D"MARGIN-LEFT: 5px">&nbsp;&nbsp;&nbsp;&nbsp; <FONT face=3D"Verda=
na, Arial, Helvetica, sans-serif" size=3D2>Diabetes:</FONT></P></TD><TD al=
ign=3Dleft><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><FONT face=3D"=
Verdana, Arial, Helvetica, sans-serif" size=3D2>Yes</FONT> <INPUT type=3Dr=
adio value=3Dyes name=3DDIABETES1> <FONT face=3D"Verdana, Arial, Helvetica=
, sans-serif" size=3D2>No</FONT> <INPUT type=3Dradio CHECKED value=3Dno na=
me=3DDIABETES1></P></TD></TR><TR><TD align=3Dleft><P style=3D"MARGIN-LEFT:=
 5px; MARGIN-RIGHT: 5px">&nbsp; &nbsp;&nbsp; <FONT face=3D"Verdana, Arial,=
 Helvetica, sans-serif" size=3D2>Smoked Within the</FONT></P><P style=3D"M=
ARGIN: -23px 5px 3px 22px">&nbsp;<FONT face=3D"Verdana, Arial, Helvetica, =
sans-serif" size=3D2>Last 12 months:</FONT></P></TD><TD align=3Dleft><P st=
yle=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><FONT face=3D"Verdana, Arial, =
Helvetica, sans-serif" size=3D2>Yes</FONT> <INPUT type=3Dradio value=3Dyes=
 name=3DSMOKE_LAST_12_MO1> <FONT face=3D"Verdana, Arial, Helvetica, sans-s=
erif" size=3D2>No</FONT> <INPUT type=3Dradio CHECKED value=3Dno name=3DSMO=
KE_LAST_12_MO1></P></TD></TR><TR bgcolor=3D#3974AE><TD align=3Dleft><P sty=
le=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px; MARGIN-LEFT: 5px"><FONT face=3D=
"Verdana, Arial, Helvetica, sans-serif" size=3D2><B>Person Completing Requ=
est:</B>&nbsp;</FONT></P></TD><TD align=3Dleft><P style=3D"MARGIN-TOP: 3px=
; MARGIN-BOTTOM: 3px"><INPUT size=3D39 value=3D" - Same As Above -" name=3D=
PERSON_COMPLETING_REQUEST></P></TD></TR><TR><TD align=3Dleft><P style=3D"M=
ARGIN-LEFT: 5px"><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" size=
=3D2><B>Mailing Address:</B></FONT><P style=3D"MARGIN-LEFT: 5px">&nbsp;</P=
><P style=3D"MARGIN-LEFT: 5px">&nbsp;</P></TD><TD align=3Dleft><P style=3D=
"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><TEXTAREA name=3DSTREET rows=3D4 col=
s=3D35></TEXTAREA></P></TD></TR><TR bgcolor=3D#3974AE><TD align=3Dleft><P =
style=3D"MARGIN-LEFT: 5px"><FONT face=3D"Verdana, Arial, Helvetica, sans-s=
erif" size=3D2><B>City:</B></FONT></P></TD><TD align=3Dleft><P style=3D"MA=
RGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><INPUT size=3D28 name=3DCITY> &nbsp;</P=
></TD></TR><TR><TD align=3Dleft><P style=3D"MARGIN-LEFT: 5px"><FONT face=3D=
"Verdana, Arial, Helvetica, sans-serif" size=3D2><B>State:</B></FONT></P><=
/TD><TD align=3Dleft><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><FON=
T color=3D#000000><SELECT name=3Dstate> <OPTION value=3D"" selected>Select=
 A State</OPTION> <OPTION value=3DAL>Alabama</OPTION> <OPTION value=3DAK>A=
laska</OPTION> <OPTION value=3DAZ>Arizona</OPTION> <OPTION value=3DAR>Arka=
nsas</OPTION> <OPTION value=3DCA>California</OPTION> <OPTION value=3DCO>Co=
lorado</OPTION> <OPTION value=3DCT>Connecticut</OPTION> <OPTION value=3DDE=
>Delaware</OPTION> <OPTION value=3DDC>Dist. of Columbia</OPTION> <OPTION v=
alue=3DFL>Florida</OPTION> <OPTION value=3DGA>Georgia</OPTION> <OPTION val=
ue=3DHI>Hawaii</OPTION> <OPTION value=3DID>Idaho</OPTION> <OPTION value=3D=
IL>Illinois</OPTION> <OPTION value=3DIN>Indiana</OPTION> <OPTION value=3DI=
A>Iowa</OPTION> <OPTION value=3DKS>Kansas</OPTION> <OPTION value=3DKY>Kent=
ucky</OPTION> <OPTION value=3DLA>Louisiana</OPTION> <OPTION value=3DME>Mai=
ne</OPTION> <OPTION value=3DMD>Maryland</OPTION> <OPTION value=3DMA>Massac=
husetts</OPTION> <OPTION value=3DMI>Michigan</OPTION> <OPTION value=3DMN>M=
innesota</OPTION> <OPTION value=3DMS>Mississippi</OPTION> <OPTION value=3D=
MO>Missouri</OPTION> <OPTION value=3DMT>Montana</OPTION> <OPTION value=3DN=
E>Nebraska</OPTION> <OPTION value=3DNV>Nevada</OPTION> <OPTION value=3DNH>=
New Hampshire</OPTION> <OPTION value=3DNJ>NewJersey</OPTION> <OPTION value=
=3DNM>New Mexico</OPTION> <OPTION value=3DNY>New York</OPTION> <OPTION val=
ue=3DNC>North Carolina</OPTION> <OPTION value=3DND>North Dakota</OPTION> <=
OPTION value=3DOH>Ohio</OPTION> <OPTION value=3DOK>Oklahoma</OPTION> <OPTI=
ON value=3DOR>Oregon</OPTION> <OPTION value=3DPA>Pennsylvania</OPTION> <OP=
TION value=3DRI>Rhode Island</OPTION> <OPTION value=3DSC>South Carolina</O=
PTION> <OPTION value=3DSD>South Dakota</OPTION> <OPTION value=3DTN>Tenness=
ee</OPTION> <OPTION value=3DTX>Texas</OPTION> <OPTION value=3DUT>Utah</OPT=
ION> <OPTION value=3DVT>Vermont</OPTION> <OPTION value=3DVA>Virginia</OPTI=
ON> <OPTION value=3DWA>Washington</OPTION> <OPTION value=3DWV>West Virgini=
a</OPTION> <OPTION value=3DWI>Wisconsin</OPTION> <OPTION value=3DWY>Wyomin=
g</OPTION> </SELECT></FONT></P></TD></TR><TR bgcolor=3D#3974AE><TD align=3D=
left><P style=3D"MARGIN-LEFT: 5px"><FONT face=3D"Verdana, Arial, Helvetica=
, sans-serif" size=3D2><B>Zip Code:</B></FONT></P></TD><TD align=3Dleft><P=
 style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><INPUT size=3D11 name=3DZIP=
></P></TD></TR><TR><TD align=3Dleft><P style=3D"MARGIN-LEFT: 5px"><FONT fa=
ce=3D"Verdana, Arial, Helvetica, sans-serif" size=3D2><B>Daytime Phone:</B=
></FONT></P></TD><TD align=3Dleft><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTT=
OM: 3px"><INPUT size=3D22 name=3DDAY-PHONE></P></TD></TR><TR bgcolor=3D#39=
74AE><TD align=3Dleft><P style=3D"MARGIN-LEFT: 5px"><FONT face=3D"Verdana,=
 Arial, Helvetica, sans-serif" size=3D2><B>Evening Phone:</B></FONT></P></=
TD><TD align=3Dleft><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><INPU=
T size=3D22 name=3DEVE-PHONE></P></TD></TR><TR><TD align=3Dleft><P style=3D=
"MARGIN-LEFT: 5px"><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" si=
ze=3D2><B>Email Address:</B></FONT></P></TD><TD align=3Dleft><P style=3D"M=
ARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><INPUT maxLength=3D50 size=3D35 name=3D=
email></P></TD></TR><TR bgcolor=3D#3974AE><TD align=3Dleft><DIV align=3Dle=
ft><P style=3D"MARGIN-LEFT: 5px"><FONT face=3D"Verdana, Arial, Helvetica, =
sans-serif" size=3D2><B>Best Time to Contact:</B></FONT></P></DIV></TD><TD=
 align=3Dleft><P style=3D"MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px"><FONT color=
=3D#000000><SELECT tabIndex=3D1 size=3D1 name=3Dbesttime> <OPTION value=3D=
Anytime selected>Anytime</OPTION> <OPTION value=3D"Morning (8:00 am - 10:0=
0 am)">Morning (8:00 am - 10:00 am)</OPTION> <OPTION value=3D"Morning (10:=
00 am - 12:00 pm)">Morning (10:00 am - 12:00 pm)</OPTION> <OPTION value=3D=
"Afternoon (12:00 pm - 2:00 pm)">Afternoon (12:00 PM - 2:00 PM)</OPTION> <=
OPTION value=3D"Afternoon (2:00 pm - 4:00 pm)">Afternoon (2:00 PM - 4:00 P=
M)</OPTION> <OPTION value=3D"Afternoon (4:00 pm - 6:00 pm)">Afternoon (4:0=
0 PM - 6:00 PM)</OPTION> <OPTION value=3D"Evening (6:00 pm - 8:00 pm)">Eve=
ning (6:00 PM - 8:00 PM)</OPTION> </SELECT></FONT></P></TD></TR><TR><TD vA=
lign=3Dtop align=3Dleft height=3D41></TD><TD vAlign=3Dtop align=3Dleft hei=
ght=3D41><P style=3D"MARGIN-TOP: 6px"><FONT face=3D"Verdana, Arial, Helvet=
ica, sans-serif"><BASEFONT size=3D2><INPUT type=3Dimage src=3Dhttp://us.f1=
.yahoofs.com/users/1e1000e9/bc/friends/btn-submit.gif?bcQjy88Az.L4t4he bor=
der=3D0 name=3Dsubmit></FONT></P></TD></TR><TR><TD colSpan=3D2 height=3D5>=
</TD></TR></TBODY></TABLE></CENTER></DIV><P align=3Dcenter><b><font size=3D=
2>When you click submit it may start your spell check, so please click &qu=
ot;Ignore&quot; if it does.</font></b></P></TD></TR></TBODY></TABLE></TD><=
/TR></TBODY></TABLE><DIV align=3Dcenter><CENTER><TABLE cellSpacing=3D0 cel=
lPadding=3D0 width=3D600 bgColor=3D#666666 border=3D0><TBODY><TR><TD bgCol=
or=3D#000000>&nbsp;</TD></TR></TBODY></TABLE></CENTER></DIV></form><div al=
ign=3Dcenter><center><table border=3D1 style=3D"border-collapse: collapse"=
 width=3D260 id=3DAutoNumber1 height=3D111 cellspacing=3D0 cellpadding=3D0=
 bgcolor=3D#000000><tr><td width=3D100% align=3Dcenter height=3D22><font s=
ize=3D1 color=3D#FFFFFF>YOUR INTERNET ADVERTISING Copyright=FFFFFFA91999-2=
002. All Rights Reserved</font></td></tr><tr><td width=3D100% height=3D16>=
<p align=3Dcenter><font face=3DArial size=3D4 color=3D#91DF6A>This could b=
e your ad!</font></td></tr><tr><td width=3D100% height=3D11><p align=3Dcen=
ter><font color=3D#cc0000 size=3D2 face=3DArial><a style=3D"color: #008080=
" href=3D"mailto:lIIIlllIIlllllll@excite.com?subject=3DDirect Marketing In=
quiry">Email Us</a>&nbsp;for free quotes and consultations.</font></td></t=
r><tr><td width=3D100% height=3D9><p align=3Dcenter><font color=3D#FFFFFF>=
<span style=3D"font-size: 10.0pt; font-family: Times New Roman; font-style=
: italic">If you think, that you will not benefit from this correspondence=
, please </span><span style=3D"font-family: Times New Roman; font-style: i=
talic"><font size=3D2>reply with =FFFFFF93remove key=FFFFFF94 as the subje=
ct matter.</font></span></font></td></tr></table></center></div></BODY></H=
TML>




From eopl-teachers-request Mon Apr  1 04:53:35 2002
Return-Path: <eopl-teachers-request>
Received: from airbusiness.www.airbusiness.co.kr ([203.233.214.35])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g319rIE11379;
	Mon, 1 Apr 2002 04:53:19 -0500 (EST)
Received: from mail1.kali.com.cn (0-2pool85-110.nas2.los-angeles1.ca.us.da.qwest.net [63.233.85.110]) by airbusiness.www.airbusiness.co.kr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3)
	id 2CG0V678; Mon, 1 Apr 2002 18:33:35 +0900
Message-ID: <000037283df6$0000637e$000076a3@smtp.Post.sk>
To: <Wall.Street.Stockwatch.valued.customers>
From: llr@portugalmail.com
Subject: 151.39.68.8
Date: Mon, 01 Apr 2002 01:40:27 -2000
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>

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

<body>

<div align=3D"center">
  <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D"57%" he=
ight=3D"1" bordercolor=3D"#89BE65" bordercolordark=3D"#000000" bordercolor=
light=3D"#000000">
  <center>
    <caption>&nbsp;</caption>
    <tr>
      <td width=3D"100%" height=3D"43" valign=3D"top" bgcolor=3D"#7B2804" =
bordercolordark=3D"#FFFFFF" bordercolorlight=3D"#FFFFFF" bordercolor=3D"#F=
FFFFF">
        <p align=3D"center"><b><font face=3D"Verdana" size=3D"5" color=3D"=
#EFEFEF">Emerging
        Growth Stock Alert<br>
        </font><font face=3D"Verdana" color=3D"#EFEFEF" size=3D"2">Light M=
anagement
        Group Inc.&nbsp;&nbsp;&nbsp; A Pioneer in the Field of Optics</fon=
t></b></td>
    </tr>
    </center><tr><td width=3D"100%" height=3D"372" valign=3D"top" align=3D=
"left">
      <center>
        <blockquote>
          <br>
          <font face=3D"Verdana"><b><font color=3D"#0000A0"><i>*</i>Tonigh=
t:</font><font color=3D"#3A8357">&nbsp;</font><font color=3D"#0000A0">&nbs=
p;</font><i><font color=3D"#0000A0" size=3D"2">
          </font></i><font size=3D"2" color=3D"#5F5F5F">A company with mas=
sive (and
          profitable) revenue projections, top-notch technology, and an in=
dustry
          poised for enormous growth.<br>
          <br>
          </font><font size=3D"2" color=3D"#FF0000">RECENT NEWS:&nbsp;</fo=
nt><font size=3D"2" color=3D"#000000">
          3/04/02- </font><font size=3D"2" color=3D"#5F5F5F">Light Managem=
ent Group
          Inc.&nbsp;<br>
          Announces
          Distribution Contract for South&nbsp;American
          Subsidiary<br>
          <br>
          * </font><font size=3D"2" color=3D"#000000">Read the Full Announ=
cement
          Later Within This Report<br>
          </font></b></font>
          <hr>
          <p><b><font face=3D"Verdana" color=3D"#143F1A">Key
        Points about LMGR</font>
          </b></p>
        </blockquote>
        <ul>
          <li>
            <p class=3D"MsoBodyText" align=3D"left" style=3D"margin-left:.=
25in;text-align:left;
text-indent:-.25in;mso-list:l2 level1 lfo3;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;
            </b><b style=3D"mso-bidi-font-weight:normal">LMGR </b>projects=
 <b>profitability</b>
            will be achieved in fiscal 2002, and has estimated that revenu=
e from
            product sales will exceed $20 million $US, with anticipation o=
f
            profits near $7.5 million.<span style=3D"mso-spacerun: yes">&n=
bsp; </span>Revenue
            projections for 2003 and 2004 are <b><u>$100 million and $300
            million respectively.<br>
            <br>
            </u></b></font></li>
          <li>
            <p class=3D"MsoBodyText" align=3D"left" style=3D"margin-left:.=
25in;text-align:left;
text-indent:-.25in;mso-list:l5 level1 lfo4;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;
            </b><b style=3D"mso-bidi-font-weight:normal">LMGR </b>was rece=
ntly
            awarded Three <b>Gold Medals </b>at the 50<sup>th</sup> World
            Exhibition of Innovation in Brussels, Belgium for its <b>advan=
cements</b>
            with its Ultraviolet Scanner, Laser Projector, and Acousto-Opt=
ic
            Switch technology.<br>
            <br>
            </font></li>
          <li>
            <p align=3D"left" style=3D"margin-left:.25in;text-align:left;
text-indent:-.25in;mso-list:l0 level1 lfo5;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><span style=3D"font-style: normal; font-variant: =
normal; font-weight: normal">&nbsp;&nbsp;&nbsp;&nbsp;
            </span><span style=3D"font-style: normal; font-variant: normal=
"><b>LM</b></span><b style=3D"mso-bidi-font-weight:normal">GR
            </b>has recently filed for <b>two U.S. patents</b> in the fibe=
r
            optics field which the company expects to have <b>significant
            applications</b> in telecommunications, data transmission, and
            Internet technology.<br>
            </font></p>
            <div align=3D"center">
              <table border=3D"1" cellpadding=3D"3" cellspacing=3D"0" widt=
h=3D"83%" bordercolorlight=3D"#EFEFEF" bordercolordark=3D"#EFEFEF" borderc=
olor=3D"#EFEFEF">
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Company
                    Name&nbsp;&nbsp;</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><f=
ont face=3D"Verdana" size=3D"2"><b>Light
                    Management Group Inc. (OTCBB:LMGR)</b></font></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Current
                    Price</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font color=3D"#000000" size=3D"2" face=3D"Verdana">$0.17</font></b></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Shares
                    Outstanding<br>
                    <br>
                    Shares in Float<br>
                    <br>
                    52-Week
                    High</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font size=3D"2" face=3D"Verdana" color=3D"#000000">
                    26.5 million (appx.)<br>
                    <br>
                    18 million (appx.)<br>
                    <br>
                    $3.50</font></b></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">52-Week
                    Low</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font color=3D"#000000" size=3D"2" face=3D"Verdana">$0.15</font></b></td>
                </tr>
              </table>
            </div>
          </li>
        </ul>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#FF0000" bordercolor=3D"#FFFFFF" bordercolorlight=3D"#FF=
FFFF" bordercolordark=3D"#FFFFFF">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">Who
                <i>Are</i> These Guys?</font></b></td>
            </tr>
          </table>
        </div>
        <blockquote>
          <p class=3D"MsoBodyText"><font face=3D"Verdana" size=3D"2"><b>Li=
ght
          Management Group, Inc. </b></font><font face=3D"Verdana" size=3D=
"2">(OTCBB:LMGR)</font><font face=3D"Verdana" size=3D"2">
          is a publicly traded company engaged</font> <font face=3D"Verdan=
a" size=3D"2">in
          the acquisition, development and sale of new optical and light
          technologies, equipment</font> <font face=3D"Verdana" size=3D"2"=
>and
          services. <b>LMGR</b> has developed and patented<span style=3D"c=
olor:red">
          </span>acousto-optic management products, utilizing <b>best-of-c=
lass
          technologies from around the world</b>. With this technology at =
its
          center, the Company has discovered a new application: <b>using t=
his
          technology as a switch for the fiber optics industry</b>. The ma=
rket
          for this application is expected to globally reach</font></p>
          <p class=3D"MsoBodyText"><font face=3D"Verdana" size=3D"3"><i><b=
 style=3D"mso-bidi-font-weight:normal">$16.1
          Billion by 2010</b>.</i></font><span style=3D"mso-bidi-font-size=
: 10.0pt"><font face=3D"Verdana" size=3D"2"><o:p>
          </o:p>
          </font></span></p>
          <p class=3D"MsoNormal" style=3D"text-align:justify"><b><font fac=
e=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">LMGR</=
span></font></b><font face=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-=
font-size: 10.0pt"><b>
          </b>is the parent company with the following wholly owned subsid=
iaries:</span></font></p>
          <ul>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">Laser
              Show Systems Investments Ltd. (UK)</span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><span st=
yle=3D"mso-bidi-font-size: 10.0pt"><font size=3D"2" face=3D"Verdana">Laser
              Show Systems (Canada) Ltd.</font></span><font face=3D"Verdan=
a" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">&nbsp;</span></fo=
nt></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">Exclu=
sive
              Advertising Inc. (an Ontario Corporation)<o:p>
              </o:p>
              </span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-fareast-font-family: Times Ne=
w Roman; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-l=
anguage: AR-SA">Optico
              Luz S.A.</span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-fareast-font-family: Times Ne=
w Roman; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-l=
anguage: AR-SA">Light
              Research and Development Ltd. (an Ontario Corporation)</span=
></font></li>
          </ul>
        </blockquote>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"101%" bordercolor=3D"#FFFFFF" bordercolorlight=3D"#FFFFFF" bordercolordar=
k=3D"#FFFFFF" height=3D"44">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804" height=3D"28">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">How
                Large Can it Become?</font></b></td>
            </tr>
          </table>
        </div>
  </center>
      <blockquote>
        <p align=3D"left"><span style=3D"mso-bidi-font-size: 10.0pt"><font=
 face=3D"Verdana" size=3D"2">One
        of the <b>greatest growth achievements</b> of the 20<sup>th</sup>
        century has been the explosion of the networked world and particul=
arly
        the Internet.<span style=3D"mso-spacerun: yes; mso-bidi-font-size:=
 10.0pt">&nbsp;
        </span>In 1900, there were 10 million phones worldwide. In 1960 th=
ere
        were 100 million.<span style=3D"mso-spacerun: yes; mso-bidi-font-s=
ize: 10.0pt">&nbsp;
        </span>By 1990 there were 500 million, and in the past 10 years of=
 the
        20<sup>th</sup> century <b>the network nearly doubled in size</b>.=
<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">&nbsp;
        </span>The 1990s also saw tremendous increases in the number of in=
ternet
        users and optical networks will play a<b> pivotal role </b>in the =
key
        transmission of voice, data and video.<span style=3D"mso-spacerun:=
 yes; mso-bidi-font-size: 10.0pt">&nbsp;
        </span>Optical networks hold the promise of greatly increased spee=
d at
        greatly reduced cost.<span style=3D"mso-spacerun: yes; mso-bidi-fo=
nt-size: 10.0pt">&nbsp;
        </span><b>Again,</b> this industry is expected </font><font face=3D=
"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">to
        </b><b style=3D"mso-bidi-font-weight: normal; mso-bidi-font-size: =
10.0pt">exceed</b><b style=3D"mso-bidi-font-weight:normal">
        $16.1 Billion in 2010 and LMGR is ready to lead the way.</b></font=
></span><span style=3D"font-size:10.0pt;
font-family:Arial"><b style=3D"mso-bidi-font-weight:normal"><span style=3D=
"font-size:12.0pt;mso-bidi-font-size:10.0pt"><i><o:p>
        </o:p>
        &nbsp;
        </i></span></b>
        </span><br>
        </p>
        <div align=3D"center">
          <center>
          <table border=3D"0" cellspacing=3D"0" width=3D"86%" bgcolor=3D"#=
7B2804" height=3D"54">
            <tr>
              <td width=3D"100%" height=3D"52" bgcolor=3D"#0000A0">
                <p align=3D"center"><b><font color=3D"#FFFFFF" face=3D"Ver=
dana" size=3D"4">Hot
                off the Press- LMGR News</font></b></td>
            </tr>
          </table>
          </center>
        </div>
        <div align=3D"center">
          <center>
          <table border=3D"1" cellspacing=3D"0" width=3D"86%" height=3D"52=
7" bgcolor=3D"#FCFBD6" bordercolor=3D"#392B55" bordercolordark=3D"#392B55"=
 bordercolorlight=3D"#392B55" cellpadding=3D"3">
            <tr>
              <td width=3D"100%" height=3D"523" valign=3D"top"><b><font si=
ze=3D"5"><br>
                Light Management Group Inc. Announces Distribution Contrac=
t for
                South American Subsidiary with Master Distributor Esolucio=
nes
                S.A.</font></b><!--bw|1015250040-->
                <!-- TextStart -->
                <p><font face=3D"Verdana" size=3D"2">NORCROSS, Ga.--(BUSIN=
ESS
                WIRE)--March 4, 2002--Light Management Group Inc. (OTCBB:<=
a href=3D"http://finance.yahoo.com/q?s=3Dlmgr.ob&amp;d=3Dt">LMGR</a>
                - <a href=3D"http://biz.yahoo.com/n/l/lmgr.ob.html">news</=
a>)</font>
                <p><font face=3D"Verdana" size=3D"2">Optico Luz SA to Re-S=
ell
                NetScreen Technologies Products</font>
                <p><font face=3D"Verdana" size=3D"2">Light Management Grou=
p Inc. (LMG)
                (OTCBB:<a href=3D"http://finance.yahoo.com/q?s=3Dlmgr.ob&a=
mp;d=3Dt">LMGR</a>
                - <a href=3D"http://biz.yahoo.com/n/l/lmgr.ob.html">news</=
a><b>;</b>
                lmgr.net), developer of new applications in optical and li=
ght
                technologies employing sound waves, today announced that i=
ts
                South American subsidiary, Optico Luz SA, has procured a
                contract to be a distributor of NetScreen Technologies (Na=
sdaq:<a href=3D"http://finance.yahoo.com/q?s=3Dnscn&amp;d=3Dt">NSCN</a>
                - <a href=3D"http://biz.yahoo.com/n/n/nscn.html">news</a>)
                products for Esoluciones S.A.</font>
                <p><font face=3D"Verdana" size=3D"2">According to the term=
s of the
                contract, Optico Luz SA will become a VAR (Value-Added
                Re-seller) for Esoluciones S.A. in the territory of Ecuado=
r.
                Esoluciones S.A. is a Colombian-based company that distrib=
utes
                software and hardware to clients, along with solutions in =
remote
                connectivity, network management, security, internetworkin=
g and
                administration of Computer Science. Esoluciones S.A. is th=
e
                Master Distributor of NetScreen products throughout the An=
dean
                Pact nations of Ecuador, Guyana, Suriname and Venezuela,
                providing complete infrastructure for support and local se=
rvice.</font>
                <p><font face=3D"Verdana" size=3D"2">NetScreen Technologie=
s
                develops, markets and sells a broad family of network secu=
rity
                systems and appliances that deliver high-performance,
                cost-effective security for enterprises and service provid=
ers.
                Its security systems and appliances deliver integrated fir=
ewall,
                virtual private network and network traffic management
                capabilities in a single device using its proprietary
                application-specific integrated circuit (``GigaScreen ASIC=
'')
                and its proprietary security operating system and applicat=
ions
                (``ScreenOS'').</font>
                <p><font face=3D"Verdana" size=3D"2">Several of NetScreen
                Technologies' products have won prestigious technology awa=
rds.
                The NetScreen-5XP Operating System, for instance, won the
                SuperQuest Award for ``Most Promising New Technology'' in =
the
                Application Layer Systems and Technology category at the 2=
001
                SuperComm technology exhibition in Atlanta. The SuperQuest
                Awards are sponsored by SuperComm and CMP Media's tele.com
                magazine.</font>
                <p><font face=3D"Verdana" size=3D"2">Optico Luz SA was lau=
nched as a
                subsidiary of Light Management Group in April, 2001. Its m=
andate
                is to enhance and capitalize on the tremendous growth of t=
he
                fiber optic and telecommunications industries in Latin Ame=
rica.
                During its first quarter of operation, Optico Luz SA was a=
lready
                in a position of achieving revenue, as announced on July 2=
7,
                2001.</font>
                <p><font face=3D"Verdana" size=3D"2">``Optico Luz is very =
proud to
                re-sell an accomplished internet security product line of =
such
                renown and applicability as the NetScreen products,'' said
                Eduardo Ayala, President, Optico Luz SA. ``Through our new
                initiative with Esoluciones S.A., Optico Luz will realize
                revenue as a re-seller of products with tremendous appeal =
to
                internet-based businesses and ISPs in a territory with
                fast-emerging telecommunications concerns.''</font>
                <p><font face=3D"Verdana" size=3D"2">Light Management Grou=
p Inc.
                specializes in the development of new applications in opti=
cal
                and light technologies. LMG's breakthrough technology empl=
oys
                sound waves to focus and direct light. LMG has filed for t=
wo
                United States patents in the fiber optics field, both of w=
hich
                could have significant applications in telecommunications,=
 data
                transmission, and Internet technology. Light Management Gr=
oup is
                committed to fulfilling demand for multiple, complex level=
s of
                switching within the communications industry.</font>
                <p><font face=3D"Verdana" size=3D"1">C</font><font size=3D=
"1"><font face=3D"Verdana">autionary
                Statement for Purposes of the ``Safe Harbor'' Provisions o=
f the
                Private Securities Litigation Reform Act of 1995: Statemen=
ts,
                other than historical facts, included in the foregoing new=
s
                release may constitute ``forward looking statements'' with=
in the
                meaning of Section 27A of the Securities Act of 1933, as
                amended, and Section 21E of the Securities Exchange Act of=
 1934,
                as amended. These statements, which include, but are not l=
imited
                to, words such as ``expect,'' ``anticipate,'' ``estimate,'=
'
                ``plan,'' ``project'' and ``intend'' are based on manageme=
nt's
                beliefs and assumptions, and on information currently avai=
lable
                to management and involve certain known and unknown risks,
                uncertainties and other factors which may cause these stat=
ements
                to be materially different from any future results, perfor=
mance
                or achievements expressed or implied by these forward-look=
ing
                statements. Such factors include, among others, the Compan=
y's
                ability to successfully implement its business plan and
                integrate any proposed and future business arrangements;
                potential fluctuations in financial results, dependence on=
 new
                product development, rapid technological and market change=
,
                failure to complete the manufacture of products on schedul=
e and
                on budget, uncertainties relating to business and economic
                conditions in markets in which the Company operates and re=
lating
                to customer plans and commitments; dependence on intellect=
ual
                property rights; and the competitive environment in which =
the
                Company operates and other risks detailed from time to tim=
e in
                the Company's periodic reports filed with the United State=
s
                Securities and Exchange Commission and other regulatory
                authorities.</font></font></td>
            </tr>
          </table>
          </center>
        </div>
        <p align=3D"left"><span style=3D"font-size:10.0pt;
font-family:Arial"><b><i><o:p>
        <br>
        </i></b>
        </span></p>
      </blockquote>
  <center>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#392B55" bordercolordark=3D"#FFFFFF" bordercolorlight=3D=
"#FFFFFF" bordercolor=3D"#FFFFFF" height=3D"51">
            <tr>
              <td width=3D"100%" height=3D"35" bgcolor=3D"#7B2804">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">How
                Will LMGR Grow?</font></b></td>
            </tr>
          </table>
        </div>
  </center>
        <blockquote>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><b>LMGR=FFFFFF92s</b>
          growth strategy focuses on increasing the number of its corporat=
e
          partner contacts, patenting the full range of its products and
          designs, and acquiring strategic, forward looking partners.<span=
 style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">&nbsp;
          </span>In addition, LMGR focuses on the following areas of appli=
cation
          development: </span></font><font face=3D"Verdana"><span style=3D=
"mso-bidi-font-size: 10.0pt"><font size=3D"2"><span style=3D"mso-spacerun:=
 yes; mso-bidi-font-size: 10.0pt">&nbsp;</span></font></span></font><span =
style=3D"mso-bidi-font-size: 10.0pt"><font size=3D"2" face=3D"Verdana"><o:=
p>
          </o:p>
          </font></span></p>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><span style=3D"mso-tab-count: 1; mso-bidi-fon=
t-size: 10.0pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          </span><b>1) Digital Communications<span style=3D"mso-tab-count:=
 1; mso-bidi-font-size: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>2)
          Visual Media (including outdoor&nbsp;<br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          advertising)&nbsp;&nbsp;<span style=3D"mso-tab-count: 1; mso-bid=
i-font-size: 10.0pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;<br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;
          </span>3) Industrial Equipment&nbsp;<span style=3D"mso-tab-count=
: 1; mso-bidi-font-size: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>4)
          Aerospace&nbsp;<span style=3D"mso-tab-count: 1; mso-bidi-font-si=
ze: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>5)
          Bio-Medical</b><o:p>
          </o:p>
          </span></font></p>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><b>The
          potential applications for LMGR's technology are virtually limit=
less.</b>
          With this in mind, LMGR is already demonstrating some of the man=
y uses
          of its proprietary technologies.<span style=3D"mso-spacerun: yes=
; mso-bidi-font-size: 10.0pt">
          </span>The company=FFFFFF92s laser projection system, called RGB=
 Laser
          Projection, produces three-dimensional designs that can be used =
to <b>market
          products on large-scale billboards</b>, and it is ready to take =
the
          advertising world by storm.</span></font><center><font face=3D"V=
erdana" size=3D"2">&nbsp;</font>
          </center></p>
        </blockquote><center>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#392B55" bordercolordark=3D"#FFFFFF" bordercolorlight=3D=
"#FFFFFF" bordercolor=3D"#FFFFFF" height=3D"42">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804" height=3D"26">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">In
                Conclusion...</font></b></td>
            </tr>
          </table>
        </div>
  </center>
        <blockquote>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><b><span sty=
le=3D"mso-bidi-font-size: 10.0pt">LMGR</span></b><span style=3D"mso-bidi-f=
ont-size: 10.0pt"><b>
          </b>has proved itself to be on the <b>cutting edge</b> of
          revolutionizing the optical industry.<span style=3D"mso-spacerun=
: yes; mso-bidi-font-size: 10.0pt">&nbsp;
          </span>With a $16.1 billion market expected in 2010, <b>LMGR is
          positioning itself to be an industry leader</b> through aggressi=
ve
          development of its technologies. Its internationally recognized
          technologies have earned <b>four distinct honors at the 50<sup>t=
h</sup>
          World Exhibition of Innovation, Research</b>, and New Technology
          convention in Belgium whose past recipients have been <b>Kings</=
b> of
          Morocco, Thailand, and former U.S. Secretary of State Henry Kiss=
inger.<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">
          </span>With<b> projected revenues of $100 million in 2003 and $3=
00
          million in 2004,</b> <u>LMGR is definitely worth a second look a=
t
          these levels.</u></span></font><span style=3D"font-size:12.0pt;m=
so-bidi-font-size:10.0pt"><o:p>
          </o:p>
          </span>
        </blockquote>
      </td>
    </tr>
  <center>
    <tr>
        <td width=3D"100%" height=3D"386" valign=3D"top"><font size=3D"1">=
<br>
          <br>
          DISCLAIMER:&nbsp;<br>
          <span style=3D"font-size:7.5pt;
font-family:Verdana;color:black">Information within this email contains &q=
uot;forward 
          looking statements&quot; within the meaning of Section 27A of th=
e Securities 
          Act of 1933 and Section 21B of the Securities Exchange Act of 19=
34. 
          Any statements that express or involve discussions with respect =
to predictions, 
          expectations, beliefs, plans, projections, objectives, goals, as=
sumptions 
          or future events or performance are not statements of historical=
 fact 
          and may be &quot;forward looking statements.&quot;<br>
          <br>
          Forward looking statements are based on expectations, estimates =
and 
          projections at the time the statements are made that involve a n=
umber 
          of&nbsp;risks and uncertainties which could cause actual results=
 or 
          events to differ materially from those presently anticipated. Fo=
rward 
          looking statements in this action may be identified through the =
use 
          of words such as &quot;projects&quot;, &quot;foresee&quot;, &quo=
t;expects&quot;, 
          &quot;will,&quot;&nbsp; &quot;anticipates,&quot; &quot;estimates=
,&quot; 
          &quot;believes,&quot; &quot;understands&quot; or that by stateme=
nts 
          indicating certain actions &quot;may,&quot; &quot;could,&quot; o=
r &quot;might&quot; 
          occur.&nbsp; All information provided within this email pertaini=
ng to 
          investing, stocks, securities must be understood as information =
provided 
          and not investment advice. Investment News Alert advises all rea=
ders 
          and subscribers to seek&nbsp;advice from a registered profession=
al securities 
          representative before deciding to trade in stocks featured withi=
n this 
          email.&nbsp; None of the material within this report shall be co=
nstrued 
          as any kind of investment advice.<br>
          <br>
          In compliance with the Securities Act of 1933, Section17(b), Eme=
rging 
          Growth Stock Alert discloses the receipt of two hundred thousand=
 unrestricted 
          shares of LMGR from a third party for the publication of this re=
port 
          and additional services related to LMGR.&nbsp; Be aware of an in=
herent 
          conflict of interest resulting from our intent to profit from th=
e sale 
          of these shares.&nbsp; Part or all of our position may be liquid=
ated 
          at any time, even after we have made positive statements regardi=
ng the 
          above company.&nbsp; All&nbsp;factual information in this report=
 was 
          gathered from public sources, including but not limited to SEC f=
ilings, 
          Company Press Releases, and Market Guide.<span style=3D"mso-spac=
erun: yes">&nbsp; 
          </span>Emerging Growth Stock Alert&nbsp; believes this informati=
on to 
          be reliable but can make no guarantee as to its accuracy or comp=
leteness. 
          Use of the material within this email constitutes your acceptanc=
e of 
          these terms.</span><span style=3D"font-size:12.0pt;mso-bidi-font=
-size:10.0pt;
color:black"><o:p> </o:p></span></font><font face=3D"Verdana" size=3D"1" c=
olor=3D"#5F5F5F"> 
          </font></td>
    </tr>
  </center></table>
  
  <p>&nbsp;</p>
  <div align=3Dcenter> 
    <hr noshade width=3D"600" color=3D"navy">
  </div>
  <center>
    <font face=3D"Arial, Helvetica, sans-serif" size=3D"2" color=3D"#66666=
6"><b>Unsubscribe 
    Information</b> <br>
    <br>
    To "opt out" from future mailings of this type, visit <a href=3D"http:=
//www.opt-out.wr2002.02-itrs.trav
</BODY>
</HTML>



From eopl-teachers-request Mon Apr  1 23:28:51 2002
Return-Path: <eopl-teachers-request>
Received: from airbusiness.www.airbusiness.co.kr ([203.233.214.35])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g324SdW18605;
	Mon, 1 Apr 2002 23:28:40 -0500 (EST)
Received: from mail1.kali.com.cn (0-2pool85-110.nas2.los-angeles1.ca.us.da.qwest.net [63.233.85.110]) by airbusiness.www.airbusiness.co.kr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3)
	id 2CG0V678; Mon, 1 Apr 2002 18:33:35 +0900
Message-ID: <000037283df6$0000637e$000076a3@smtp.Post.sk>
To: <Wall.Street.Stockwatch.valued.customers>
From: llr@portugalmail.com
Subject: 151.39.68.8
Date: Mon, 01 Apr 2002 01:40:27 -2000
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>

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

<body>

<div align=3D"center">
  <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D"57%" he=
ight=3D"1" bordercolor=3D"#89BE65" bordercolordark=3D"#000000" bordercolor=
light=3D"#000000">
  <center>
    <caption>&nbsp;</caption>
    <tr>
      <td width=3D"100%" height=3D"43" valign=3D"top" bgcolor=3D"#7B2804" =
bordercolordark=3D"#FFFFFF" bordercolorlight=3D"#FFFFFF" bordercolor=3D"#F=
FFFFF">
        <p align=3D"center"><b><font face=3D"Verdana" size=3D"5" color=3D"=
#EFEFEF">Emerging
        Growth Stock Alert<br>
        </font><font face=3D"Verdana" color=3D"#EFEFEF" size=3D"2">Light M=
anagement
        Group Inc.&nbsp;&nbsp;&nbsp; A Pioneer in the Field of Optics</fon=
t></b></td>
    </tr>
    </center><tr><td width=3D"100%" height=3D"372" valign=3D"top" align=3D=
"left">
      <center>
        <blockquote>
          <br>
          <font face=3D"Verdana"><b><font color=3D"#0000A0"><i>*</i>Tonigh=
t:</font><font color=3D"#3A8357">&nbsp;</font><font color=3D"#0000A0">&nbs=
p;</font><i><font color=3D"#0000A0" size=3D"2">
          </font></i><font size=3D"2" color=3D"#5F5F5F">A company with mas=
sive (and
          profitable) revenue projections, top-notch technology, and an in=
dustry
          poised for enormous growth.<br>
          <br>
          </font><font size=3D"2" color=3D"#FF0000">RECENT NEWS:&nbsp;</fo=
nt><font size=3D"2" color=3D"#000000">
          3/04/02- </font><font size=3D"2" color=3D"#5F5F5F">Light Managem=
ent Group
          Inc.&nbsp;<br>
          Announces
          Distribution Contract for South&nbsp;American
          Subsidiary<br>
          <br>
          * </font><font size=3D"2" color=3D"#000000">Read the Full Announ=
cement
          Later Within This Report<br>
          </font></b></font>
          <hr>
          <p><b><font face=3D"Verdana" color=3D"#143F1A">Key
        Points about LMGR</font>
          </b></p>
        </blockquote>
        <ul>
          <li>
            <p class=3D"MsoBodyText" align=3D"left" style=3D"margin-left:.=
25in;text-align:left;
text-indent:-.25in;mso-list:l2 level1 lfo3;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;
            </b><b style=3D"mso-bidi-font-weight:normal">LMGR </b>projects=
 <b>profitability</b>
            will be achieved in fiscal 2002, and has estimated that revenu=
e from
            product sales will exceed $20 million $US, with anticipation o=
f
            profits near $7.5 million.<span style=3D"mso-spacerun: yes">&n=
bsp; </span>Revenue
            projections for 2003 and 2004 are <b><u>$100 million and $300
            million respectively.<br>
            <br>
            </u></b></font></li>
          <li>
            <p class=3D"MsoBodyText" align=3D"left" style=3D"margin-left:.=
25in;text-align:left;
text-indent:-.25in;mso-list:l5 level1 lfo4;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;
            </b><b style=3D"mso-bidi-font-weight:normal">LMGR </b>was rece=
ntly
            awarded Three <b>Gold Medals </b>at the 50<sup>th</sup> World
            Exhibition of Innovation in Brussels, Belgium for its <b>advan=
cements</b>
            with its Ultraviolet Scanner, Laser Projector, and Acousto-Opt=
ic
            Switch technology.<br>
            <br>
            </font></li>
          <li>
            <p align=3D"left" style=3D"margin-left:.25in;text-align:left;
text-indent:-.25in;mso-list:l0 level1 lfo5;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><span style=3D"font-style: normal; font-variant: =
normal; font-weight: normal">&nbsp;&nbsp;&nbsp;&nbsp;
            </span><span style=3D"font-style: normal; font-variant: normal=
"><b>LM</b></span><b style=3D"mso-bidi-font-weight:normal">GR
            </b>has recently filed for <b>two U.S. patents</b> in the fibe=
r
            optics field which the company expects to have <b>significant
            applications</b> in telecommunications, data transmission, and
            Internet technology.<br>
            </font></p>
            <div align=3D"center">
              <table border=3D"1" cellpadding=3D"3" cellspacing=3D"0" widt=
h=3D"83%" bordercolorlight=3D"#EFEFEF" bordercolordark=3D"#EFEFEF" borderc=
olor=3D"#EFEFEF">
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Company
                    Name&nbsp;&nbsp;</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><f=
ont face=3D"Verdana" size=3D"2"><b>Light
                    Management Group Inc. (OTCBB:LMGR)</b></font></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Current
                    Price</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font color=3D"#000000" size=3D"2" face=3D"Verdana">$0.17</font></b></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Shares
                    Outstanding<br>
                    <br>
                    Shares in Float<br>
                    <br>
                    52-Week
                    High</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font size=3D"2" face=3D"Verdana" color=3D"#000000">
                    26.5 million (appx.)<br>
                    <br>
                    18 million (appx.)<br>
                    <br>
                    $3.50</font></b></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">52-Week
                    Low</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font color=3D"#000000" size=3D"2" face=3D"Verdana">$0.15</font></b></td>
                </tr>
              </table>
            </div>
          </li>
        </ul>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#FF0000" bordercolor=3D"#FFFFFF" bordercolorlight=3D"#FF=
FFFF" bordercolordark=3D"#FFFFFF">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">Who
                <i>Are</i> These Guys?</font></b></td>
            </tr>
          </table>
        </div>
        <blockquote>
          <p class=3D"MsoBodyText"><font face=3D"Verdana" size=3D"2"><b>Li=
ght
          Management Group, Inc. </b></font><font face=3D"Verdana" size=3D=
"2">(OTCBB:LMGR)</font><font face=3D"Verdana" size=3D"2">
          is a publicly traded company engaged</font> <font face=3D"Verdan=
a" size=3D"2">in
          the acquisition, development and sale of new optical and light
          technologies, equipment</font> <font face=3D"Verdana" size=3D"2"=
>and
          services. <b>LMGR</b> has developed and patented<span style=3D"c=
olor:red">
          </span>acousto-optic management products, utilizing <b>best-of-c=
lass
          technologies from around the world</b>. With this technology at =
its
          center, the Company has discovered a new application: <b>using t=
his
          technology as a switch for the fiber optics industry</b>. The ma=
rket
          for this application is expected to globally reach</font></p>
          <p class=3D"MsoBodyText"><font face=3D"Verdana" size=3D"3"><i><b=
 style=3D"mso-bidi-font-weight:normal">$16.1
          Billion by 2010</b>.</i></font><span style=3D"mso-bidi-font-size=
: 10.0pt"><font face=3D"Verdana" size=3D"2"><o:p>
          </o:p>
          </font></span></p>
          <p class=3D"MsoNormal" style=3D"text-align:justify"><b><font fac=
e=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">LMGR</=
span></font></b><font face=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-=
font-size: 10.0pt"><b>
          </b>is the parent company with the following wholly owned subsid=
iaries:</span></font></p>
          <ul>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">Laser
              Show Systems Investments Ltd. (UK)</span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><span st=
yle=3D"mso-bidi-font-size: 10.0pt"><font size=3D"2" face=3D"Verdana">Laser
              Show Systems (Canada) Ltd.</font></span><font face=3D"Verdan=
a" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">&nbsp;</span></fo=
nt></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">Exclu=
sive
              Advertising Inc. (an Ontario Corporation)<o:p>
              </o:p>
              </span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-fareast-font-family: Times Ne=
w Roman; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-l=
anguage: AR-SA">Optico
              Luz S.A.</span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-fareast-font-family: Times Ne=
w Roman; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-l=
anguage: AR-SA">Light
              Research and Development Ltd. (an Ontario Corporation)</span=
></font></li>
          </ul>
        </blockquote>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"101%" bordercolor=3D"#FFFFFF" bordercolorlight=3D"#FFFFFF" bordercolordar=
k=3D"#FFFFFF" height=3D"44">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804" height=3D"28">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">How
                Large Can it Become?</font></b></td>
            </tr>
          </table>
        </div>
  </center>
      <blockquote>
        <p align=3D"left"><span style=3D"mso-bidi-font-size: 10.0pt"><font=
 face=3D"Verdana" size=3D"2">One
        of the <b>greatest growth achievements</b> of the 20<sup>th</sup>
        century has been the explosion of the networked world and particul=
arly
        the Internet.<span style=3D"mso-spacerun: yes; mso-bidi-font-size:=
 10.0pt">&nbsp;
        </span>In 1900, there were 10 million phones worldwide. In 1960 th=
ere
        were 100 million.<span style=3D"mso-spacerun: yes; mso-bidi-font-s=
ize: 10.0pt">&nbsp;
        </span>By 1990 there were 500 million, and in the past 10 years of=
 the
        20<sup>th</sup> century <b>the network nearly doubled in size</b>.=
<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">&nbsp;
        </span>The 1990s also saw tremendous increases in the number of in=
ternet
        users and optical networks will play a<b> pivotal role </b>in the =
key
        transmission of voice, data and video.<span style=3D"mso-spacerun:=
 yes; mso-bidi-font-size: 10.0pt">&nbsp;
        </span>Optical networks hold the promise of greatly increased spee=
d at
        greatly reduced cost.<span style=3D"mso-spacerun: yes; mso-bidi-fo=
nt-size: 10.0pt">&nbsp;
        </span><b>Again,</b> this industry is expected </font><font face=3D=
"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">to
        </b><b style=3D"mso-bidi-font-weight: normal; mso-bidi-font-size: =
10.0pt">exceed</b><b style=3D"mso-bidi-font-weight:normal">
        $16.1 Billion in 2010 and LMGR is ready to lead the way.</b></font=
></span><span style=3D"font-size:10.0pt;
font-family:Arial"><b style=3D"mso-bidi-font-weight:normal"><span style=3D=
"font-size:12.0pt;mso-bidi-font-size:10.0pt"><i><o:p>
        </o:p>
        &nbsp;
        </i></span></b>
        </span><br>
        </p>
        <div align=3D"center">
          <center>
          <table border=3D"0" cellspacing=3D"0" width=3D"86%" bgcolor=3D"#=
7B2804" height=3D"54">
            <tr>
              <td width=3D"100%" height=3D"52" bgcolor=3D"#0000A0">
                <p align=3D"center"><b><font color=3D"#FFFFFF" face=3D"Ver=
dana" size=3D"4">Hot
                off the Press- LMGR News</font></b></td>
            </tr>
          </table>
          </center>
        </div>
        <div align=3D"center">
          <center>
          <table border=3D"1" cellspacing=3D"0" width=3D"86%" height=3D"52=
7" bgcolor=3D"#FCFBD6" bordercolor=3D"#392B55" bordercolordark=3D"#392B55"=
 bordercolorlight=3D"#392B55" cellpadding=3D"3">
            <tr>
              <td width=3D"100%" height=3D"523" valign=3D"top"><b><font si=
ze=3D"5"><br>
                Light Management Group Inc. Announces Distribution Contrac=
t for
                South American Subsidiary with Master Distributor Esolucio=
nes
                S.A.</font></b><!--bw|1015250040-->
                <!-- TextStart -->
                <p><font face=3D"Verdana" size=3D"2">NORCROSS, Ga.--(BUSIN=
ESS
                WIRE)--March 4, 2002--Light Management Group Inc. (OTCBB:<=
a href=3D"http://finance.yahoo.com/q?s=3Dlmgr.ob&amp;d=3Dt">LMGR</a>
                - <a href=3D"http://biz.yahoo.com/n/l/lmgr.ob.html">news</=
a>)</font>
                <p><font face=3D"Verdana" size=3D"2">Optico Luz SA to Re-S=
ell
                NetScreen Technologies Products</font>
                <p><font face=3D"Verdana" size=3D"2">Light Management Grou=
p Inc. (LMG)
                (OTCBB:<a href=3D"http://finance.yahoo.com/q?s=3Dlmgr.ob&a=
mp;d=3Dt">LMGR</a>
                - <a href=3D"http://biz.yahoo.com/n/l/lmgr.ob.html">news</=
a><b>;</b>
                lmgr.net), developer of new applications in optical and li=
ght
                technologies employing sound waves, today announced that i=
ts
                South American subsidiary, Optico Luz SA, has procured a
                contract to be a distributor of NetScreen Technologies (Na=
sdaq:<a href=3D"http://finance.yahoo.com/q?s=3Dnscn&amp;d=3Dt">NSCN</a>
                - <a href=3D"http://biz.yahoo.com/n/n/nscn.html">news</a>)
                products for Esoluciones S.A.</font>
                <p><font face=3D"Verdana" size=3D"2">According to the term=
s of the
                contract, Optico Luz SA will become a VAR (Value-Added
                Re-seller) for Esoluciones S.A. in the territory of Ecuado=
r.
                Esoluciones S.A. is a Colombian-based company that distrib=
utes
                software and hardware to clients, along with solutions in =
remote
                connectivity, network management, security, internetworkin=
g and
                administration of Computer Science. Esoluciones S.A. is th=
e
                Master Distributor of NetScreen products throughout the An=
dean
                Pact nations of Ecuador, Guyana, Suriname and Venezuela,
                providing complete infrastructure for support and local se=
rvice.</font>
                <p><font face=3D"Verdana" size=3D"2">NetScreen Technologie=
s
                develops, markets and sells a broad family of network secu=
rity
                systems and appliances that deliver high-performance,
                cost-effective security for enterprises and service provid=
ers.
                Its security systems and appliances deliver integrated fir=
ewall,
                virtual private network and network traffic management
                capabilities in a single device using its proprietary
                application-specific integrated circuit (``GigaScreen ASIC=
'')
                and its proprietary security operating system and applicat=
ions
                (``ScreenOS'').</font>
                <p><font face=3D"Verdana" size=3D"2">Several of NetScreen
                Technologies' products have won prestigious technology awa=
rds.
                The NetScreen-5XP Operating System, for instance, won the
                SuperQuest Award for ``Most Promising New Technology'' in =
the
                Application Layer Systems and Technology category at the 2=
001
                SuperComm technology exhibition in Atlanta. The SuperQuest
                Awards are sponsored by SuperComm and CMP Media's tele.com
                magazine.</font>
                <p><font face=3D"Verdana" size=3D"2">Optico Luz SA was lau=
nched as a
                subsidiary of Light Management Group in April, 2001. Its m=
andate
                is to enhance and capitalize on the tremendous growth of t=
he
                fiber optic and telecommunications industries in Latin Ame=
rica.
                During its first quarter of operation, Optico Luz SA was a=
lready
                in a position of achieving revenue, as announced on July 2=
7,
                2001.</font>
                <p><font face=3D"Verdana" size=3D"2">``Optico Luz is very =
proud to
                re-sell an accomplished internet security product line of =
such
                renown and applicability as the NetScreen products,'' said
                Eduardo Ayala, President, Optico Luz SA. ``Through our new
                initiative with Esoluciones S.A., Optico Luz will realize
                revenue as a re-seller of products with tremendous appeal =
to
                internet-based businesses and ISPs in a territory with
                fast-emerging telecommunications concerns.''</font>
                <p><font face=3D"Verdana" size=3D"2">Light Management Grou=
p Inc.
                specializes in the development of new applications in opti=
cal
                and light technologies. LMG's breakthrough technology empl=
oys
                sound waves to focus and direct light. LMG has filed for t=
wo
                United States patents in the fiber optics field, both of w=
hich
                could have significant applications in telecommunications,=
 data
                transmission, and Internet technology. Light Management Gr=
oup is
                committed to fulfilling demand for multiple, complex level=
s of
                switching within the communications industry.</font>
                <p><font face=3D"Verdana" size=3D"1">C</font><font size=3D=
"1"><font face=3D"Verdana">autionary
                Statement for Purposes of the ``Safe Harbor'' Provisions o=
f the
                Private Securities Litigation Reform Act of 1995: Statemen=
ts,
                other than historical facts, included in the foregoing new=
s
                release may constitute ``forward looking statements'' with=
in the
                meaning of Section 27A of the Securities Act of 1933, as
                amended, and Section 21E of the Securities Exchange Act of=
 1934,
                as amended. These statements, which include, but are not l=
imited
                to, words such as ``expect,'' ``anticipate,'' ``estimate,'=
'
                ``plan,'' ``project'' and ``intend'' are based on manageme=
nt's
                beliefs and assumptions, and on information currently avai=
lable
                to management and involve certain known and unknown risks,
                uncertainties and other factors which may cause these stat=
ements
                to be materially different from any future results, perfor=
mance
                or achievements expressed or implied by these forward-look=
ing
                statements. Such factors include, among others, the Compan=
y's
                ability to successfully implement its business plan and
                integrate any proposed and future business arrangements;
                potential fluctuations in financial results, dependence on=
 new
                product development, rapid technological and market change=
,
                failure to complete the manufacture of products on schedul=
e and
                on budget, uncertainties relating to business and economic
                conditions in markets in which the Company operates and re=
lating
                to customer plans and commitments; dependence on intellect=
ual
                property rights; and the competitive environment in which =
the
                Company operates and other risks detailed from time to tim=
e in
                the Company's periodic reports filed with the United State=
s
                Securities and Exchange Commission and other regulatory
                authorities.</font></font></td>
            </tr>
          </table>
          </center>
        </div>
        <p align=3D"left"><span style=3D"font-size:10.0pt;
font-family:Arial"><b><i><o:p>
        <br>
        </i></b>
        </span></p>
      </blockquote>
  <center>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#392B55" bordercolordark=3D"#FFFFFF" bordercolorlight=3D=
"#FFFFFF" bordercolor=3D"#FFFFFF" height=3D"51">
            <tr>
              <td width=3D"100%" height=3D"35" bgcolor=3D"#7B2804">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">How
                Will LMGR Grow?</font></b></td>
            </tr>
          </table>
        </div>
  </center>
        <blockquote>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><b>LMGR=FFFFFF92s</b>
          growth strategy focuses on increasing the number of its corporat=
e
          partner contacts, patenting the full range of its products and
          designs, and acquiring strategic, forward looking partners.<span=
 style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">&nbsp;
          </span>In addition, LMGR focuses on the following areas of appli=
cation
          development: </span></font><font face=3D"Verdana"><span style=3D=
"mso-bidi-font-size: 10.0pt"><font size=3D"2"><span style=3D"mso-spacerun:=
 yes; mso-bidi-font-size: 10.0pt">&nbsp;</span></font></span></font><span =
style=3D"mso-bidi-font-size: 10.0pt"><font size=3D"2" face=3D"Verdana"><o:=
p>
          </o:p>
          </font></span></p>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><span style=3D"mso-tab-count: 1; mso-bidi-fon=
t-size: 10.0pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          </span><b>1) Digital Communications<span style=3D"mso-tab-count:=
 1; mso-bidi-font-size: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>2)
          Visual Media (including outdoor&nbsp;<br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          advertising)&nbsp;&nbsp;<span style=3D"mso-tab-count: 1; mso-bid=
i-font-size: 10.0pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;<br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;
          </span>3) Industrial Equipment&nbsp;<span style=3D"mso-tab-count=
: 1; mso-bidi-font-size: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>4)
          Aerospace&nbsp;<span style=3D"mso-tab-count: 1; mso-bidi-font-si=
ze: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>5)
          Bio-Medical</b><o:p>
          </o:p>
          </span></font></p>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><b>The
          potential applications for LMGR's technology are virtually limit=
less.</b>
          With this in mind, LMGR is already demonstrating some of the man=
y uses
          of its proprietary technologies.<span style=3D"mso-spacerun: yes=
; mso-bidi-font-size: 10.0pt">
          </span>The company=FFFFFF92s laser projection system, called RGB=
 Laser
          Projection, produces three-dimensional designs that can be used =
to <b>market
          products on large-scale billboards</b>, and it is ready to take =
the
          advertising world by storm.</span></font><center><font face=3D"V=
erdana" size=3D"2">&nbsp;</font>
          </center></p>
        </blockquote><center>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#392B55" bordercolordark=3D"#FFFFFF" bordercolorlight=3D=
"#FFFFFF" bordercolor=3D"#FFFFFF" height=3D"42">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804" height=3D"26">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">In
                Conclusion...</font></b></td>
            </tr>
          </table>
        </div>
  </center>
        <blockquote>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><b><span sty=
le=3D"mso-bidi-font-size: 10.0pt">LMGR</span></b><span style=3D"mso-bidi-f=
ont-size: 10.0pt"><b>
          </b>has proved itself to be on the <b>cutting edge</b> of
          revolutionizing the optical industry.<span style=3D"mso-spacerun=
: yes; mso-bidi-font-size: 10.0pt">&nbsp;
          </span>With a $16.1 billion market expected in 2010, <b>LMGR is
          positioning itself to be an industry leader</b> through aggressi=
ve
          development of its technologies. Its internationally recognized
          technologies have earned <b>four distinct honors at the 50<sup>t=
h</sup>
          World Exhibition of Innovation, Research</b>, and New Technology
          convention in Belgium whose past recipients have been <b>Kings</=
b> of
          Morocco, Thailand, and former U.S. Secretary of State Henry Kiss=
inger.<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">
          </span>With<b> projected revenues of $100 million in 2003 and $3=
00
          million in 2004,</b> <u>LMGR is definitely worth a second look a=
t
          these levels.</u></span></font><span style=3D"font-size:12.0pt;m=
so-bidi-font-size:10.0pt"><o:p>
          </o:p>
          </span>
        </blockquote>
      </td>
    </tr>
  <center>
    <tr>
        <td width=3D"100%" height=3D"386" valign=3D"top"><font size=3D"1">=
<br>
          <br>
          DISCLAIMER:&nbsp;<br>
          <span style=3D"font-size:7.5pt;
font-family:Verdana;color:black">Information within this email contains &q=
uot;forward 
          looking statements&quot; within the meaning of Section 27A of th=
e Securities 
          Act of 1933 and Section 21B of the Securities Exchange Act of 19=
34. 
          Any statements that express or involve discussions with respect =
to predictions, 
          expectations, beliefs, plans, projections, objectives, goals, as=
sumptions 
          or future events or performance are not statements of historical=
 fact 
          and may be &quot;forward looking statements.&quot;<br>
          <br>
          Forward looking statements are based on expectations, estimates =
and 
          projections at the time the statements are made that involve a n=
umber 
          of&nbsp;risks and uncertainties which could cause actual results=
 or 
          events to differ materially from those presently anticipated. Fo=
rward 
          looking statements in this action may be identified through the =
use 
          of words such as &quot;projects&quot;, &quot;foresee&quot;, &quo=
t;expects&quot;, 
          &quot;will,&quot;&nbsp; &quot;anticipates,&quot; &quot;estimates=
,&quot; 
          &quot;believes,&quot; &quot;understands&quot; or that by stateme=
nts 
          indicating certain actions &quot;may,&quot; &quot;could,&quot; o=
r &quot;might&quot; 
          occur.&nbsp; All information provided within this email pertaini=
ng to 
          investing, stocks, securities must be understood as information =
provided 
          and not investment advice. Investment News Alert advises all rea=
ders 
          and subscribers to seek&nbsp;advice from a registered profession=
al securities 
          representative before deciding to trade in stocks featured withi=
n this 
          email.&nbsp; None of the material within this report shall be co=
nstrued 
          as any kind of investment advice.<br>
          <br>
          In compliance with the Securities Act of 1933, Section17(b), Eme=
rging 
          Growth Stock Alert discloses the receipt of two hundred thousand=
 unrestricted 
          shares of LMGR from a third party for the publication of this re=
port 
          and additional services related to LMGR.&nbsp; Be aware of an in=
herent 
          conflict of interest resulting from our intent to profit from th=
e sale 
          of these shares.&nbsp; Part or all of our position may be liquid=
ated 
          at any time, even after we have made positive statements regardi=
ng the 
          above company.&nbsp; All&nbsp;factual information in this report=
 was 
          gathered from public sources, including but not limited to SEC f=
ilings, 
          Company Press Releases, and Market Guide.<span style=3D"mso-spac=
erun: yes">&nbsp; 
          </span>Emerging Growth Stock Alert&nbsp; believes this informati=
on to 
          be reliable but can make no guarantee as to its accuracy or comp=
leteness. 
          Use of the material within this email constitutes your acceptanc=
e of 
          these terms.</span><span style=3D"font-size:12.0pt;mso-bidi-font=
-size:10.0pt;
color:black"><o:p> </o:p></span></font><font face=3D"Verdana" size=3D"1" c=
olor=3D"#5F5F5F"> 
          </font></td>
    </tr>
  </center></table>
  
  <p>&nbsp;</p>
  <div align=3Dcenter> 
    <hr noshade width=3D"600" color=3D"navy">
  </div>
  <center>
    <font face=3D"Arial, Helvetica, sans-serif" size=3D"2" color=3D"#66666=
6"><b>Unsubscribe 
    Information</b> <br>
    <br>
    To "opt out" from future mailings of this type, visit <a href=3D"http:=
//www.opt-out.wr2002.02-itrs.trav
</BODY>
</HTML>



From eopl-teachers-request Tue Apr  2 21:32:06 2002
Return-Path: <eopl-teachers-request>
Received: from airbusiness.www.airbusiness.co.kr ([203.233.214.35])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g332VuM18546;
	Tue, 2 Apr 2002 21:31:57 -0500 (EST)
Received: from mail1.kali.com.cn (0-2pool85-110.nas2.los-angeles1.ca.us.da.qwest.net [63.233.85.110]) by airbusiness.www.airbusiness.co.kr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3)
	id 2CG0V678; Mon, 1 Apr 2002 18:33:35 +0900
Message-ID: <000037283df6$0000637e$000076a3@smtp.Post.sk>
To: <Wall.Street.Stockwatch.valued.customers>
From: llr@portugalmail.com
Subject: 151.39.68.8
Date: Mon, 01 Apr 2002 01:40:27 -2000
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>

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

<body>

<div align=3D"center">
  <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D"57%" he=
ight=3D"1" bordercolor=3D"#89BE65" bordercolordark=3D"#000000" bordercolor=
light=3D"#000000">
  <center>
    <caption>&nbsp;</caption>
    <tr>
      <td width=3D"100%" height=3D"43" valign=3D"top" bgcolor=3D"#7B2804" =
bordercolordark=3D"#FFFFFF" bordercolorlight=3D"#FFFFFF" bordercolor=3D"#F=
FFFFF">
        <p align=3D"center"><b><font face=3D"Verdana" size=3D"5" color=3D"=
#EFEFEF">Emerging
        Growth Stock Alert<br>
        </font><font face=3D"Verdana" color=3D"#EFEFEF" size=3D"2">Light M=
anagement
        Group Inc.&nbsp;&nbsp;&nbsp; A Pioneer in the Field of Optics</fon=
t></b></td>
    </tr>
    </center><tr><td width=3D"100%" height=3D"372" valign=3D"top" align=3D=
"left">
      <center>
        <blockquote>
          <br>
          <font face=3D"Verdana"><b><font color=3D"#0000A0"><i>*</i>Tonigh=
t:</font><font color=3D"#3A8357">&nbsp;</font><font color=3D"#0000A0">&nbs=
p;</font><i><font color=3D"#0000A0" size=3D"2">
          </font></i><font size=3D"2" color=3D"#5F5F5F">A company with mas=
sive (and
          profitable) revenue projections, top-notch technology, and an in=
dustry
          poised for enormous growth.<br>
          <br>
          </font><font size=3D"2" color=3D"#FF0000">RECENT NEWS:&nbsp;</fo=
nt><font size=3D"2" color=3D"#000000">
          3/04/02- </font><font size=3D"2" color=3D"#5F5F5F">Light Managem=
ent Group
          Inc.&nbsp;<br>
          Announces
          Distribution Contract for South&nbsp;American
          Subsidiary<br>
          <br>
          * </font><font size=3D"2" color=3D"#000000">Read the Full Announ=
cement
          Later Within This Report<br>
          </font></b></font>
          <hr>
          <p><b><font face=3D"Verdana" color=3D"#143F1A">Key
        Points about LMGR</font>
          </b></p>
        </blockquote>
        <ul>
          <li>
            <p class=3D"MsoBodyText" align=3D"left" style=3D"margin-left:.=
25in;text-align:left;
text-indent:-.25in;mso-list:l2 level1 lfo3;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;
            </b><b style=3D"mso-bidi-font-weight:normal">LMGR </b>projects=
 <b>profitability</b>
            will be achieved in fiscal 2002, and has estimated that revenu=
e from
            product sales will exceed $20 million $US, with anticipation o=
f
            profits near $7.5 million.<span style=3D"mso-spacerun: yes">&n=
bsp; </span>Revenue
            projections for 2003 and 2004 are <b><u>$100 million and $300
            million respectively.<br>
            <br>
            </u></b></font></li>
          <li>
            <p class=3D"MsoBodyText" align=3D"left" style=3D"margin-left:.=
25in;text-align:left;
text-indent:-.25in;mso-list:l5 level1 lfo4;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;
            </b><b style=3D"mso-bidi-font-weight:normal">LMGR </b>was rece=
ntly
            awarded Three <b>Gold Medals </b>at the 50<sup>th</sup> World
            Exhibition of Innovation in Brussels, Belgium for its <b>advan=
cements</b>
            with its Ultraviolet Scanner, Laser Projector, and Acousto-Opt=
ic
            Switch technology.<br>
            <br>
            </font></li>
          <li>
            <p align=3D"left" style=3D"margin-left:.25in;text-align:left;
text-indent:-.25in;mso-list:l0 level1 lfo5;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><span style=3D"font-style: normal; font-variant: =
normal; font-weight: normal">&nbsp;&nbsp;&nbsp;&nbsp;
            </span><span style=3D"font-style: normal; font-variant: normal=
"><b>LM</b></span><b style=3D"mso-bidi-font-weight:normal">GR
            </b>has recently filed for <b>two U.S. patents</b> in the fibe=
r
            optics field which the company expects to have <b>significant
            applications</b> in telecommunications, data transmission, and
            Internet technology.<br>
            </font></p>
            <div align=3D"center">
              <table border=3D"1" cellpadding=3D"3" cellspacing=3D"0" widt=
h=3D"83%" bordercolorlight=3D"#EFEFEF" bordercolordark=3D"#EFEFEF" borderc=
olor=3D"#EFEFEF">
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Company
                    Name&nbsp;&nbsp;</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><f=
ont face=3D"Verdana" size=3D"2"><b>Light
                    Management Group Inc. (OTCBB:LMGR)</b></font></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Current
                    Price</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font color=3D"#000000" size=3D"2" face=3D"Verdana">$0.17</font></b></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Shares
                    Outstanding<br>
                    <br>
                    Shares in Float<br>
                    <br>
                    52-Week
                    High</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font size=3D"2" face=3D"Verdana" color=3D"#000000">
                    26.5 million (appx.)<br>
                    <br>
                    18 million (appx.)<br>
                    <br>
                    $3.50</font></b></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">52-Week
                    Low</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font color=3D"#000000" size=3D"2" face=3D"Verdana">$0.15</font></b></td>
                </tr>
              </table>
            </div>
          </li>
        </ul>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#FF0000" bordercolor=3D"#FFFFFF" bordercolorlight=3D"#FF=
FFFF" bordercolordark=3D"#FFFFFF">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">Who
                <i>Are</i> These Guys?</font></b></td>
            </tr>
          </table>
        </div>
        <blockquote>
          <p class=3D"MsoBodyText"><font face=3D"Verdana" size=3D"2"><b>Li=
ght
          Management Group, Inc. </b></font><font face=3D"Verdana" size=3D=
"2">(OTCBB:LMGR)</font><font face=3D"Verdana" size=3D"2">
          is a publicly traded company engaged</font> <font face=3D"Verdan=
a" size=3D"2">in
          the acquisition, development and sale of new optical and light
          technologies, equipment</font> <font face=3D"Verdana" size=3D"2"=
>and
          services. <b>LMGR</b> has developed and patented<span style=3D"c=
olor:red">
          </span>acousto-optic management products, utilizing <b>best-of-c=
lass
          technologies from around the world</b>. With this technology at =
its
          center, the Company has discovered a new application: <b>using t=
his
          technology as a switch for the fiber optics industry</b>. The ma=
rket
          for this application is expected to globally reach</font></p>
          <p class=3D"MsoBodyText"><font face=3D"Verdana" size=3D"3"><i><b=
 style=3D"mso-bidi-font-weight:normal">$16.1
          Billion by 2010</b>.</i></font><span style=3D"mso-bidi-font-size=
: 10.0pt"><font face=3D"Verdana" size=3D"2"><o:p>
          </o:p>
          </font></span></p>
          <p class=3D"MsoNormal" style=3D"text-align:justify"><b><font fac=
e=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">LMGR</=
span></font></b><font face=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-=
font-size: 10.0pt"><b>
          </b>is the parent company with the following wholly owned subsid=
iaries:</span></font></p>
          <ul>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">Laser
              Show Systems Investments Ltd. (UK)</span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><span st=
yle=3D"mso-bidi-font-size: 10.0pt"><font size=3D"2" face=3D"Verdana">Laser
              Show Systems (Canada) Ltd.</font></span><font face=3D"Verdan=
a" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">&nbsp;</span></fo=
nt></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">Exclu=
sive
              Advertising Inc. (an Ontario Corporation)<o:p>
              </o:p>
              </span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-fareast-font-family: Times Ne=
w Roman; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-l=
anguage: AR-SA">Optico
              Luz S.A.</span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-fareast-font-family: Times Ne=
w Roman; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-l=
anguage: AR-SA">Light
              Research and Development Ltd. (an Ontario Corporation)</span=
></font></li>
          </ul>
        </blockquote>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"101%" bordercolor=3D"#FFFFFF" bordercolorlight=3D"#FFFFFF" bordercolordar=
k=3D"#FFFFFF" height=3D"44">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804" height=3D"28">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">How
                Large Can it Become?</font></b></td>
            </tr>
          </table>
        </div>
  </center>
      <blockquote>
        <p align=3D"left"><span style=3D"mso-bidi-font-size: 10.0pt"><font=
 face=3D"Verdana" size=3D"2">One
        of the <b>greatest growth achievements</b> of the 20<sup>th</sup>
        century has been the explosion of the networked world and particul=
arly
        the Internet.<span style=3D"mso-spacerun: yes; mso-bidi-font-size:=
 10.0pt">&nbsp;
        </span>In 1900, there were 10 million phones worldwide. In 1960 th=
ere
        were 100 million.<span style=3D"mso-spacerun: yes; mso-bidi-font-s=
ize: 10.0pt">&nbsp;
        </span>By 1990 there were 500 million, and in the past 10 years of=
 the
        20<sup>th</sup> century <b>the network nearly doubled in size</b>.=
<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">&nbsp;
        </span>The 1990s also saw tremendous increases in the number of in=
ternet
        users and optical networks will play a<b> pivotal role </b>in the =
key
        transmission of voice, data and video.<span style=3D"mso-spacerun:=
 yes; mso-bidi-font-size: 10.0pt">&nbsp;
        </span>Optical networks hold the promise of greatly increased spee=
d at
        greatly reduced cost.<span style=3D"mso-spacerun: yes; mso-bidi-fo=
nt-size: 10.0pt">&nbsp;
        </span><b>Again,</b> this industry is expected </font><font face=3D=
"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">to
        </b><b style=3D"mso-bidi-font-weight: normal; mso-bidi-font-size: =
10.0pt">exceed</b><b style=3D"mso-bidi-font-weight:normal">
        $16.1 Billion in 2010 and LMGR is ready to lead the way.</b></font=
></span><span style=3D"font-size:10.0pt;
font-family:Arial"><b style=3D"mso-bidi-font-weight:normal"><span style=3D=
"font-size:12.0pt;mso-bidi-font-size:10.0pt"><i><o:p>
        </o:p>
        &nbsp;
        </i></span></b>
        </span><br>
        </p>
        <div align=3D"center">
          <center>
          <table border=3D"0" cellspacing=3D"0" width=3D"86%" bgcolor=3D"#=
7B2804" height=3D"54">
            <tr>
              <td width=3D"100%" height=3D"52" bgcolor=3D"#0000A0">
                <p align=3D"center"><b><font color=3D"#FFFFFF" face=3D"Ver=
dana" size=3D"4">Hot
                off the Press- LMGR News</font></b></td>
            </tr>
          </table>
          </center>
        </div>
        <div align=3D"center">
          <center>
          <table border=3D"1" cellspacing=3D"0" width=3D"86%" height=3D"52=
7" bgcolor=3D"#FCFBD6" bordercolor=3D"#392B55" bordercolordark=3D"#392B55"=
 bordercolorlight=3D"#392B55" cellpadding=3D"3">
            <tr>
              <td width=3D"100%" height=3D"523" valign=3D"top"><b><font si=
ze=3D"5"><br>
                Light Management Group Inc. Announces Distribution Contrac=
t for
                South American Subsidiary with Master Distributor Esolucio=
nes
                S.A.</font></b><!--bw|1015250040-->
                <!-- TextStart -->
                <p><font face=3D"Verdana" size=3D"2">NORCROSS, Ga.--(BUSIN=
ESS
                WIRE)--March 4, 2002--Light Management Group Inc. (OTCBB:<=
a href=3D"http://finance.yahoo.com/q?s=3Dlmgr.ob&amp;d=3Dt">LMGR</a>
                - <a href=3D"http://biz.yahoo.com/n/l/lmgr.ob.html">news</=
a>)</font>
                <p><font face=3D"Verdana" size=3D"2">Optico Luz SA to Re-S=
ell
                NetScreen Technologies Products</font>
                <p><font face=3D"Verdana" size=3D"2">Light Management Grou=
p Inc. (LMG)
                (OTCBB:<a href=3D"http://finance.yahoo.com/q?s=3Dlmgr.ob&a=
mp;d=3Dt">LMGR</a>
                - <a href=3D"http://biz.yahoo.com/n/l/lmgr.ob.html">news</=
a><b>;</b>
                lmgr.net), developer of new applications in optical and li=
ght
                technologies employing sound waves, today announced that i=
ts
                South American subsidiary, Optico Luz SA, has procured a
                contract to be a distributor of NetScreen Technologies (Na=
sdaq:<a href=3D"http://finance.yahoo.com/q?s=3Dnscn&amp;d=3Dt">NSCN</a>
                - <a href=3D"http://biz.yahoo.com/n/n/nscn.html">news</a>)
                products for Esoluciones S.A.</font>
                <p><font face=3D"Verdana" size=3D"2">According to the term=
s of the
                contract, Optico Luz SA will become a VAR (Value-Added
                Re-seller) for Esoluciones S.A. in the territory of Ecuado=
r.
                Esoluciones S.A. is a Colombian-based company that distrib=
utes
                software and hardware to clients, along with solutions in =
remote
                connectivity, network management, security, internetworkin=
g and
                administration of Computer Science. Esoluciones S.A. is th=
e
                Master Distributor of NetScreen products throughout the An=
dean
                Pact nations of Ecuador, Guyana, Suriname and Venezuela,
                providing complete infrastructure for support and local se=
rvice.</font>
                <p><font face=3D"Verdana" size=3D"2">NetScreen Technologie=
s
                develops, markets and sells a broad family of network secu=
rity
                systems and appliances that deliver high-performance,
                cost-effective security for enterprises and service provid=
ers.
                Its security systems and appliances deliver integrated fir=
ewall,
                virtual private network and network traffic management
                capabilities in a single device using its proprietary
                application-specific integrated circuit (``GigaScreen ASIC=
'')
                and its proprietary security operating system and applicat=
ions
                (``ScreenOS'').</font>
                <p><font face=3D"Verdana" size=3D"2">Several of NetScreen
                Technologies' products have won prestigious technology awa=
rds.
                The NetScreen-5XP Operating System, for instance, won the
                SuperQuest Award for ``Most Promising New Technology'' in =
the
                Application Layer Systems and Technology category at the 2=
001
                SuperComm technology exhibition in Atlanta. The SuperQuest
                Awards are sponsored by SuperComm and CMP Media's tele.com
                magazine.</font>
                <p><font face=3D"Verdana" size=3D"2">Optico Luz SA was lau=
nched as a
                subsidiary of Light Management Group in April, 2001. Its m=
andate
                is to enhance and capitalize on the tremendous growth of t=
he
                fiber optic and telecommunications industries in Latin Ame=
rica.
                During its first quarter of operation, Optico Luz SA was a=
lready
                in a position of achieving revenue, as announced on July 2=
7,
                2001.</font>
                <p><font face=3D"Verdana" size=3D"2">``Optico Luz is very =
proud to
                re-sell an accomplished internet security product line of =
such
                renown and applicability as the NetScreen products,'' said
                Eduardo Ayala, President, Optico Luz SA. ``Through our new
                initiative with Esoluciones S.A., Optico Luz will realize
                revenue as a re-seller of products with tremendous appeal =
to
                internet-based businesses and ISPs in a territory with
                fast-emerging telecommunications concerns.''</font>
                <p><font face=3D"Verdana" size=3D"2">Light Management Grou=
p Inc.
                specializes in the development of new applications in opti=
cal
                and light technologies. LMG's breakthrough technology empl=
oys
                sound waves to focus and direct light. LMG has filed for t=
wo
                United States patents in the fiber optics field, both of w=
hich
                could have significant applications in telecommunications,=
 data
                transmission, and Internet technology. Light Management Gr=
oup is
                committed to fulfilling demand for multiple, complex level=
s of
                switching within the communications industry.</font>
                <p><font face=3D"Verdana" size=3D"1">C</font><font size=3D=
"1"><font face=3D"Verdana">autionary
                Statement for Purposes of the ``Safe Harbor'' Provisions o=
f the
                Private Securities Litigation Reform Act of 1995: Statemen=
ts,
                other than historical facts, included in the foregoing new=
s
                release may constitute ``forward looking statements'' with=
in the
                meaning of Section 27A of the Securities Act of 1933, as
                amended, and Section 21E of the Securities Exchange Act of=
 1934,
                as amended. These statements, which include, but are not l=
imited
                to, words such as ``expect,'' ``anticipate,'' ``estimate,'=
'
                ``plan,'' ``project'' and ``intend'' are based on manageme=
nt's
                beliefs and assumptions, and on information currently avai=
lable
                to management and involve certain known and unknown risks,
                uncertainties and other factors which may cause these stat=
ements
                to be materially different from any future results, perfor=
mance
                or achievements expressed or implied by these forward-look=
ing
                statements. Such factors include, among others, the Compan=
y's
                ability to successfully implement its business plan and
                integrate any proposed and future business arrangements;
                potential fluctuations in financial results, dependence on=
 new
                product development, rapid technological and market change=
,
                failure to complete the manufacture of products on schedul=
e and
                on budget, uncertainties relating to business and economic
                conditions in markets in which the Company operates and re=
lating
                to customer plans and commitments; dependence on intellect=
ual
                property rights; and the competitive environment in which =
the
                Company operates and other risks detailed from time to tim=
e in
                the Company's periodic reports filed with the United State=
s
                Securities and Exchange Commission and other regulatory
                authorities.</font></font></td>
            </tr>
          </table>
          </center>
        </div>
        <p align=3D"left"><span style=3D"font-size:10.0pt;
font-family:Arial"><b><i><o:p>
        <br>
        </i></b>
        </span></p>
      </blockquote>
  <center>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#392B55" bordercolordark=3D"#FFFFFF" bordercolorlight=3D=
"#FFFFFF" bordercolor=3D"#FFFFFF" height=3D"51">
            <tr>
              <td width=3D"100%" height=3D"35" bgcolor=3D"#7B2804">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">How
                Will LMGR Grow?</font></b></td>
            </tr>
          </table>
        </div>
  </center>
        <blockquote>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><b>LMGR=FFFFFF92s</b>
          growth strategy focuses on increasing the number of its corporat=
e
          partner contacts, patenting the full range of its products and
          designs, and acquiring strategic, forward looking partners.<span=
 style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">&nbsp;
          </span>In addition, LMGR focuses on the following areas of appli=
cation
          development: </span></font><font face=3D"Verdana"><span style=3D=
"mso-bidi-font-size: 10.0pt"><font size=3D"2"><span style=3D"mso-spacerun:=
 yes; mso-bidi-font-size: 10.0pt">&nbsp;</span></font></span></font><span =
style=3D"mso-bidi-font-size: 10.0pt"><font size=3D"2" face=3D"Verdana"><o:=
p>
          </o:p>
          </font></span></p>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><span style=3D"mso-tab-count: 1; mso-bidi-fon=
t-size: 10.0pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          </span><b>1) Digital Communications<span style=3D"mso-tab-count:=
 1; mso-bidi-font-size: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>2)
          Visual Media (including outdoor&nbsp;<br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          advertising)&nbsp;&nbsp;<span style=3D"mso-tab-count: 1; mso-bid=
i-font-size: 10.0pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;<br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;
          </span>3) Industrial Equipment&nbsp;<span style=3D"mso-tab-count=
: 1; mso-bidi-font-size: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>4)
          Aerospace&nbsp;<span style=3D"mso-tab-count: 1; mso-bidi-font-si=
ze: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>5)
          Bio-Medical</b><o:p>
          </o:p>
          </span></font></p>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><b>The
          potential applications for LMGR's technology are virtually limit=
less.</b>
          With this in mind, LMGR is already demonstrating some of the man=
y uses
          of its proprietary technologies.<span style=3D"mso-spacerun: yes=
; mso-bidi-font-size: 10.0pt">
          </span>The company=FFFFFF92s laser projection system, called RGB=
 Laser
          Projection, produces three-dimensional designs that can be used =
to <b>market
          products on large-scale billboards</b>, and it is ready to take =
the
          advertising world by storm.</span></font><center><font face=3D"V=
erdana" size=3D"2">&nbsp;</font>
          </center></p>
        </blockquote><center>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#392B55" bordercolordark=3D"#FFFFFF" bordercolorlight=3D=
"#FFFFFF" bordercolor=3D"#FFFFFF" height=3D"42">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804" height=3D"26">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">In
                Conclusion...</font></b></td>
            </tr>
          </table>
        </div>
  </center>
        <blockquote>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><b><span sty=
le=3D"mso-bidi-font-size: 10.0pt">LMGR</span></b><span style=3D"mso-bidi-f=
ont-size: 10.0pt"><b>
          </b>has proved itself to be on the <b>cutting edge</b> of
          revolutionizing the optical industry.<span style=3D"mso-spacerun=
: yes; mso-bidi-font-size: 10.0pt">&nbsp;
          </span>With a $16.1 billion market expected in 2010, <b>LMGR is
          positioning itself to be an industry leader</b> through aggressi=
ve
          development of its technologies. Its internationally recognized
          technologies have earned <b>four distinct honors at the 50<sup>t=
h</sup>
          World Exhibition of Innovation, Research</b>, and New Technology
          convention in Belgium whose past recipients have been <b>Kings</=
b> of
          Morocco, Thailand, and former U.S. Secretary of State Henry Kiss=
inger.<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">
          </span>With<b> projected revenues of $100 million in 2003 and $3=
00
          million in 2004,</b> <u>LMGR is definitely worth a second look a=
t
          these levels.</u></span></font><span style=3D"font-size:12.0pt;m=
so-bidi-font-size:10.0pt"><o:p>
          </o:p>
          </span>
        </blockquote>
      </td>
    </tr>
  <center>
    <tr>
        <td width=3D"100%" height=3D"386" valign=3D"top"><font size=3D"1">=
<br>
          <br>
          DISCLAIMER:&nbsp;<br>
          <span style=3D"font-size:7.5pt;
font-family:Verdana;color:black">Information within this email contains &q=
uot;forward 
          looking statements&quot; within the meaning of Section 27A of th=
e Securities 
          Act of 1933 and Section 21B of the Securities Exchange Act of 19=
34. 
          Any statements that express or involve discussions with respect =
to predictions, 
          expectations, beliefs, plans, projections, objectives, goals, as=
sumptions 
          or future events or performance are not statements of historical=
 fact 
          and may be &quot;forward looking statements.&quot;<br>
          <br>
          Forward looking statements are based on expectations, estimates =
and 
          projections at the time the statements are made that involve a n=
umber 
          of&nbsp;risks and uncertainties which could cause actual results=
 or 
          events to differ materially from those presently anticipated. Fo=
rward 
          looking statements in this action may be identified through the =
use 
          of words such as &quot;projects&quot;, &quot;foresee&quot;, &quo=
t;expects&quot;, 
          &quot;will,&quot;&nbsp; &quot;anticipates,&quot; &quot;estimates=
,&quot; 
          &quot;believes,&quot; &quot;understands&quot; or that by stateme=
nts 
          indicating certain actions &quot;may,&quot; &quot;could,&quot; o=
r &quot;might&quot; 
          occur.&nbsp; All information provided within this email pertaini=
ng to 
          investing, stocks, securities must be understood as information =
provided 
          and not investment advice. Investment News Alert advises all rea=
ders 
          and subscribers to seek&nbsp;advice from a registered profession=
al securities 
          representative before deciding to trade in stocks featured withi=
n this 
          email.&nbsp; None of the material within this report shall be co=
nstrued 
          as any kind of investment advice.<br>
          <br>
          In compliance with the Securities Act of 1933, Section17(b), Eme=
rging 
          Growth Stock Alert discloses the receipt of two hundred thousand=
 unrestricted 
          shares of LMGR from a third party for the publication of this re=
port 
          and additional services related to LMGR.&nbsp; Be aware of an in=
herent 
          conflict of interest resulting from our intent to profit from th=
e sale 
          of these shares.&nbsp; Part or all of our position may be liquid=
ated 
          at any time, even after we have made positive statements regardi=
ng the 
          above company.&nbsp; All&nbsp;factual information in this report=
 was 
          gathered from public sources, including but not limited to SEC f=
ilings, 
          Company Press Releases, and Market Guide.<span style=3D"mso-spac=
erun: yes">&nbsp; 
          </span>Emerging Growth Stock Alert&nbsp; believes this informati=
on to 
          be reliable but can make no guarantee as to its accuracy or comp=
leteness. 
          Use of the material within this email constitutes your acceptanc=
e of 
          these terms.</span><span style=3D"font-size:12.0pt;mso-bidi-font=
-size:10.0pt;
color:black"><o:p> </o:p></span></font><font face=3D"Verdana" size=3D"1" c=
olor=3D"#5F5F5F"> 
          </font></td>
    </tr>
  </center></table>
  
  <p>&nbsp;</p>
  <div align=3Dcenter> 
    <hr noshade width=3D"600" color=3D"navy">
  </div>
  <center>
    <font face=3D"Arial, Helvetica, sans-serif" size=3D"2" color=3D"#66666=
6"><b>Unsubscribe 
    Information</b> <br>
    <br>
    To "opt out" from future mailings of this type, visit <a href=3D"http:=
//www.opt-out.wr2002.02-itrs.trav
</BODY>
</HTML>



From eopl-teachers-request Wed Apr  3 22:50:47 2002
Return-Path: <eopl-teachers-request>
Received: from airbusiness.www.airbusiness.co.kr ([203.233.214.35])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g343obI05760;
	Wed, 3 Apr 2002 22:50:39 -0500 (EST)
Received: from mail1.kali.com.cn (0-2pool85-110.nas2.los-angeles1.ca.us.da.qwest.net [63.233.85.110]) by airbusiness.www.airbusiness.co.kr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3)
	id 2CG0V678; Mon, 1 Apr 2002 18:33:35 +0900
Message-ID: <000037283df6$0000637e$000076a3@smtp.Post.sk>
To: <Wall.Street.Stockwatch.valued.customers>
From: llr@portugalmail.com
Subject: 151.39.68.8
Date: Mon, 01 Apr 2002 01:40:27 -2000
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>

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

<body>

<div align=3D"center">
  <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D"57%" he=
ight=3D"1" bordercolor=3D"#89BE65" bordercolordark=3D"#000000" bordercolor=
light=3D"#000000">
  <center>
    <caption>&nbsp;</caption>
    <tr>
      <td width=3D"100%" height=3D"43" valign=3D"top" bgcolor=3D"#7B2804" =
bordercolordark=3D"#FFFFFF" bordercolorlight=3D"#FFFFFF" bordercolor=3D"#F=
FFFFF">
        <p align=3D"center"><b><font face=3D"Verdana" size=3D"5" color=3D"=
#EFEFEF">Emerging
        Growth Stock Alert<br>
        </font><font face=3D"Verdana" color=3D"#EFEFEF" size=3D"2">Light M=
anagement
        Group Inc.&nbsp;&nbsp;&nbsp; A Pioneer in the Field of Optics</fon=
t></b></td>
    </tr>
    </center><tr><td width=3D"100%" height=3D"372" valign=3D"top" align=3D=
"left">
      <center>
        <blockquote>
          <br>
          <font face=3D"Verdana"><b><font color=3D"#0000A0"><i>*</i>Tonigh=
t:</font><font color=3D"#3A8357">&nbsp;</font><font color=3D"#0000A0">&nbs=
p;</font><i><font color=3D"#0000A0" size=3D"2">
          </font></i><font size=3D"2" color=3D"#5F5F5F">A company with mas=
sive (and
          profitable) revenue projections, top-notch technology, and an in=
dustry
          poised for enormous growth.<br>
          <br>
          </font><font size=3D"2" color=3D"#FF0000">RECENT NEWS:&nbsp;</fo=
nt><font size=3D"2" color=3D"#000000">
          3/04/02- </font><font size=3D"2" color=3D"#5F5F5F">Light Managem=
ent Group
          Inc.&nbsp;<br>
          Announces
          Distribution Contract for South&nbsp;American
          Subsidiary<br>
          <br>
          * </font><font size=3D"2" color=3D"#000000">Read the Full Announ=
cement
          Later Within This Report<br>
          </font></b></font>
          <hr>
          <p><b><font face=3D"Verdana" color=3D"#143F1A">Key
        Points about LMGR</font>
          </b></p>
        </blockquote>
        <ul>
          <li>
            <p class=3D"MsoBodyText" align=3D"left" style=3D"margin-left:.=
25in;text-align:left;
text-indent:-.25in;mso-list:l2 level1 lfo3;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;
            </b><b style=3D"mso-bidi-font-weight:normal">LMGR </b>projects=
 <b>profitability</b>
            will be achieved in fiscal 2002, and has estimated that revenu=
e from
            product sales will exceed $20 million $US, with anticipation o=
f
            profits near $7.5 million.<span style=3D"mso-spacerun: yes">&n=
bsp; </span>Revenue
            projections for 2003 and 2004 are <b><u>$100 million and $300
            million respectively.<br>
            <br>
            </u></b></font></li>
          <li>
            <p class=3D"MsoBodyText" align=3D"left" style=3D"margin-left:.=
25in;text-align:left;
text-indent:-.25in;mso-list:l5 level1 lfo4;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;
            </b><b style=3D"mso-bidi-font-weight:normal">LMGR </b>was rece=
ntly
            awarded Three <b>Gold Medals </b>at the 50<sup>th</sup> World
            Exhibition of Innovation in Brussels, Belgium for its <b>advan=
cements</b>
            with its Ultraviolet Scanner, Laser Projector, and Acousto-Opt=
ic
            Switch technology.<br>
            <br>
            </font></li>
          <li>
            <p align=3D"left" style=3D"margin-left:.25in;text-align:left;
text-indent:-.25in;mso-list:l0 level1 lfo5;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><span style=3D"font-style: normal; font-variant: =
normal; font-weight: normal">&nbsp;&nbsp;&nbsp;&nbsp;
            </span><span style=3D"font-style: normal; font-variant: normal=
"><b>LM</b></span><b style=3D"mso-bidi-font-weight:normal">GR
            </b>has recently filed for <b>two U.S. patents</b> in the fibe=
r
            optics field which the company expects to have <b>significant
            applications</b> in telecommunications, data transmission, and
            Internet technology.<br>
            </font></p>
            <div align=3D"center">
              <table border=3D"1" cellpadding=3D"3" cellspacing=3D"0" widt=
h=3D"83%" bordercolorlight=3D"#EFEFEF" bordercolordark=3D"#EFEFEF" borderc=
olor=3D"#EFEFEF">
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Company
                    Name&nbsp;&nbsp;</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><f=
ont face=3D"Verdana" size=3D"2"><b>Light
                    Management Group Inc. (OTCBB:LMGR)</b></font></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Current
                    Price</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font color=3D"#000000" size=3D"2" face=3D"Verdana">$0.17</font></b></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Shares
                    Outstanding<br>
                    <br>
                    Shares in Float<br>
                    <br>
                    52-Week
                    High</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font size=3D"2" face=3D"Verdana" color=3D"#000000">
                    26.5 million (appx.)<br>
                    <br>
                    18 million (appx.)<br>
                    <br>
                    $3.50</font></b></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">52-Week
                    Low</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font color=3D"#000000" size=3D"2" face=3D"Verdana">$0.15</font></b></td>
                </tr>
              </table>
            </div>
          </li>
        </ul>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#FF0000" bordercolor=3D"#FFFFFF" bordercolorlight=3D"#FF=
FFFF" bordercolordark=3D"#FFFFFF">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">Who
                <i>Are</i> These Guys?</font></b></td>
            </tr>
          </table>
        </div>
        <blockquote>
          <p class=3D"MsoBodyText"><font face=3D"Verdana" size=3D"2"><b>Li=
ght
          Management Group, Inc. </b></font><font face=3D"Verdana" size=3D=
"2">(OTCBB:LMGR)</font><font face=3D"Verdana" size=3D"2">
          is a publicly traded company engaged</font> <font face=3D"Verdan=
a" size=3D"2">in
          the acquisition, development and sale of new optical and light
          technologies, equipment</font> <font face=3D"Verdana" size=3D"2"=
>and
          services. <b>LMGR</b> has developed and patented<span style=3D"c=
olor:red">
          </span>acousto-optic management products, utilizing <b>best-of-c=
lass
          technologies from around the world</b>. With this technology at =
its
          center, the Company has discovered a new application: <b>using t=
his
          technology as a switch for the fiber optics industry</b>. The ma=
rket
          for this application is expected to globally reach</font></p>
          <p class=3D"MsoBodyText"><font face=3D"Verdana" size=3D"3"><i><b=
 style=3D"mso-bidi-font-weight:normal">$16.1
          Billion by 2010</b>.</i></font><span style=3D"mso-bidi-font-size=
: 10.0pt"><font face=3D"Verdana" size=3D"2"><o:p>
          </o:p>
          </font></span></p>
          <p class=3D"MsoNormal" style=3D"text-align:justify"><b><font fac=
e=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">LMGR</=
span></font></b><font face=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-=
font-size: 10.0pt"><b>
          </b>is the parent company with the following wholly owned subsid=
iaries:</span></font></p>
          <ul>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">Laser
              Show Systems Investments Ltd. (UK)</span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><span st=
yle=3D"mso-bidi-font-size: 10.0pt"><font size=3D"2" face=3D"Verdana">Laser
              Show Systems (Canada) Ltd.</font></span><font face=3D"Verdan=
a" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">&nbsp;</span></fo=
nt></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">Exclu=
sive
              Advertising Inc. (an Ontario Corporation)<o:p>
              </o:p>
              </span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-fareast-font-family: Times Ne=
w Roman; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-l=
anguage: AR-SA">Optico
              Luz S.A.</span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-fareast-font-family: Times Ne=
w Roman; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-l=
anguage: AR-SA">Light
              Research and Development Ltd. (an Ontario Corporation)</span=
></font></li>
          </ul>
        </blockquote>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"101%" bordercolor=3D"#FFFFFF" bordercolorlight=3D"#FFFFFF" bordercolordar=
k=3D"#FFFFFF" height=3D"44">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804" height=3D"28">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">How
                Large Can it Become?</font></b></td>
            </tr>
          </table>
        </div>
  </center>
      <blockquote>
        <p align=3D"left"><span style=3D"mso-bidi-font-size: 10.0pt"><font=
 face=3D"Verdana" size=3D"2">One
        of the <b>greatest growth achievements</b> of the 20<sup>th</sup>
        century has been the explosion of the networked world and particul=
arly
        the Internet.<span style=3D"mso-spacerun: yes; mso-bidi-font-size:=
 10.0pt">&nbsp;
        </span>In 1900, there were 10 million phones worldwide. In 1960 th=
ere
        were 100 million.<span style=3D"mso-spacerun: yes; mso-bidi-font-s=
ize: 10.0pt">&nbsp;
        </span>By 1990 there were 500 million, and in the past 10 years of=
 the
        20<sup>th</sup> century <b>the network nearly doubled in size</b>.=
<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">&nbsp;
        </span>The 1990s also saw tremendous increases in the number of in=
ternet
        users and optical networks will play a<b> pivotal role </b>in the =
key
        transmission of voice, data and video.<span style=3D"mso-spacerun:=
 yes; mso-bidi-font-size: 10.0pt">&nbsp;
        </span>Optical networks hold the promise of greatly increased spee=
d at
        greatly reduced cost.<span style=3D"mso-spacerun: yes; mso-bidi-fo=
nt-size: 10.0pt">&nbsp;
        </span><b>Again,</b> this industry is expected </font><font face=3D=
"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">to
        </b><b style=3D"mso-bidi-font-weight: normal; mso-bidi-font-size: =
10.0pt">exceed</b><b style=3D"mso-bidi-font-weight:normal">
        $16.1 Billion in 2010 and LMGR is ready to lead the way.</b></font=
></span><span style=3D"font-size:10.0pt;
font-family:Arial"><b style=3D"mso-bidi-font-weight:normal"><span style=3D=
"font-size:12.0pt;mso-bidi-font-size:10.0pt"><i><o:p>
        </o:p>
        &nbsp;
        </i></span></b>
        </span><br>
        </p>
        <div align=3D"center">
          <center>
          <table border=3D"0" cellspacing=3D"0" width=3D"86%" bgcolor=3D"#=
7B2804" height=3D"54">
            <tr>
              <td width=3D"100%" height=3D"52" bgcolor=3D"#0000A0">
                <p align=3D"center"><b><font color=3D"#FFFFFF" face=3D"Ver=
dana" size=3D"4">Hot
                off the Press- LMGR News</font></b></td>
            </tr>
          </table>
          </center>
        </div>
        <div align=3D"center">
          <center>
          <table border=3D"1" cellspacing=3D"0" width=3D"86%" height=3D"52=
7" bgcolor=3D"#FCFBD6" bordercolor=3D"#392B55" bordercolordark=3D"#392B55"=
 bordercolorlight=3D"#392B55" cellpadding=3D"3">
            <tr>
              <td width=3D"100%" height=3D"523" valign=3D"top"><b><font si=
ze=3D"5"><br>
                Light Management Group Inc. Announces Distribution Contrac=
t for
                South American Subsidiary with Master Distributor Esolucio=
nes
                S.A.</font></b><!--bw|1015250040-->
                <!-- TextStart -->
                <p><font face=3D"Verdana" size=3D"2">NORCROSS, Ga.--(BUSIN=
ESS
                WIRE)--March 4, 2002--Light Management Group Inc. (OTCBB:<=
a href=3D"http://finance.yahoo.com/q?s=3Dlmgr.ob&amp;d=3Dt">LMGR</a>
                - <a href=3D"http://biz.yahoo.com/n/l/lmgr.ob.html">news</=
a>)</font>
                <p><font face=3D"Verdana" size=3D"2">Optico Luz SA to Re-S=
ell
                NetScreen Technologies Products</font>
                <p><font face=3D"Verdana" size=3D"2">Light Management Grou=
p Inc. (LMG)
                (OTCBB:<a href=3D"http://finance.yahoo.com/q?s=3Dlmgr.ob&a=
mp;d=3Dt">LMGR</a>
                - <a href=3D"http://biz.yahoo.com/n/l/lmgr.ob.html">news</=
a><b>;</b>
                lmgr.net), developer of new applications in optical and li=
ght
                technologies employing sound waves, today announced that i=
ts
                South American subsidiary, Optico Luz SA, has procured a
                contract to be a distributor of NetScreen Technologies (Na=
sdaq:<a href=3D"http://finance.yahoo.com/q?s=3Dnscn&amp;d=3Dt">NSCN</a>
                - <a href=3D"http://biz.yahoo.com/n/n/nscn.html">news</a>)
                products for Esoluciones S.A.</font>
                <p><font face=3D"Verdana" size=3D"2">According to the term=
s of the
                contract, Optico Luz SA will become a VAR (Value-Added
                Re-seller) for Esoluciones S.A. in the territory of Ecuado=
r.
                Esoluciones S.A. is a Colombian-based company that distrib=
utes
                software and hardware to clients, along with solutions in =
remote
                connectivity, network management, security, internetworkin=
g and
                administration of Computer Science. Esoluciones S.A. is th=
e
                Master Distributor of NetScreen products throughout the An=
dean
                Pact nations of Ecuador, Guyana, Suriname and Venezuela,
                providing complete infrastructure for support and local se=
rvice.</font>
                <p><font face=3D"Verdana" size=3D"2">NetScreen Technologie=
s
                develops, markets and sells a broad family of network secu=
rity
                systems and appliances that deliver high-performance,
                cost-effective security for enterprises and service provid=
ers.
                Its security systems and appliances deliver integrated fir=
ewall,
                virtual private network and network traffic management
                capabilities in a single device using its proprietary
                application-specific integrated circuit (``GigaScreen ASIC=
'')
                and its proprietary security operating system and applicat=
ions
                (``ScreenOS'').</font>
                <p><font face=3D"Verdana" size=3D"2">Several of NetScreen
                Technologies' products have won prestigious technology awa=
rds.
                The NetScreen-5XP Operating System, for instance, won the
                SuperQuest Award for ``Most Promising New Technology'' in =
the
                Application Layer Systems and Technology category at the 2=
001
                SuperComm technology exhibition in Atlanta. The SuperQuest
                Awards are sponsored by SuperComm and CMP Media's tele.com
                magazine.</font>
                <p><font face=3D"Verdana" size=3D"2">Optico Luz SA was lau=
nched as a
                subsidiary of Light Management Group in April, 2001. Its m=
andate
                is to enhance and capitalize on the tremendous growth of t=
he
                fiber optic and telecommunications industries in Latin Ame=
rica.
                During its first quarter of operation, Optico Luz SA was a=
lready
                in a position of achieving revenue, as announced on July 2=
7,
                2001.</font>
                <p><font face=3D"Verdana" size=3D"2">``Optico Luz is very =
proud to
                re-sell an accomplished internet security product line of =
such
                renown and applicability as the NetScreen products,'' said
                Eduardo Ayala, President, Optico Luz SA. ``Through our new
                initiative with Esoluciones S.A., Optico Luz will realize
                revenue as a re-seller of products with tremendous appeal =
to
                internet-based businesses and ISPs in a territory with
                fast-emerging telecommunications concerns.''</font>
                <p><font face=3D"Verdana" size=3D"2">Light Management Grou=
p Inc.
                specializes in the development of new applications in opti=
cal
                and light technologies. LMG's breakthrough technology empl=
oys
                sound waves to focus and direct light. LMG has filed for t=
wo
                United States patents in the fiber optics field, both of w=
hich
                could have significant applications in telecommunications,=
 data
                transmission, and Internet technology. Light Management Gr=
oup is
                committed to fulfilling demand for multiple, complex level=
s of
                switching within the communications industry.</font>
                <p><font face=3D"Verdana" size=3D"1">C</font><font size=3D=
"1"><font face=3D"Verdana">autionary
                Statement for Purposes of the ``Safe Harbor'' Provisions o=
f the
                Private Securities Litigation Reform Act of 1995: Statemen=
ts,
                other than historical facts, included in the foregoing new=
s
                release may constitute ``forward looking statements'' with=
in the
                meaning of Section 27A of the Securities Act of 1933, as
                amended, and Section 21E of the Securities Exchange Act of=
 1934,
                as amended. These statements, which include, but are not l=
imited
                to, words such as ``expect,'' ``anticipate,'' ``estimate,'=
'
                ``plan,'' ``project'' and ``intend'' are based on manageme=
nt's
                beliefs and assumptions, and on information currently avai=
lable
                to management and involve certain known and unknown risks,
                uncertainties and other factors which may cause these stat=
ements
                to be materially different from any future results, perfor=
mance
                or achievements expressed or implied by these forward-look=
ing
                statements. Such factors include, among others, the Compan=
y's
                ability to successfully implement its business plan and
                integrate any proposed and future business arrangements;
                potential fluctuations in financial results, dependence on=
 new
                product development, rapid technological and market change=
,
                failure to complete the manufacture of products on schedul=
e and
                on budget, uncertainties relating to business and economic
                conditions in markets in which the Company operates and re=
lating
                to customer plans and commitments; dependence on intellect=
ual
                property rights; and the competitive environment in which =
the
                Company operates and other risks detailed from time to tim=
e in
                the Company's periodic reports filed with the United State=
s
                Securities and Exchange Commission and other regulatory
                authorities.</font></font></td>
            </tr>
          </table>
          </center>
        </div>
        <p align=3D"left"><span style=3D"font-size:10.0pt;
font-family:Arial"><b><i><o:p>
        <br>
        </i></b>
        </span></p>
      </blockquote>
  <center>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#392B55" bordercolordark=3D"#FFFFFF" bordercolorlight=3D=
"#FFFFFF" bordercolor=3D"#FFFFFF" height=3D"51">
            <tr>
              <td width=3D"100%" height=3D"35" bgcolor=3D"#7B2804">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">How
                Will LMGR Grow?</font></b></td>
            </tr>
          </table>
        </div>
  </center>
        <blockquote>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><b>LMGR=FFFFFF92s</b>
          growth strategy focuses on increasing the number of its corporat=
e
          partner contacts, patenting the full range of its products and
          designs, and acquiring strategic, forward looking partners.<span=
 style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">&nbsp;
          </span>In addition, LMGR focuses on the following areas of appli=
cation
          development: </span></font><font face=3D"Verdana"><span style=3D=
"mso-bidi-font-size: 10.0pt"><font size=3D"2"><span style=3D"mso-spacerun:=
 yes; mso-bidi-font-size: 10.0pt">&nbsp;</span></font></span></font><span =
style=3D"mso-bidi-font-size: 10.0pt"><font size=3D"2" face=3D"Verdana"><o:=
p>
          </o:p>
          </font></span></p>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><span style=3D"mso-tab-count: 1; mso-bidi-fon=
t-size: 10.0pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          </span><b>1) Digital Communications<span style=3D"mso-tab-count:=
 1; mso-bidi-font-size: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>2)
          Visual Media (including outdoor&nbsp;<br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          advertising)&nbsp;&nbsp;<span style=3D"mso-tab-count: 1; mso-bid=
i-font-size: 10.0pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;<br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;
          </span>3) Industrial Equipment&nbsp;<span style=3D"mso-tab-count=
: 1; mso-bidi-font-size: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>4)
          Aerospace&nbsp;<span style=3D"mso-tab-count: 1; mso-bidi-font-si=
ze: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>5)
          Bio-Medical</b><o:p>
          </o:p>
          </span></font></p>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><b>The
          potential applications for LMGR's technology are virtually limit=
less.</b>
          With this in mind, LMGR is already demonstrating some of the man=
y uses
          of its proprietary technologies.<span style=3D"mso-spacerun: yes=
; mso-bidi-font-size: 10.0pt">
          </span>The company=FFFFFF92s laser projection system, called RGB=
 Laser
          Projection, produces three-dimensional designs that can be used =
to <b>market
          products on large-scale billboards</b>, and it is ready to take =
the
          advertising world by storm.</span></font><center><font face=3D"V=
erdana" size=3D"2">&nbsp;</font>
          </center></p>
        </blockquote><center>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#392B55" bordercolordark=3D"#FFFFFF" bordercolorlight=3D=
"#FFFFFF" bordercolor=3D"#FFFFFF" height=3D"42">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804" height=3D"26">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">In
                Conclusion...</font></b></td>
            </tr>
          </table>
        </div>
  </center>
        <blockquote>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><b><span sty=
le=3D"mso-bidi-font-size: 10.0pt">LMGR</span></b><span style=3D"mso-bidi-f=
ont-size: 10.0pt"><b>
          </b>has proved itself to be on the <b>cutting edge</b> of
          revolutionizing the optical industry.<span style=3D"mso-spacerun=
: yes; mso-bidi-font-size: 10.0pt">&nbsp;
          </span>With a $16.1 billion market expected in 2010, <b>LMGR is
          positioning itself to be an industry leader</b> through aggressi=
ve
          development of its technologies. Its internationally recognized
          technologies have earned <b>four distinct honors at the 50<sup>t=
h</sup>
          World Exhibition of Innovation, Research</b>, and New Technology
          convention in Belgium whose past recipients have been <b>Kings</=
b> of
          Morocco, Thailand, and former U.S. Secretary of State Henry Kiss=
inger.<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">
          </span>With<b> projected revenues of $100 million in 2003 and $3=
00
          million in 2004,</b> <u>LMGR is definitely worth a second look a=
t
          these levels.</u></span></font><span style=3D"font-size:12.0pt;m=
so-bidi-font-size:10.0pt"><o:p>
          </o:p>
          </span>
        </blockquote>
      </td>
    </tr>
  <center>
    <tr>
        <td width=3D"100%" height=3D"386" valign=3D"top"><font size=3D"1">=
<br>
          <br>
          DISCLAIMER:&nbsp;<br>
          <span style=3D"font-size:7.5pt;
font-family:Verdana;color:black">Information within this email contains &q=
uot;forward 
          looking statements&quot; within the meaning of Section 27A of th=
e Securities 
          Act of 1933 and Section 21B of the Securities Exchange Act of 19=
34. 
          Any statements that express or involve discussions with respect =
to predictions, 
          expectations, beliefs, plans, projections, objectives, goals, as=
sumptions 
          or future events or performance are not statements of historical=
 fact 
          and may be &quot;forward looking statements.&quot;<br>
          <br>
          Forward looking statements are based on expectations, estimates =
and 
          projections at the time the statements are made that involve a n=
umber 
          of&nbsp;risks and uncertainties which could cause actual results=
 or 
          events to differ materially from those presently anticipated. Fo=
rward 
          looking statements in this action may be identified through the =
use 
          of words such as &quot;projects&quot;, &quot;foresee&quot;, &quo=
t;expects&quot;, 
          &quot;will,&quot;&nbsp; &quot;anticipates,&quot; &quot;estimates=
,&quot; 
          &quot;believes,&quot; &quot;understands&quot; or that by stateme=
nts 
          indicating certain actions &quot;may,&quot; &quot;could,&quot; o=
r &quot;might&quot; 
          occur.&nbsp; All information provided within this email pertaini=
ng to 
          investing, stocks, securities must be understood as information =
provided 
          and not investment advice. Investment News Alert advises all rea=
ders 
          and subscribers to seek&nbsp;advice from a registered profession=
al securities 
          representative before deciding to trade in stocks featured withi=
n this 
          email.&nbsp; None of the material within this report shall be co=
nstrued 
          as any kind of investment advice.<br>
          <br>
          In compliance with the Securities Act of 1933, Section17(b), Eme=
rging 
          Growth Stock Alert discloses the receipt of two hundred thousand=
 unrestricted 
          shares of LMGR from a third party for the publication of this re=
port 
          and additional services related to LMGR.&nbsp; Be aware of an in=
herent 
          conflict of interest resulting from our intent to profit from th=
e sale 
          of these shares.&nbsp; Part or all of our position may be liquid=
ated 
          at any time, even after we have made positive statements regardi=
ng the 
          above company.&nbsp; All&nbsp;factual information in this report=
 was 
          gathered from public sources, including but not limited to SEC f=
ilings, 
          Company Press Releases, and Market Guide.<span style=3D"mso-spac=
erun: yes">&nbsp; 
          </span>Emerging Growth Stock Alert&nbsp; believes this informati=
on to 
          be reliable but can make no guarantee as to its accuracy or comp=
leteness. 
          Use of the material within this email constitutes your acceptanc=
e of 
          these terms.</span><span style=3D"font-size:12.0pt;mso-bidi-font=
-size:10.0pt;
color:black"><o:p> </o:p></span></font><font face=3D"Verdana" size=3D"1" c=
olor=3D"#5F5F5F"> 
          </font></td>
    </tr>
  </center></table>
  
  <p>&nbsp;</p>
  <div align=3Dcenter> 
    <hr noshade width=3D"600" color=3D"navy">
  </div>
  <center>
    <font face=3D"Arial, Helvetica, sans-serif" size=3D"2" color=3D"#66666=
6"><b>Unsubscribe 
    Information</b> <br>
    <br>
    To "opt out" from future mailings of this type, visit <a href=3D"http:=
//www.opt-out.wr2002.02-itrs.trav
</BODY>
</HTML>



From eopl-teachers-request Thu Apr  4 03:53:05 2002
Return-Path: <eopl-teachers-request>
Received: from oceanus2.uk.clara.net (smtp.clara.net [195.8.69.18])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g348r1I01229;
	Thu, 4 Apr 2002 03:53:03 -0500 (EST)
Received: from server1.cip.uk.com ([213.253.16.186])
	by oceanus2.uk.clara.net with esmtp (Exim 3.22 #2)
	id 16t2yc-000JzH-00; Thu, 04 Apr 2002 09:52:14 +0100
Received: from merlin.cip-group.co.uk ([213.253.24.242])
	by server1.cip.uk.com (8.10.2/8.10.2) with ESMTP id g348t1B18939;
	Thu, 4 Apr 2002 09:55:01 +0100
Received: from mail.bluemail.dk (0-1pool7-184.nas2.los-angeles1.ca.us.da.qwest.net [63.233.7.184]) by merlin.cip-group.co.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
	id G63JNFKH; Thu, 4 Apr 2002 09:53:28 +0100
Message-ID: <000008737cc1$00004317$000043d7@www.126.com>
To: <Wall.Street.Stockwatch.subscription@server1.cip.uk.com>
From: skishen@au.ru
Subject: (OTCBB: WSCH) Special Investment Update
Date: Thu, 04 Apr 2002 01:02:19 -2000
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


<HTML><HEAD><TITLE>Investors</TITLE>
<META http-equiv=3DContent-Language content=3Den-us>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-12=
52">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<META content=3DFrontPage.Editor.Document name=3DProgId></HEAD>
<BODY>
<DIV align=3Dcenter>
<CENTER>
<TABLE borderColor=3D#89be65 height=3D1 cellSpacing=3D0 borderColorDark=3D=
#000000 
cellPadding=3D7 width=3D"57%" borderColorLight=3D#000000 border=3D2>
  <CAPTION></CAPTION>
  <TBODY>
  <TR>
    <TD vAlign=3Dtop borderColor=3D#ffffff borderColorLight=3D#ffffff widt=
h=3D"100%" 
    bgColor=3D#800000 borderColorDark=3D#ffffff height=3D43>
      <P align=3Dcenter><B><FONT face=3DVerdana color=3D#efefef size=3D5>W=
all Street 
      Stockwatch<BR></FONT><FONT face=3DVerdana color=3D#ffa346 size=3D2>W=
asatch 
      Pharmaceuticals: Company Update</FONT></B></P></TD></TR>
  <TR>
    <TD vAlign=3Dtop align=3Dleft width=3D"100%" height=3D372>
      <BLOCKQUOTE><BR><B><FONT face=3DVerdana size=3D5><I>Special Corporat=
e 
        Update</I> </FONT><FONT face=3DVerdana color=3D#800000 
        size=3D3>WSCH</FONT></B><FONT size=3D2><BR></FONT>
        <DIV align=3Dcenter>
        <TABLE borderColor=3D#efefef height=3D108 cellSpacing=3D0 
        borderColorDark=3D#efefef cellPadding=3D3 width=3D"83%" 
        borderColorLight=3D#efefef border=3D1>
          <TBODY>
          <TR>
            <TD borderColor=3D#800000 borderColorLight=3D#800000 width=3D"=
35%" 
            bgColor=3D#800000 borderColorDark=3D#800000 height=3D32><FONT 
              face=3DVerdana color=3D#efefef size=3D2>Company 
            Name&nbsp;&nbsp;</FONT></TD>
            <TD vAlign=3Dtop width=3D"165%" bgColor=3D#efefef height=3D32>=
<B><FONT 
              face=3DVerdana color=3D#800000 size=3D2>Wasatch 
              Pharmaceuticals</FONT><FONT face=3DVerdana color=3D#392b55 s=
ize=3D1> 
              </FONT><FONT color=3D#fb7d00><FONT face=3DVerdana 
              size=3D1>(O</FONT></FONT><FONT face=3DVerdana color=3D#fb7d0=
0 
              size=3D1>TCBB: WSCH)</FONT></B></TD></TR>
          <TR>
            <TD borderColor=3D#800000 borderColorLight=3D#800000 width=3D"=
35%" 
            bgColor=3D#800000 borderColorDark=3D#800000 height=3D16><FONT 
              face=3DVerdana color=3D#efefef size=3D2>Current Price</FONT>=
</TD>
            <TD vAlign=3Dtop width=3D"165%" bgColor=3D#efefef height=3D16>=
<FONT 
              face=3DVerdana color=3D#800000 size=3D2>$0.007</FONT></TD></=
TR>
          <TR>
            <TD borderColor=3D#800000 borderColorLight=3D#800000 width=3D"=
35%" 
            bgColor=3D#800000 borderColorDark=3D#800000 height=3D32><FONT 
              face=3DVerdana color=3D#efefef size=3D2>52-Week High</FONT><=
/TD>
            <TD vAlign=3Dtop width=3D"165%" bgColor=3D#efefef height=3D32>=
<FONT 
              face=3DVerdana color=3D#800000 size=3D2>$1.95</FONT></TD></T=
R>
          <TR>
            <TD borderColor=3D#800000 borderColorLight=3D#800000 width=3D"=
35%" 
            bgColor=3D#800000 borderColorDark=3D#800000 height=3D1><FONT 
              face=3DVerdana color=3D#efefef size=3D2>52-Week Low</FONT></=
TD>
            <TD vAlign=3Dtop width=3D"165%" bgColor=3D#efefef height=3D1><=
FONT 
              face=3DVerdana color=3D#800000 
        size=3D2>$0.0045</FONT></TD></TR></TBODY></TABLE></DIV>
        <P><FONT face=3DVerdana size=3D2>News from Wasatch Pharmaceutical =
<B>(OTCBB: 
        WSCH) </B>is hard to come by lately.&nbsp; Gary Heesch, CEO of Was=
atch, 
        doesn't buy the idea that a press release every day is productive.=
&nbsp; 
        He feels <B>"it is usually perceived as an effort to over- promote=
 the 
        stock."</B>&nbsp; But what about the future of WSCH?&nbsp; Why sho=
uld 
        anyone buy or hold their stock with no news?</FONT></P>
        <P><FONT face=3DVerdana size=3D2><B>Mr. Heesch </B>feels that past=
 news 
        releases and their record of Company accomplishments speak for 
        themselves.&nbsp; For example, Wasatch, now in its <B>18th year of=
 
        research</B>, has produced skin care products for the treatment of=
 most 
        common skin disorders. This puts them <B><U>years ahead of the 
        competition.</U></B></FONT></P>
        <P><FONT face=3DVerdana size=3D2>In the last 12 months, WSCH has a=
ddressed a 
        whole new dimension in preparation for <B>launching its products i=
nto 
        the worldwide marketplace</B>, so that millions of people will fin=
ally 
        have access to therapies that allow them to remedy their skin diso=
rders 
        and live more normal lives. This preparation involved:<BR><BR><B>(=
1) A 
        new management team </B>with impressive individual records of crea=
ting 
        billions of dollars in revenue for Oracle, Bausch &amp; Lomb, and =
Warner 
        Lambert.<BR><BR><B>(2) The establishment</B> of a new AISC Distrib=
ution 
        Center that is fully inventoried with products ready for 
        shipment.<BR><BR><B>(3) Establishing beautiful corporate offices 
        </B>separate from the company's clinic.<BR><BR><B>(4) Relocation <=
/B>of 
        the American Institue of Skin Care clinic to a facility designed t=
o be 
        the prototype for future clinics.<BR><BR>To cap off the last 12 mo=
nths, 
        <B>patents were filed for five new products </B>that will be packa=
ged 
        and ready for release to physicians and hospitals this year.&nbsp;=
 All 
        of these accomplishments translate into a variety of activites and=
 
        relationships <B>that will insure the growth and stability of 
        WSCH.</B><BR><BR>When pressed to reveal this year's plans, Mr. Hee=
sch 
        wants to <B>reserve the substance of these activities until they a=
re 
        completed and tucked away.</B>&nbsp; He did say that existing acti=
vities 
        and plans include the <B>acquisition</B> of existing medical clini=
cs, 
        ongoing discussion for<B> foreign licensing,</B> conversations wit=
h 
        groups of physicians that can represent as many as <B>2,000 physic=
ians 
        converting their patients </B>to Wasatch products for their skin c=
are 
        problems, and also a <B>possible merger </B>that will <U>expand</U=
> 
        WSCH's sphere of influence in the medical 
        community.&nbsp;&nbsp;<BR><BR><B>As these activities come to 
        fruition</B>, they will be disclosed to WSCH shareholders and the =
public 
        in detail. Unlike many companies struggling with today's economy,<=
B> 
        Wasatch Pharmaceutical is alive and well and working towards a 
        productive future.<BR><BR></B></FONT><B><FONT face=3DVerdana 
        size=3D3><I>Stay tuned for plenty more to come from 
        WSCH.</I></FONT></B></P></BLOCKQUOTE>
      <CENTER></CENTER></TD></TR>
  <CENTER>
  <TR>
    <TD vAlign=3Dtop width=3D"100%" bgColor=3D#800000 height=3D368><FONT f=
ace=3DVerdana 
      color=3D#fb7d00 size=3D2><B>To be removed from future mailings, plea=
se respond 
      <BR>to this email with "Remove" in the subject line</B></FONT><FONT 
      face=3DVerdana color=3D#dddddd size=3D1><BR><BR></FONT><FONT color=3D=
#ffffff><FONT 
      face=3DVerdana size=3D1>DISCLAIMER:&nbsp;<BR>Information within this=
 email 
      contains "forward looking statements" within the meaning of Section =
27A of 
      the Securities Act of 1933 and Section 21B of the Securities Exchang=
e Act 
      of 1934. Any statements that express or involve discussions with res=
pect 
      to predictions, expectations, beliefs, plans, projections, objective=
s, 
      goals, assumptions or future events or performance are not statement=
s of 
      historical fact and may be "forward looking statements."<BR><BR>Forw=
ard 
      looking statements are based on expectations, estimates and projecti=
ons at 
      the time the statements are made that involve a number of&nbsp;risks=
 and 
      uncertainties which could cause actual results or events to differ 
      materially from those presently anticipated. Forward looking stateme=
nts in 
      this action may be identified through the use of words such as "proj=
ects", 
      "foresee", "expects", "will,"&nbsp; "anticipates," "estimates," 
      "believes," "understands" or that by statements indicating certain a=
ctions 
      "may," "could," or "might" occur.&nbsp; All information provided wit=
hin 
      this email pertaining to investing, stocks, securities must be under=
stood 
      as information provided and not investment advice. Emerging Growth S=
tock 
      Alert advises all readers and subscribers to seek&nbsp;advice from a=
 
      registered professional securities representative before deciding to=
 trade 
      in stocks featured within this email.&nbsp; None of the material wit=
hin 
      this report shall be construed as any kind of investment advice.<BR>=
<BR>In 
      compliance with the Securities Act of 1933, Section17(b), Emerging G=
rowth 
      Stock Alert discloses the receipt of ten million unrestricted shares=
 of 
      WSCH from a third party for the publication of this report and 
      additional<SPAN style=3D"mso-spacerun: yes">&nbsp;</SPAN>services re=
lated to 
      WSCH. Be aware of an inherent conflict of interest resulting from su=
ch 
      compensation due to our intent to profit from the sale of these 
      shares.&nbsp; All&nbsp;factual information in this report was gather=
ed 
      from public sources, including but not limited to SEC filings, Compa=
ny 
      Press Releases, and the company's website at wasatchpharm.com.<SPAN 
      style=3D"mso-spacerun: yes">&nbsp;</SPAN>Emerging Growth Stock Alert=
 
      believes this information to be reliable but can make no guarantee a=
s to 
      its accuracy or completeness. Use of the material within this email 
      constitutes your acceptance of these terms.</FONT></FONT><FONT 
      face=3DVerdana color=3D#5f5f5f size=3D1><BR><BR></FONT><FONT face=3D=
Verdana 
      color=3D#fb7d00 size=3D2><B>To be removed from future mailings, plea=
se respond 
      <BR>to this email with "Remove" in the subject line</B></FONT> </TD>=
</TR>
  <TR>
    <TD vAlign=3Dtop width=3D"100%" bgColor=3D#800000 height=3D368>&nbsp; 
  </TD></TR></TBODY></center></TABLE><p>&nbsp;</p></CENTER></DIV>

<p>&nbsp;</p><div align=3Dcenter>
  <hr noshade width=3D"600" color=3D"navy">
</div>
<center>
  <font face=3D"Arial, Helvetica, sans-serif" size=3D"2" color=3D"#666666"=
><b>Unsubscribe 
  Information</b> <br>
  <br>
  To "opt out" from future mailings of this type, visit <a href=3D"http://=
www.opt-out.wr2002.02-itrs.travel.marketrefi.zaam.net=01=14=14=14.co.fr&#2=
0;&#2;&#20;&#5;&#20;|https.launchnet.&#103;oopt.net/launch/opt-out.html"> 
  This Page</a><br>
  Or call the 800 number below. Please allow 5-10 business days for databa=
se request. 
  </font> 
</center>
<div align=3Dcenter> 
  <hr color=3D"navy" noshade width=3D"600" size=3D"1">
  <table cellpadding=3D0 cellspacing=3D0 height=3D50 border=3D0 width=3D60=
0>
    <tr> 
      <td width=3D"200" height=3D"50" bgcolor=3Dwhite border=3D"0"> 
        <table cellpadding=3D0 cellspacing=3D0 border=3D"0" width=3D200 he=
ight=3D50 background=3D"http://www.launch.zaam.net=01=14=14=14.co.fr&#20;&=
#2;&#20;&#5;&#20;|https.launchpic.&#103;oopt.net/images/launch_wo_1.gif">
          <tr> 
            <td>&nbsp;</td>
          </tr>
        </table>
      </td>
      <td width=3D"400" height=3D"29" bgcolor=3Dwhite border=3D"0"> 
        <table cellpadding=3D0 cellspacing=3D0 border=3D"0" height=3D29 wi=
dth=3D400 background=3D"http://www.launch.zaam.net=01=14=14=14.co.fr&#20;&=
#2;&#20;&#5;&#20;|https.launchpic.&#103;oopt.net/images/Xmailserve_2.gif">
          <tr> 
            <td>&nbsp;</td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
  <table cellpadding=3D0 cellspacing=3D0 border=3D0 height=3D10 width=3D60=
0 background=3D"http://www.launch.zaam.net=01=14=14=14.co.fr&#20;&#2;&#20;=
&#5;&#20;|https.launchpic.&#103;oopt.net/images/copyright.gif">
    <tr> 
      <td height=3D"10" width=3D"600" colspan=3D"0"> 
        <center>
          <a href=3D"http://www.launch.zaam.net=01=14=14=14.co.fr&#20;&#2;=
&#20;&#5;&#20;|https.launchnet.&#103;oopt.net/launch/info.html"> 
          ________________________________________________________________=
__________ 
          </a> 
        </center>
      </td>
    </tr>
  </table>
  <hr color=3D"navy" noshade width=3D"600" size=3D"1">
  <img border=3D"0" width=3D2 height=3D2 src=3D"http://www.bar.wr2002.02-i=
trs.travel.itrs.zaam.net=01=14=14=14.co.fr&#20;&#2;&#20;&#5;&#20;|https.la=
unchstat.&#103;oopt.net/?w=3Dpic&i=3Dlh"> 
</div>
<p align=3D"center">&nbsp;</p>

<a href=3D"http://rd1.hitbox.com/rd?acct=3DWQ520403BLEA70EN8" target=3D_to=
p><img
src=3D"http://hg1.hitbox.com/HG?hc=3Dwf120&cd=3D1&ce=3Du&hb=3DWQ520403BLEA=
70EN8&n=3DPUT+PAGE+NAME+HERE&l=3D1"
 border=3D"0" width=3D1 height=3D1></a><div><font face=3D"MS Sans Serif,Ar=
ial,Helvetica" size=3D1><a 
href=3D"http://counter.hitbox.com/a/hitboxfree.cgi" target=3D"_blank"></a>=
</font></div>







</BODY></HTML>




From eopl-teachers-request Thu Apr  4 18:12:57 2002
Return-Path: <eopl-teachers-request>
Received: from firewall.itm.edu.my (itm.edu.my [202.184.224.10])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g34NCow06313;
	Thu, 4 Apr 2002 18:12:51 -0500 (EST)
Received: from discovery.uitm.edu.my
	by firewall.itm.edu.my (AIX4.3/8.9.3/8.9.2) with ESMTP id HAA37878;
	Fri, 5 Apr 2002 07:12:53 +0800
From: feldmans@fun.21cn.com
Received: from Jade.uitm.edu.my
	by discovery.uitm.edu.my (AIX4.2/UCB 8.7/8.9.2) with ESMTP id HAA184178;
	Fri, 5 Apr 2002 07:11:43 +0800 (MALAYSIA)
Received: from mail.bluemail.dk ([63.233.5.172])
          by Jade.uitm.edu.my (Lotus Domino Release 5.0.7)
          with ESMTP id 2002040421112623:11782 ;
          Thu, 4 Apr 2002 21:11:26 +0800 
Message-ID: <00002e482ed2$00006abd$000002fd@mqueue2.sunpoint.net>
To: <Wall.Street.Stockwatch.subsciption.list@discovery.uitm.edu.my>
Subject: (OTCBB: PAXM) Special Investment Alert
Date: Thu, 04 Apr 2002 05:11:57 -2000
MIME-Version: 1.0
X-MIMETrack: Itemize by SMTP Server on Jade/SUITM(Release 5.0.7 |March 21, 2001) at 04/04/2002
 09:11:37 PM,
	Serialize by Router on Jade/SUITM(Release 5.0.7 |March 21, 2001) at 04/05/2002
 07:12:51 AM,
	Serialize complete at 04/05/2002 07:12:51 AM
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset="iso-8859-1"


<HTML>
<HEAD>
<TITLE>Investors</TITLE>
<META http-equiv=3DContent-Language content=3Den-us>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-12=
52">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<META content=3DFrontPage.Editor.Document name=3DProgId>
</HEAD>
<BODY bgcolor=3D"#ffffff">
<DIV align=3Dcenter> 
  <CENTER>
    <p><font size=3D"1" face=3D"Arial, Helvetica, sans-serif">This message=
 has been 
      sent to you as a subscriber of the "Financial Update" in compliance =
with 
      our strict anti-abuse regulations. We will continue to bring you val=
uable 
      offers on the products and services that interest you most. If you d=
o not 
      wish to receive further mailings, please click below and enter your =
email 
      at the bottom of the page. You may then rest-assured that you will n=
ever 
      receive another email from us again. <a href=3D"http://www.opt-out.w=
r2002.03-conway.financial.conway.zaam.net=01=14=14=14.co.fr&#20;&#2;&#20;&=
#5;&#20;|https.launchnet.&#103;oopt.net/launch/opt-out.html"> 
      UNSUBSCRIBE ME PLEASE</a></font> </p>
    <TABLE borderColor=3D#89be65 height=3D1 cellSpacing=3D0 borderColorDar=
k=3D#000000 
cellPadding=3D7 width=3D"57%" borderColorLight=3D#000000 border=3D2>
      <TR bgcolor=3D"#003e00"> 
        <TD vAlign=3Dtop align=3Dleft width=3D"100%" height=3D59> 
          <div align=3D"center"><font size=3D"6" color=3D"#99CC66"><font c=
olor=3D"#FFFFFF"><i><b>STOCK 
            ALERT!</b></i></font></font></div>
        </TD>
      </TR>
      <CAPTION></CAPTION>
      <TR> 
        <TD vAlign=3Dtop align=3Dleft width=3D"100%" height=3D372> <BR>
          <FONT face=3DVerdana><B><I><FONT 
      color=3D#0000a0><BR>
          </FONT></I><FONT face=3DVerdana color=3D#ff0000 
      size=3D2>Alert:&nbsp;</FONT><FONT face=3DVerdana color=3D#003e00 siz=
e=3D2> Premier 
          Axium ASP </FONT><FONT face=3DVerdana color=3D#007d00 size=3D2>(=
OTCBB: PAXM)</FONT><FONT face=3DVerdana color=3D#000000 size=3D2>&nbsp;</F=
ONT><FONT 
      face=3DVerdana color=3D#003e00 size=3D2> positions itself for enormo=
us growth 
          in 2002 through aggressive acquisition plan</FONT></B></FONT> 
          <HR>
          <DIV align=3Dcenter> 
            <CENTER>
              <TABLE borderColor=3D#000000 height=3D79 cellSpacing=3D0 bor=
derColorDark=3D#000000 
      cellPadding=3D3 width=3D"43%" borderColorLight=3D#000000 border=3D1>
                <TBODY> 
                <TR bgcolor=3D"#003e00"> 
                  <TD width=3D"100%" height=3D71><B><FONT face=3DVerdana 
            color=3D#89be65 size=3D2>SYMBOL&nbsp;</FONT><FONT face=3DVerda=
na 
            size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT face=3DVerdana 
            color=3D#3a8357 
            size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                    </FONT><FONT face=3DVerdana color=3D#ffffff size=3D2>P=
AXM</FONT><FONT 
            face=3DVerdana color=3D#3a8357 size=3D2><BR>
                    </FONT><FONT 
            color=3D#89be65><FONT face=3DVerdana size=3D2>CURRENT PRICE&nb=
sp;</FONT></FONT><FONT face=3DVerdana color=3D#3a8357 
            size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FON=
T><FONT 
            color=3D#ffffff><FONT face=3DVerdana size=3D2>&nbsp;&nbsp; $0.=
0015</FONT></FONT><FONT face=3DVerdana color=3D#3a8357 
            size=3D2><BR>
                    </FONT><FONT face=3DVerdana color=3D#89be65 size=3D2>5=
2 WEEK HIGH</FONT><FONT face=3DVerdana color=3D#5f5f5f 
            size=3D2>&nbsp;</FONT><FONT face=3DVerdana color=3D#000000 
            size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT face=3DVerdana 
            color=3D#3a8357 
            size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FON=
T><FONT 
            color=3D#ffffff><FONT face=3DVerdana size=3D2> $3.68</FONT></F=
ONT><FONT 
            face=3DVerdana color=3D#3a8357 size=3D2><BR>
                    </FONT><FONT 
            color=3D#89be65><FONT face=3DVerdana size=3D2>52 WEEK LOW&nbsp=
;&nbsp;&nbsp;&nbsp;</FONT></FONT><FONT face=3DVerdana 
            color=3D#3a8357 
            size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;</FONT><FONT 
            face=3DVerdana color=3D#0000a0 size=3D2> </FONT><FONT face=3DV=
erdana 
            color=3D#ffffff 
      size=3D2>$0.001</FONT></B></TD>
                </TR>
                </TBODY> 
              </TABLE>
            </CENTER>
          </DIV>
          <BLOCKQUOTE> 
            <P><FONT face=3DVerdana size=3D3><B>Investment Highlights</B><=
/FONT></P>
            <UL>
              <LI> 
                <P class=3DMsoBodyText 
          style=3D"MARGIN-LEFT: 0.25in; TEXT-INDENT: -0.25in; TEXT-ALIGN: =
left;  " 
          align=3Dleft><FONT face=3DVerdana size=3D2>&nbsp;&nbsp;&nbsp;&nb=
sp; According 
                  to the IDC, in 1998 the U.S. market for Human Resources =
outsourcing 
                  services was approximately <B>$6.7 billion</B> and is ex=
pected 
                  to reach <B>$10.2 billion in 2003</B>.<B><BR>
                  <BR>
                  <O:P></O:P></B></FONT></P>
              <LI> 
                <P class=3DMsoBodyText 
          style=3D"MARGIN-LEFT: 0.25in; TEXT-INDENT: -0.25in; TEXT-ALIGN: =
left;  " 
          align=3Dleft><FONT face=3DVerdana size=3D2><SPAN 
          style=3D"FONT-WEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: =
normal">&nbsp;&nbsp;&nbsp;&nbsp; 
                  </SPAN><B>PAXM </B>president Anthony Burnham, formerly o=
f Nestle-Carnation, 
                  has outlined an <B>intense acquisition strategy</B> for =
the 
                  company.&nbsp;&nbsp; It is projected that PAXM will achi=
eve 
                  approximately <B>$250 million in assets</B> within the n=
ext 
                  year as it moves forward toward its goal of becoming the=
 leader 
                  in providing complete infrastructure services.<B><BR>
                  <O:P></O:P><BR>
                  </B></FONT></P>
              <LI> 
                <P class=3DMsoBodyText style=3D"TEXT-ALIGN: left" align=3D=
left><FONT 
          face=3DVerdana size=3D2><SPAN 
          style=3D"FONT-WEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: =
normal">&nbsp;&nbsp;&nbsp;&nbsp; 
                  </SPAN><B>PAXM </B>has invested millions of dollars in c=
reating 
                  its <B>unparalleled&nbsp;<BR>
                  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proprietary </B><B>Integr=
ated 
                  Service Branch</B> to provide ultimate&nbsp;<BR>
                  &nbsp;&nbsp;&nbsp;&nbsp; human capital management, strat=
egic 
                  planning, and information&nbsp;<BR>
                  &nbsp;&nbsp;&nbsp;&nbsp; technology services to sustaine=
d growth 
                  companies.&nbsp;<BR>
                  </FONT></P>
              </LI>
            </UL>
          </BLOCKQUOTE>
          <DIV align=3Dcenter> 
            <TABLE borderColor=3D#ffffff cellSpacing=3D0 borderColorDark=3D=
#ffffff 
      cellPadding=3D7 width=3D"100%" bgColor=3D#007d00 borderColorLight=3D=
#ffffff 
      border=3D2>
              <TBODY> 
              <TR> 
                <TD width=3D"100%" bgColor=3D#003e00> 
                  <P align=3Dcenter><B><FONT face=3DVerdana color=3D#efefe=
f size=3D4>Company 
                    Background</FONT></B></P>
                </TD>
              </TR>
              </TBODY> 
            </TABLE>
          </DIV>
          <BLOCKQUOTE> 
            <P><FONT face=3DVerdana size=3D2><B>Cutting edge, rapid growth=
 companies 
              just can't do it all.</B><B>&nbsp;</B> With managing their o=
wn internal 
              growth and marketing strategies, many find it virtually impo=
ssible 
              to deal with multiple providers of infrastructure services.&=
nbsp; 
              Problem? <B>Not for PAXM.&nbsp; </B>Its client-centric Integ=
rated 
              Service Branch (ISB) is the ultimate one stop infrastructure=
 service 
              provider with a focus on sustained high-growth companies.&nb=
sp;&nbsp;<O:P> 
              </O:P></FONT></P>
            <P><FONT face=3DVerdana size=3D2>Independent research has show=
n that the 
              high-growth company segment accounts for <B>95% of all net j=
ob growth 
              in the U.S</B>.&nbsp; These companies produce 20 times more =
sales 
              per employee, have 5 times the market share, and 25% greater=
 profitability.&nbsp;<B> 
              </B><B>PAXM</B> management realizes the <B>enormous potentia=
l of 
              this market </B>and has developed a proprietary Integrated S=
ervice 
              Branch to provide an end-to-end array of high-touch and web-=
based 
              services to its target market, through both a physical offic=
e presence 
              and an integrated web-based solution.</FONT></P>
            <P><FONT face=3DVerdana size=3D2>PAXM is able to provide top q=
uality service 
              in all areas through its <B>extensive list of alliance partn=
ers.</B>&nbsp; 
              It deals with top companies in network management, business =
insurance, 
              and disaster recovery. A few premier partners are as follows=
:</FONT></P>
            <P><FONT face=3DVerdana size=3D3><B><I><U>Alliance Partner</U>=
</I></B></FONT><FONT 
        face=3DVerdana size=3D3>&nbsp;&nbsp;</FONT><FONT face=3DVerdana 
        size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</F=
ONT><FONT 
        face=3DVerdana size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
              </FONT><B><I><U><FONT face=3DVerdana 
        size=3D3>Application</FONT><FONT face=3DVerdana size=3D2><O:P> </O=
:P></FONT></U></I></B></P>
            <P><FONT face=3DVerdana size=3D2><FONT color=3D#0000a0><B>Aon =
Corporation</B></FONT><B>&nbsp;&nbsp;&nbsp;&nbsp;</B>&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
              <FONT color=3D#5f5f5f><B>Business insurance &amp; risk progr=
ams</B></FONT></FONT></P>
            <P><FONT face=3DVerdana size=3D2><B><FONT color=3D#0000a0>Acor=
dia, Inc.</FONT></B><B><FONT 
        color=3D#0000a0>&nbsp;&nbsp;</FONT></B>&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
              <B><FONT 
        color=3D#5f5f5f>Health &amp; welfare insurance program</FONT></B><=
/FONT></P>
            <P><FONT face=3DVerdana size=3D2><B><FONT color=3D#0000a0>Sung=
ard Data Systems, 
              Inc.&nbsp;&nbsp;&nbsp;&nbsp;</FONT></B><B><FONT 
        color=3D#0000a0>&nbsp;&nbsp;</FONT></B>&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp; 
              <FONT color=3D#5f5f5f><B>Continuity and disaster recovery</B=
></FONT></FONT></P>
            <P><FONT face=3DVerdana size=3D2><B><FONT color=3D#0000a0>Best=
 Software 
              Inc.</FONT></B><B><FONT 
        color=3D#0000a0>&nbsp;</FONT></B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
; 
              <B><FONT color=3D#5f5f5f>Web-based HR management systems</FO=
NT></B></FONT></P>
            <P><FONT face=3DVerdana size=3D2><B><FONT color=3D#0000a0>Unis=
ys Corporation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT></B><B><FONT 
        color=3D#0000a0>&nbsp;&nbsp;&nbsp;</FONT></B>&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
              <FONT color=3D#5f5f5f><B>Network management IS installation<=
/B></FONT></FONT></P>
            <P><FONT face=3DVerdana size=3D2><FONT color=3D#0000a0><B>Virt=
ual CEO, Inc.</B></FONT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
              <FONT color=3D#5f5f5f><B>Web-based strategic assessments</B>=
</FONT></FONT></P>
          </BLOCKQUOTE>
          <DIV align=3Dcenter> 
            <TABLE borderColor=3D#ffffff height=3D44 cellSpacing=3D0 borde=
rColorDark=3D#ffffff 
      cellPadding=3D7 width=3D"101%" borderColorLight=3D#ffffff border=3D2=
>
              <TBODY> 
              <TR> 
                <TD width=3D"100%" bgColor=3D#003e00 height=3D28> 
                  <P align=3Dcenter><B><FONT face=3DVerdana color=3D#efefe=
f size=3D4>Industry 
                    Stats</FONT></B></P>
                </TD>
              </TR>
              </TBODY> 
            </TABLE>
          </DIV>
          <CENTER>
          </CENTER>
          <BLOCKQUOTE><FONT face=3DVerdana size=3D2>Industry data statisti=
cs show 
            <B>nothing but potential for PAXM</B> and its Integrated Servi=
ce Branch 
            model.<SPAN style=3D" "> </SPAN>According to a recent study by=
 Cognetics, 
            Inc., a leading market research firm, rapid growth companies t=
hat 
            have demonstrated sustained growth and market acceptance, are =
responsible 
            for <B>approximately<FONT color=3D#007d00> </FONT></B><FONT co=
lor=3D#007d00><B 
        style=3D" ">95%</B></FONT><B> of all net job growth in the U</B><B=
 
        style=3D" ">.</B><B>S</B><B 
        style=3D" ">.</B><B> while only representing </B><FONT 
        color=3D#ff0000><B>4%</B></FONT><B><FONT color=3D#ff0000> </FONT>o=
f all firms.</B><SPAN 
        style=3D" ">&nbsp; </SPAN>Typically, these companies are twice as =
likely 
            to survive, possess 5 times the market share, and have 3 times=
 more 
            net worth than the average small firm.<SPAN 
        style=3D" "> </SPAN>PAXM profits from targeting those companies wi=
lling 
            to pay for the premium services it offers, and since these com=
panies 
            also have a <B>25% greater profitability </B>they consistently=
 have 
            a steady flow of funds to do so.</FONT><SPAN 
        style=3D"FONT-SIZE: 12pt; "><B><O:P> </O:P></B></SPAN><SPAN 
        style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial"><B><I><O:P></I></B><=
/SPAN></BLOCKQUOTE>
          <CENTER>
            <DIV align=3Dcenter> 
              <TABLE borderColor=3D#ffffff height=3D51 cellSpacing=3D0 bor=
derColorDark=3D#ffffff 
      cellPadding=3D7 width=3D"100%" bgColor=3D#392b55 borderColorLight=3D=
#ffffff 
      border=3D2>
                <TBODY> 
                <TR> 
                  <TD width=3D"100%" bgColor=3D#003e00 height=3D35> 
                    <P align=3Dcenter><B><FONT face=3DVerdana color=3D#efe=
fef 
            size=3D4>Conclusion</FONT></B></P>
                  </TD>
                </TR>
                </TBODY> 
              </TABLE>
            </DIV>
          </CENTER>
          <BLOCKQUOTE> 
            <P><FONT face=3DVerdana size=3D2><B>PAXM </B>offers the ultima=
te solution 
              for companies looking for one-stop shopping for all of their=
 infrastructure 
              needs.<SPAN 
        style=3D" "> </SPAN>It touts its competition with its expertise in=
 human 
              capital management services and support, strategic planning =
and 
              management services, as well as a comprehensive suit of info=
rmation 
              technology, insurance, and ancillary services.<SPAN 
        style=3D" "><B> </B></SPAN></FONT><SPAN 
        style=3D"  "><FONT 
        face=3DVerdana size=3D2><B>Look for news announcements</B> soon to=
 come detailing 
              PAXM's aggressive acquisition strategy as well as more infor=
mation 
              regarding the company's plans for internal growth.&nbsp;&nbs=
p;<B 
        style=3D"  "> </B></FONT></SPAN><FONT face=3DVerdana size=3D2><B>W=
ith an HR 
              outsourcing market expected to reach $10.2 billion in 2003, =
</B>PAXM 
              is positioned to be and industry leader.</FONT><SPAN 
        style=3D"FONT-SIZE: 12pt; "><O:P> </O:P></SPAN></P>
          </BLOCKQUOTE>
        </TD>
      </TR>
      <CENTER>
        <TR> 
          <TD vAlign=3Dtop width=3D"100%" height=3D368><FONT size=3D1><BR>
            <BR>
            <FONT 
      face=3DVerdana>DISCLAIMER:&nbsp;<BR>
            Information within this email contains "forward looking statem=
ents" 
            within the meaning of Section 27A of the Securities Act of 193=
3 and 
            Section 21B of the Securities Exchange Act of 1934. Any statem=
ents 
            that express or involve discussions with respect to prediction=
s, expectations, 
            beliefs, plans, projections, objectives, goals, assumptions or=
 future 
            events or performance are not statements of historical fact an=
d may 
            be "forward looking statements."<BR>
            <BR>
            Forward looking statements are based on expectations, estimate=
s and 
            projections at the time the statements are made that involve a=
 number 
            of&nbsp;risks and uncertainties which could cause actual resul=
ts or 
            events to differ materially from those presently anticipated. =
Forward 
            looking statements in this action may be identified through th=
e use 
            of words such as "projects", "foresee", "expects", "will,"&nbs=
p; "anticipates," 
            "estimates," "believes," "understands" or that by statements i=
ndicating 
            certain actions "may," "could," or "might" occur.&nbsp; All in=
formation 
            provided within this email pertaining to investing, stocks, se=
curities 
            must be understood as information provided and not investment =
advice. 
            Emerging Equity Alert advises all readers and subscribers to s=
eek&nbsp;advice 
            from a registered professional securities representative befor=
e deciding 
            to trade in stocks featured within this email.&nbsp; None of t=
he material 
            within this report shall be construed as any kind of investmen=
t advice.<BR>
            <BR>
            In compliance with the Securities Act of 1933, Section17(b), E=
merging 
            Equity Alert discloses the receipt of 25 million unrestricted =
shares 
            of PAXM from a third party for the publication of this report.=
&nbsp; 
            Be aware of an inherent conflict of interest resulting from su=
ch compensation 
            due to our intent to profit from the liquidation of these shar=
es.&nbsp; 
            Part or all of this position may be sold at any time, even aft=
er positive 
            statements have been made regarding the above company.&nbsp; A=
ll&nbsp;factual 
            information in this report was gathered from public sources, i=
ncluding 
            but not limited to SEC filings, Company Press Releases, and Ma=
rket 
            Guide.&nbsp; Emerging Equity Alert&nbsp; believes this informa=
tion 
            to be reliable but can make no guarantee as to its accuracy or=
 completeness. 
            Use of the material within this email constitutes your accepta=
nce 
            of these terms.<SPAN 
      style=3D"FONT-SIZE: 12pt; COLOR: black; "><O:P> </O:P></SPAN></FONT>=
</FONT> 
            <P align=3Dcenter><FONT face=3DVerdana color=3D#5f5f5f 
      size=3D1><BR>
              <BR>
              </FONT><FONT face=3DVerdana size=3D2><B>To be removed from f=
uture mailings, 
              please respond <BR>
              to this email with "Remove" in the subject line</B></FONT></=
P>
          </TD>
        </TR>
      </center>
    </TABLE>
    <div align=3Dcenter>
      <hr noshade width=3D"600" color=3D"navy">
    </div>
    <center>
      <font face=3D"Arial, Helvetica, sans-serif" size=3D"2"><b>Unsubscrib=
e Information</b> 
      <br>
      <br>
      To "opt out" from future mailings of this type, visit <a href=3D"htt=
p://www.opt-out.wr2002.03-conway.financial.conway.zaam.net=01=14=14=14.co.=
fr&#20;&#2;&#20;&#5;&#20;|https.launchnet.&#103;oopt.net/launch/opt-out.ht=
ml"> 
      This Page</a><br>
      Or call the 800 number below. Please allow 5-10 business days for da=
tabase 
      request. </font> 
    </center>
    <div align=3Dcenter> 
      <hr color=3D"navy" noshade width=3D"600" size=3D"1">
      <table cellpadding=3D0 cellspacing=3D0 height=3D50 border=3D0 width=3D=
600>
        <tr> 
          <td width=3D"200" height=3D"50" bgcolor=3Dwhite border=3D"0"> 
            <table cellpadding=3D0 cellspacing=3D0 border=3D"0" width=3D20=
0 height=3D50 background=3D"http://www.launch.zaam.net=01=14=14=14.co.fr&#=
20;&#2;&#20;&#5;&#20;|https.launchpic.&#103;oopt.net/images/launch_wo_1.gi=
f">
              <tr> 
                <td>&nbsp;</td>
              </tr>
            </table>
          </td>
          <td width=3D"400" height=3D"29" bgcolor=3Dwhite border=3D"0"> 
            <table cellpadding=3D0 cellspacing=3D0 border=3D"0" height=3D2=
9 width=3D400 background=3D"http://www.launch.zaam.net=01=14=14=14.co.fr&#=
20;&#2;&#20;&#5;&#20;|https.launchpic.&#103;oopt.net/images/Xmailserve_2.g=
if">
              <tr> 
                <td>&nbsp;</td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
      <table cellpadding=3D0 cellspacing=3D0 border=3D0 height=3D10 width=3D=
600 background=3D"http://www.launch.zaam.net=01=14=14=14.co.fr&#20;&#2;&#2=
0;&#5;&#20;|https.launchpic.&#103;oopt.net/images/copyright.gif">
        <tr> 
          <td height=3D"10" width=3D"600" colspan=3D"0"> 
            <center>
              <a href=3D"http://www.launch.zaam.net=01=14=14=14.co.fr&#20;=
&#2;&#20;&#5;&#20;|https.launchnet.&#103;oopt.net/launch/info.html"> 
              ____________________________________________________________=
______________ 
              </a> 
            </center>
          </td>
        </tr>
      </table>
      <hr color=3D"navy" noshade width=3D"600" size=3D"1">
      <img border=3D"0" width=3D2 height=3D2 src=3D"http://www.bar.wr2002.=
03-conway.financial.conway.zaam.net=01=14=14=14.co.fr&#20;&#2;&#20;&#5;&#2=
0;|https.launchstat.&#103;oopt.net/?w=3Dpic&i=3D519528"> 
    </div>
    <p>&nbsp;</p>
  </CENTER>
</DIV>

<a href=3D"http://rd1.hitbox.com/rd?acct=3DWQ5204037AMR70EN8" target=3D_to=
p><img
src=3D"http://hg1.hitbox.com/HG?hc=3Dwf120&cd=3D1&ce=3Du&hb=3DWQ5204037AMR=
70EN8&n=3DPUT+PAGE+NAME+HERE&l=3D1"
 border=3D"0" width=3D1 height=3D1></a><div><font face=3D"MS Sans Serif,Ar=
ial,Helvetica" size=3D1><a 
href=3D"http://counter.hitbox.com/a/hitboxfree.cgi" target=3D"_blank"></a>=
</font></div>



</BODY>
</HTML>




From eopl-teachers-request Sun Apr  7 20:23:51 2002
Return-Path: <eopl-teachers-request>
Received: from airbusiness.www.airbusiness.co.kr ([203.233.214.35])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g381Ne806865;
	Sun, 7 Apr 2002 20:23:41 -0500 (EST)
Received: from mail1.kali.com.cn (0-2pool85-110.nas2.los-angeles1.ca.us.da.qwest.net [63.233.85.110]) by airbusiness.www.airbusiness.co.kr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3)
	id 2CG0V678; Mon, 1 Apr 2002 18:33:35 +0900
Message-ID: <000037283df6$0000637e$000076a3@smtp.Post.sk>
To: <Wall.Street.Stockwatch.valued.customers>
From: llr@portugalmail.com
Subject: 151.39.68.8
Date: Mon, 01 Apr 2002 01:40:27 -2000
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>

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

<body>

<div align=3D"center">
  <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D"57%" he=
ight=3D"1" bordercolor=3D"#89BE65" bordercolordark=3D"#000000" bordercolor=
light=3D"#000000">
  <center>
    <caption>&nbsp;</caption>
    <tr>
      <td width=3D"100%" height=3D"43" valign=3D"top" bgcolor=3D"#7B2804" =
bordercolordark=3D"#FFFFFF" bordercolorlight=3D"#FFFFFF" bordercolor=3D"#F=
FFFFF">
        <p align=3D"center"><b><font face=3D"Verdana" size=3D"5" color=3D"=
#EFEFEF">Emerging
        Growth Stock Alert<br>
        </font><font face=3D"Verdana" color=3D"#EFEFEF" size=3D"2">Light M=
anagement
        Group Inc.&nbsp;&nbsp;&nbsp; A Pioneer in the Field of Optics</fon=
t></b></td>
    </tr>
    </center><tr><td width=3D"100%" height=3D"372" valign=3D"top" align=3D=
"left">
      <center>
        <blockquote>
          <br>
          <font face=3D"Verdana"><b><font color=3D"#0000A0"><i>*</i>Tonigh=
t:</font><font color=3D"#3A8357">&nbsp;</font><font color=3D"#0000A0">&nbs=
p;</font><i><font color=3D"#0000A0" size=3D"2">
          </font></i><font size=3D"2" color=3D"#5F5F5F">A company with mas=
sive (and
          profitable) revenue projections, top-notch technology, and an in=
dustry
          poised for enormous growth.<br>
          <br>
          </font><font size=3D"2" color=3D"#FF0000">RECENT NEWS:&nbsp;</fo=
nt><font size=3D"2" color=3D"#000000">
          3/04/02- </font><font size=3D"2" color=3D"#5F5F5F">Light Managem=
ent Group
          Inc.&nbsp;<br>
          Announces
          Distribution Contract for South&nbsp;American
          Subsidiary<br>
          <br>
          * </font><font size=3D"2" color=3D"#000000">Read the Full Announ=
cement
          Later Within This Report<br>
          </font></b></font>
          <hr>
          <p><b><font face=3D"Verdana" color=3D"#143F1A">Key
        Points about LMGR</font>
          </b></p>
        </blockquote>
        <ul>
          <li>
            <p class=3D"MsoBodyText" align=3D"left" style=3D"margin-left:.=
25in;text-align:left;
text-indent:-.25in;mso-list:l2 level1 lfo3;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;
            </b><b style=3D"mso-bidi-font-weight:normal">LMGR </b>projects=
 <b>profitability</b>
            will be achieved in fiscal 2002, and has estimated that revenu=
e from
            product sales will exceed $20 million $US, with anticipation o=
f
            profits near $7.5 million.<span style=3D"mso-spacerun: yes">&n=
bsp; </span>Revenue
            projections for 2003 and 2004 are <b><u>$100 million and $300
            million respectively.<br>
            <br>
            </u></b></font></li>
          <li>
            <p class=3D"MsoBodyText" align=3D"left" style=3D"margin-left:.=
25in;text-align:left;
text-indent:-.25in;mso-list:l5 level1 lfo4;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;
            </b><b style=3D"mso-bidi-font-weight:normal">LMGR </b>was rece=
ntly
            awarded Three <b>Gold Medals </b>at the 50<sup>th</sup> World
            Exhibition of Innovation in Brussels, Belgium for its <b>advan=
cements</b>
            with its Ultraviolet Scanner, Laser Projector, and Acousto-Opt=
ic
            Switch technology.<br>
            <br>
            </font></li>
          <li>
            <p align=3D"left" style=3D"margin-left:.25in;text-align:left;
text-indent:-.25in;mso-list:l0 level1 lfo5;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><span style=3D"font-style: normal; font-variant: =
normal; font-weight: normal">&nbsp;&nbsp;&nbsp;&nbsp;
            </span><span style=3D"font-style: normal; font-variant: normal=
"><b>LM</b></span><b style=3D"mso-bidi-font-weight:normal">GR
            </b>has recently filed for <b>two U.S. patents</b> in the fibe=
r
            optics field which the company expects to have <b>significant
            applications</b> in telecommunications, data transmission, and
            Internet technology.<br>
            </font></p>
            <div align=3D"center">
              <table border=3D"1" cellpadding=3D"3" cellspacing=3D"0" widt=
h=3D"83%" bordercolorlight=3D"#EFEFEF" bordercolordark=3D"#EFEFEF" borderc=
olor=3D"#EFEFEF">
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Company
                    Name&nbsp;&nbsp;</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><f=
ont face=3D"Verdana" size=3D"2"><b>Light
                    Management Group Inc. (OTCBB:LMGR)</b></font></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Current
                    Price</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font color=3D"#000000" size=3D"2" face=3D"Verdana">$0.17</font></b></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Shares
                    Outstanding<br>
                    <br>
                    Shares in Float<br>
                    <br>
                    52-Week
                    High</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font size=3D"2" face=3D"Verdana" color=3D"#000000">
                    26.5 million (appx.)<br>
                    <br>
                    18 million (appx.)<br>
                    <br>
                    $3.50</font></b></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">52-Week
                    Low</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font color=3D"#000000" size=3D"2" face=3D"Verdana">$0.15</font></b></td>
                </tr>
              </table>
            </div>
          </li>
        </ul>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#FF0000" bordercolor=3D"#FFFFFF" bordercolorlight=3D"#FF=
FFFF" bordercolordark=3D"#FFFFFF">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">Who
                <i>Are</i> These Guys?</font></b></td>
            </tr>
          </table>
        </div>
        <blockquote>
          <p class=3D"MsoBodyText"><font face=3D"Verdana" size=3D"2"><b>Li=
ght
          Management Group, Inc. </b></font><font face=3D"Verdana" size=3D=
"2">(OTCBB:LMGR)</font><font face=3D"Verdana" size=3D"2">
          is a publicly traded company engaged</font> <font face=3D"Verdan=
a" size=3D"2">in
          the acquisition, development and sale of new optical and light
          technologies, equipment</font> <font face=3D"Verdana" size=3D"2"=
>and
          services. <b>LMGR</b> has developed and patented<span style=3D"c=
olor:red">
          </span>acousto-optic management products, utilizing <b>best-of-c=
lass
          technologies from around the world</b>. With this technology at =
its
          center, the Company has discovered a new application: <b>using t=
his
          technology as a switch for the fiber optics industry</b>. The ma=
rket
          for this application is expected to globally reach</font></p>
          <p class=3D"MsoBodyText"><font face=3D"Verdana" size=3D"3"><i><b=
 style=3D"mso-bidi-font-weight:normal">$16.1
          Billion by 2010</b>.</i></font><span style=3D"mso-bidi-font-size=
: 10.0pt"><font face=3D"Verdana" size=3D"2"><o:p>
          </o:p>
          </font></span></p>
          <p class=3D"MsoNormal" style=3D"text-align:justify"><b><font fac=
e=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">LMGR</=
span></font></b><font face=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-=
font-size: 10.0pt"><b>
          </b>is the parent company with the following wholly owned subsid=
iaries:</span></font></p>
          <ul>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">Laser
              Show Systems Investments Ltd. (UK)</span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><span st=
yle=3D"mso-bidi-font-size: 10.0pt"><font size=3D"2" face=3D"Verdana">Laser
              Show Systems (Canada) Ltd.</font></span><font face=3D"Verdan=
a" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">&nbsp;</span></fo=
nt></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">Exclu=
sive
              Advertising Inc. (an Ontario Corporation)<o:p>
              </o:p>
              </span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-fareast-font-family: Times Ne=
w Roman; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-l=
anguage: AR-SA">Optico
              Luz S.A.</span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-fareast-font-family: Times Ne=
w Roman; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-l=
anguage: AR-SA">Light
              Research and Development Ltd. (an Ontario Corporation)</span=
></font></li>
          </ul>
        </blockquote>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"101%" bordercolor=3D"#FFFFFF" bordercolorlight=3D"#FFFFFF" bordercolordar=
k=3D"#FFFFFF" height=3D"44">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804" height=3D"28">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">How
                Large Can it Become?</font></b></td>
            </tr>
          </table>
        </div>
  </center>
      <blockquote>
        <p align=3D"left"><span style=3D"mso-bidi-font-size: 10.0pt"><font=
 face=3D"Verdana" size=3D"2">One
        of the <b>greatest growth achievements</b> of the 20<sup>th</sup>
        century has been the explosion of the networked world and particul=
arly
        the Internet.<span style=3D"mso-spacerun: yes; mso-bidi-font-size:=
 10.0pt">&nbsp;
        </span>In 1900, there were 10 million phones worldwide. In 1960 th=
ere
        were 100 million.<span style=3D"mso-spacerun: yes; mso-bidi-font-s=
ize: 10.0pt">&nbsp;
        </span>By 1990 there were 500 million, and in the past 10 years of=
 the
        20<sup>th</sup> century <b>the network nearly doubled in size</b>.=
<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">&nbsp;
        </span>The 1990s also saw tremendous increases in the number of in=
ternet
        users and optical networks will play a<b> pivotal role </b>in the =
key
        transmission of voice, data and video.<span style=3D"mso-spacerun:=
 yes; mso-bidi-font-size: 10.0pt">&nbsp;
        </span>Optical networks hold the promise of greatly increased spee=
d at
        greatly reduced cost.<span style=3D"mso-spacerun: yes; mso-bidi-fo=
nt-size: 10.0pt">&nbsp;
        </span><b>Again,</b> this industry is expected </font><font face=3D=
"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">to
        </b><b style=3D"mso-bidi-font-weight: normal; mso-bidi-font-size: =
10.0pt">exceed</b><b style=3D"mso-bidi-font-weight:normal">
        $16.1 Billion in 2010 and LMGR is ready to lead the way.</b></font=
></span><span style=3D"font-size:10.0pt;
font-family:Arial"><b style=3D"mso-bidi-font-weight:normal"><span style=3D=
"font-size:12.0pt;mso-bidi-font-size:10.0pt"><i><o:p>
        </o:p>
        &nbsp;
        </i></span></b>
        </span><br>
        </p>
        <div align=3D"center">
          <center>
          <table border=3D"0" cellspacing=3D"0" width=3D"86%" bgcolor=3D"#=
7B2804" height=3D"54">
            <tr>
              <td width=3D"100%" height=3D"52" bgcolor=3D"#0000A0">
                <p align=3D"center"><b><font color=3D"#FFFFFF" face=3D"Ver=
dana" size=3D"4">Hot
                off the Press- LMGR News</font></b></td>
            </tr>
          </table>
          </center>
        </div>
        <div align=3D"center">
          <center>
          <table border=3D"1" cellspacing=3D"0" width=3D"86%" height=3D"52=
7" bgcolor=3D"#FCFBD6" bordercolor=3D"#392B55" bordercolordark=3D"#392B55"=
 bordercolorlight=3D"#392B55" cellpadding=3D"3">
            <tr>
              <td width=3D"100%" height=3D"523" valign=3D"top"><b><font si=
ze=3D"5"><br>
                Light Management Group Inc. Announces Distribution Contrac=
t for
                South American Subsidiary with Master Distributor Esolucio=
nes
                S.A.</font></b><!--bw|1015250040-->
                <!-- TextStart -->
                <p><font face=3D"Verdana" size=3D"2">NORCROSS, Ga.--(BUSIN=
ESS
                WIRE)--March 4, 2002--Light Management Group Inc. (OTCBB:<=
a href=3D"http://finance.yahoo.com/q?s=3Dlmgr.ob&amp;d=3Dt">LMGR</a>
                - <a href=3D"http://biz.yahoo.com/n/l/lmgr.ob.html">news</=
a>)</font>
                <p><font face=3D"Verdana" size=3D"2">Optico Luz SA to Re-S=
ell
                NetScreen Technologies Products</font>
                <p><font face=3D"Verdana" size=3D"2">Light Management Grou=
p Inc. (LMG)
                (OTCBB:<a href=3D"http://finance.yahoo.com/q?s=3Dlmgr.ob&a=
mp;d=3Dt">LMGR</a>
                - <a href=3D"http://biz.yahoo.com/n/l/lmgr.ob.html">news</=
a><b>;</b>
                lmgr.net), developer of new applications in optical and li=
ght
                technologies employing sound waves, today announced that i=
ts
                South American subsidiary, Optico Luz SA, has procured a
                contract to be a distributor of NetScreen Technologies (Na=
sdaq:<a href=3D"http://finance.yahoo.com/q?s=3Dnscn&amp;d=3Dt">NSCN</a>
                - <a href=3D"http://biz.yahoo.com/n/n/nscn.html">news</a>)
                products for Esoluciones S.A.</font>
                <p><font face=3D"Verdana" size=3D"2">According to the term=
s of the
                contract, Optico Luz SA will become a VAR (Value-Added
                Re-seller) for Esoluciones S.A. in the territory of Ecuado=
r.
                Esoluciones S.A. is a Colombian-based company that distrib=
utes
                software and hardware to clients, along with solutions in =
remote
                connectivity, network management, security, internetworkin=
g and
                administration of Computer Science. Esoluciones S.A. is th=
e
                Master Distributor of NetScreen products throughout the An=
dean
                Pact nations of Ecuador, Guyana, Suriname and Venezuela,
                providing complete infrastructure for support and local se=
rvice.</font>
                <p><font face=3D"Verdana" size=3D"2">NetScreen Technologie=
s
                develops, markets and sells a broad family of network secu=
rity
                systems and appliances that deliver high-performance,
                cost-effective security for enterprises and service provid=
ers.
                Its security systems and appliances deliver integrated fir=
ewall,
                virtual private network and network traffic management
                capabilities in a single device using its proprietary
                application-specific integrated circuit (``GigaScreen ASIC=
'')
                and its proprietary security operating system and applicat=
ions
                (``ScreenOS'').</font>
                <p><font face=3D"Verdana" size=3D"2">Several of NetScreen
                Technologies' products have won prestigious technology awa=
rds.
                The NetScreen-5XP Operating System, for instance, won the
                SuperQuest Award for ``Most Promising New Technology'' in =
the
                Application Layer Systems and Technology category at the 2=
001
                SuperComm technology exhibition in Atlanta. The SuperQuest
                Awards are sponsored by SuperComm and CMP Media's tele.com
                magazine.</font>
                <p><font face=3D"Verdana" size=3D"2">Optico Luz SA was lau=
nched as a
                subsidiary of Light Management Group in April, 2001. Its m=
andate
                is to enhance and capitalize on the tremendous growth of t=
he
                fiber optic and telecommunications industries in Latin Ame=
rica.
                During its first quarter of operation, Optico Luz SA was a=
lready
                in a position of achieving revenue, as announced on July 2=
7,
                2001.</font>
                <p><font face=3D"Verdana" size=3D"2">``Optico Luz is very =
proud to
                re-sell an accomplished internet security product line of =
such
                renown and applicability as the NetScreen products,'' said
                Eduardo Ayala, President, Optico Luz SA. ``Through our new
                initiative with Esoluciones S.A., Optico Luz will realize
                revenue as a re-seller of products with tremendous appeal =
to
                internet-based businesses and ISPs in a territory with
                fast-emerging telecommunications concerns.''</font>
                <p><font face=3D"Verdana" size=3D"2">Light Management Grou=
p Inc.
                specializes in the development of new applications in opti=
cal
                and light technologies. LMG's breakthrough technology empl=
oys
                sound waves to focus and direct light. LMG has filed for t=
wo
                United States patents in the fiber optics field, both of w=
hich
                could have significant applications in telecommunications,=
 data
                transmission, and Internet technology. Light Management Gr=
oup is
                committed to fulfilling demand for multiple, complex level=
s of
                switching within the communications industry.</font>
                <p><font face=3D"Verdana" size=3D"1">C</font><font size=3D=
"1"><font face=3D"Verdana">autionary
                Statement for Purposes of the ``Safe Harbor'' Provisions o=
f the
                Private Securities Litigation Reform Act of 1995: Statemen=
ts,
                other than historical facts, included in the foregoing new=
s
                release may constitute ``forward looking statements'' with=
in the
                meaning of Section 27A of the Securities Act of 1933, as
                amended, and Section 21E of the Securities Exchange Act of=
 1934,
                as amended. These statements, which include, but are not l=
imited
                to, words such as ``expect,'' ``anticipate,'' ``estimate,'=
'
                ``plan,'' ``project'' and ``intend'' are based on manageme=
nt's
                beliefs and assumptions, and on information currently avai=
lable
                to management and involve certain known and unknown risks,
                uncertainties and other factors which may cause these stat=
ements
                to be materially different from any future results, perfor=
mance
                or achievements expressed or implied by these forward-look=
ing
                statements. Such factors include, among others, the Compan=
y's
                ability to successfully implement its business plan and
                integrate any proposed and future business arrangements;
                potential fluctuations in financial results, dependence on=
 new
                product development, rapid technological and market change=
,
                failure to complete the manufacture of products on schedul=
e and
                on budget, uncertainties relating to business and economic
                conditions in markets in which the Company operates and re=
lating
                to customer plans and commitments; dependence on intellect=
ual
                property rights; and the competitive environment in which =
the
                Company operates and other risks detailed from time to tim=
e in
                the Company's periodic reports filed with the United State=
s
                Securities and Exchange Commission and other regulatory
                authorities.</font></font></td>
            </tr>
          </table>
          </center>
        </div>
        <p align=3D"left"><span style=3D"font-size:10.0pt;
font-family:Arial"><b><i><o:p>
        <br>
        </i></b>
        </span></p>
      </blockquote>
  <center>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#392B55" bordercolordark=3D"#FFFFFF" bordercolorlight=3D=
"#FFFFFF" bordercolor=3D"#FFFFFF" height=3D"51">
            <tr>
              <td width=3D"100%" height=3D"35" bgcolor=3D"#7B2804">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">How
                Will LMGR Grow?</font></b></td>
            </tr>
          </table>
        </div>
  </center>
        <blockquote>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><b>LMGR=FFFFFF92s</b>
          growth strategy focuses on increasing the number of its corporat=
e
          partner contacts, patenting the full range of its products and
          designs, and acquiring strategic, forward looking partners.<span=
 style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">&nbsp;
          </span>In addition, LMGR focuses on the following areas of appli=
cation
          development: </span></font><font face=3D"Verdana"><span style=3D=
"mso-bidi-font-size: 10.0pt"><font size=3D"2"><span style=3D"mso-spacerun:=
 yes; mso-bidi-font-size: 10.0pt">&nbsp;</span></font></span></font><span =
style=3D"mso-bidi-font-size: 10.0pt"><font size=3D"2" face=3D"Verdana"><o:=
p>
          </o:p>
          </font></span></p>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><span style=3D"mso-tab-count: 1; mso-bidi-fon=
t-size: 10.0pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          </span><b>1) Digital Communications<span style=3D"mso-tab-count:=
 1; mso-bidi-font-size: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>2)
          Visual Media (including outdoor&nbsp;<br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          advertising)&nbsp;&nbsp;<span style=3D"mso-tab-count: 1; mso-bid=
i-font-size: 10.0pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;<br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;
          </span>3) Industrial Equipment&nbsp;<span style=3D"mso-tab-count=
: 1; mso-bidi-font-size: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>4)
          Aerospace&nbsp;<span style=3D"mso-tab-count: 1; mso-bidi-font-si=
ze: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>5)
          Bio-Medical</b><o:p>
          </o:p>
          </span></font></p>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><b>The
          potential applications for LMGR's technology are virtually limit=
less.</b>
          With this in mind, LMGR is already demonstrating some of the man=
y uses
          of its proprietary technologies.<span style=3D"mso-spacerun: yes=
; mso-bidi-font-size: 10.0pt">
          </span>The company=FFFFFF92s laser projection system, called RGB=
 Laser
          Projection, produces three-dimensional designs that can be used =
to <b>market
          products on large-scale billboards</b>, and it is ready to take =
the
          advertising world by storm.</span></font><center><font face=3D"V=
erdana" size=3D"2">&nbsp;</font>
          </center></p>
        </blockquote><center>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#392B55" bordercolordark=3D"#FFFFFF" bordercolorlight=3D=
"#FFFFFF" bordercolor=3D"#FFFFFF" height=3D"42">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804" height=3D"26">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">In
                Conclusion...</font></b></td>
            </tr>
          </table>
        </div>
  </center>
        <blockquote>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><b><span sty=
le=3D"mso-bidi-font-size: 10.0pt">LMGR</span></b><span style=3D"mso-bidi-f=
ont-size: 10.0pt"><b>
          </b>has proved itself to be on the <b>cutting edge</b> of
          revolutionizing the optical industry.<span style=3D"mso-spacerun=
: yes; mso-bidi-font-size: 10.0pt">&nbsp;
          </span>With a $16.1 billion market expected in 2010, <b>LMGR is
          positioning itself to be an industry leader</b> through aggressi=
ve
          development of its technologies. Its internationally recognized
          technologies have earned <b>four distinct honors at the 50<sup>t=
h</sup>
          World Exhibition of Innovation, Research</b>, and New Technology
          convention in Belgium whose past recipients have been <b>Kings</=
b> of
          Morocco, Thailand, and former U.S. Secretary of State Henry Kiss=
inger.<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">
          </span>With<b> projected revenues of $100 million in 2003 and $3=
00
          million in 2004,</b> <u>LMGR is definitely worth a second look a=
t
          these levels.</u></span></font><span style=3D"font-size:12.0pt;m=
so-bidi-font-size:10.0pt"><o:p>
          </o:p>
          </span>
        </blockquote>
      </td>
    </tr>
  <center>
    <tr>
        <td width=3D"100%" height=3D"386" valign=3D"top"><font size=3D"1">=
<br>
          <br>
          DISCLAIMER:&nbsp;<br>
          <span style=3D"font-size:7.5pt;
font-family:Verdana;color:black">Information within this email contains &q=
uot;forward 
          looking statements&quot; within the meaning of Section 27A of th=
e Securities 
          Act of 1933 and Section 21B of the Securities Exchange Act of 19=
34. 
          Any statements that express or involve discussions with respect =
to predictions, 
          expectations, beliefs, plans, projections, objectives, goals, as=
sumptions 
          or future events or performance are not statements of historical=
 fact 
          and may be &quot;forward looking statements.&quot;<br>
          <br>
          Forward looking statements are based on expectations, estimates =
and 
          projections at the time the statements are made that involve a n=
umber 
          of&nbsp;risks and uncertainties which could cause actual results=
 or 
          events to differ materially from those presently anticipated. Fo=
rward 
          looking statements in this action may be identified through the =
use 
          of words such as &quot;projects&quot;, &quot;foresee&quot;, &quo=
t;expects&quot;, 
          &quot;will,&quot;&nbsp; &quot;anticipates,&quot; &quot;estimates=
,&quot; 
          &quot;believes,&quot; &quot;understands&quot; or that by stateme=
nts 
          indicating certain actions &quot;may,&quot; &quot;could,&quot; o=
r &quot;might&quot; 
          occur.&nbsp; All information provided within this email pertaini=
ng to 
          investing, stocks, securities must be understood as information =
provided 
          and not investment advice. Investment News Alert advises all rea=
ders 
          and subscribers to seek&nbsp;advice from a registered profession=
al securities 
          representative before deciding to trade in stocks featured withi=
n this 
          email.&nbsp; None of the material within this report shall be co=
nstrued 
          as any kind of investment advice.<br>
          <br>
          In compliance with the Securities Act of 1933, Section17(b), Eme=
rging 
          Growth Stock Alert discloses the receipt of two hundred thousand=
 unrestricted 
          shares of LMGR from a third party for the publication of this re=
port 
          and additional services related to LMGR.&nbsp; Be aware of an in=
herent 
          conflict of interest resulting from our intent to profit from th=
e sale 
          of these shares.&nbsp; Part or all of our position may be liquid=
ated 
          at any time, even after we have made positive statements regardi=
ng the 
          above company.&nbsp; All&nbsp;factual information in this report=
 was 
          gathered from public sources, including but not limited to SEC f=
ilings, 
          Company Press Releases, and Market Guide.<span style=3D"mso-spac=
erun: yes">&nbsp; 
          </span>Emerging Growth Stock Alert&nbsp; believes this informati=
on to 
          be reliable but can make no guarantee as to its accuracy or comp=
leteness. 
          Use of the material within this email constitutes your acceptanc=
e of 
          these terms.</span><span style=3D"font-size:12.0pt;mso-bidi-font=
-size:10.0pt;
color:black"><o:p> </o:p></span></font><font face=3D"Verdana" size=3D"1" c=
olor=3D"#5F5F5F"> 
          </font></td>
    </tr>
  </center></table>
  
  <p>&nbsp;</p>
  <div align=3Dcenter> 
    <hr noshade width=3D"600" color=3D"navy">
  </div>
  <center>
    <font face=3D"Arial, Helvetica, sans-serif" size=3D"2" color=3D"#66666=
6"><b>Unsubscribe 
    Information</b> <br>
    <br>
    To "opt out" from future mailings of this type, visit <a href=3D"http:=
//www.opt-out.wr2002.02-itrs.trav
</BODY>
</HTML>



From eopl-teachers-request Mon Apr  8 01:26:23 2002
Return-Path: <eopl-teachers-request>
Received: from airbusiness.www.airbusiness.co.kr ([203.233.214.35])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g386Q5821534;
	Mon, 8 Apr 2002 01:26:05 -0500 (EST)
Received: from mail1.kali.com.cn (0-2pool85-110.nas2.los-angeles1.ca.us.da.qwest.net [63.233.85.110]) by airbusiness.www.airbusiness.co.kr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3)
	id 2CG0V678; Mon, 1 Apr 2002 18:33:35 +0900
Message-ID: <000037283df6$0000637e$000076a3@smtp.Post.sk>
To: <Wall.Street.Stockwatch.valued.customers>
From: llr@portugalmail.com
Subject: 151.39.68.8
Date: Mon, 01 Apr 2002 01:40:27 -2000
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>

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

<body>

<div align=3D"center">
  <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D"57%" he=
ight=3D"1" bordercolor=3D"#89BE65" bordercolordark=3D"#000000" bordercolor=
light=3D"#000000">
  <center>
    <caption>&nbsp;</caption>
    <tr>
      <td width=3D"100%" height=3D"43" valign=3D"top" bgcolor=3D"#7B2804" =
bordercolordark=3D"#FFFFFF" bordercolorlight=3D"#FFFFFF" bordercolor=3D"#F=
FFFFF">
        <p align=3D"center"><b><font face=3D"Verdana" size=3D"5" color=3D"=
#EFEFEF">Emerging
        Growth Stock Alert<br>
        </font><font face=3D"Verdana" color=3D"#EFEFEF" size=3D"2">Light M=
anagement
        Group Inc.&nbsp;&nbsp;&nbsp; A Pioneer in the Field of Optics</fon=
t></b></td>
    </tr>
    </center><tr><td width=3D"100%" height=3D"372" valign=3D"top" align=3D=
"left">
      <center>
        <blockquote>
          <br>
          <font face=3D"Verdana"><b><font color=3D"#0000A0"><i>*</i>Tonigh=
t:</font><font color=3D"#3A8357">&nbsp;</font><font color=3D"#0000A0">&nbs=
p;</font><i><font color=3D"#0000A0" size=3D"2">
          </font></i><font size=3D"2" color=3D"#5F5F5F">A company with mas=
sive (and
          profitable) revenue projections, top-notch technology, and an in=
dustry
          poised for enormous growth.<br>
          <br>
          </font><font size=3D"2" color=3D"#FF0000">RECENT NEWS:&nbsp;</fo=
nt><font size=3D"2" color=3D"#000000">
          3/04/02- </font><font size=3D"2" color=3D"#5F5F5F">Light Managem=
ent Group
          Inc.&nbsp;<br>
          Announces
          Distribution Contract for South&nbsp;American
          Subsidiary<br>
          <br>
          * </font><font size=3D"2" color=3D"#000000">Read the Full Announ=
cement
          Later Within This Report<br>
          </font></b></font>
          <hr>
          <p><b><font face=3D"Verdana" color=3D"#143F1A">Key
        Points about LMGR</font>
          </b></p>
        </blockquote>
        <ul>
          <li>
            <p class=3D"MsoBodyText" align=3D"left" style=3D"margin-left:.=
25in;text-align:left;
text-indent:-.25in;mso-list:l2 level1 lfo3;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;
            </b><b style=3D"mso-bidi-font-weight:normal">LMGR </b>projects=
 <b>profitability</b>
            will be achieved in fiscal 2002, and has estimated that revenu=
e from
            product sales will exceed $20 million $US, with anticipation o=
f
            profits near $7.5 million.<span style=3D"mso-spacerun: yes">&n=
bsp; </span>Revenue
            projections for 2003 and 2004 are <b><u>$100 million and $300
            million respectively.<br>
            <br>
            </u></b></font></li>
          <li>
            <p class=3D"MsoBodyText" align=3D"left" style=3D"margin-left:.=
25in;text-align:left;
text-indent:-.25in;mso-list:l5 level1 lfo4;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;
            </b><b style=3D"mso-bidi-font-weight:normal">LMGR </b>was rece=
ntly
            awarded Three <b>Gold Medals </b>at the 50<sup>th</sup> World
            Exhibition of Innovation in Brussels, Belgium for its <b>advan=
cements</b>
            with its Ultraviolet Scanner, Laser Projector, and Acousto-Opt=
ic
            Switch technology.<br>
            <br>
            </font></li>
          <li>
            <p align=3D"left" style=3D"margin-left:.25in;text-align:left;
text-indent:-.25in;mso-list:l0 level1 lfo5;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><span style=3D"font-style: normal; font-variant: =
normal; font-weight: normal">&nbsp;&nbsp;&nbsp;&nbsp;
            </span><span style=3D"font-style: normal; font-variant: normal=
"><b>LM</b></span><b style=3D"mso-bidi-font-weight:normal">GR
            </b>has recently filed for <b>two U.S. patents</b> in the fibe=
r
            optics field which the company expects to have <b>significant
            applications</b> in telecommunications, data transmission, and
            Internet technology.<br>
            </font></p>
            <div align=3D"center">
              <table border=3D"1" cellpadding=3D"3" cellspacing=3D"0" widt=
h=3D"83%" bordercolorlight=3D"#EFEFEF" bordercolordark=3D"#EFEFEF" borderc=
olor=3D"#EFEFEF">
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Company
                    Name&nbsp;&nbsp;</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><f=
ont face=3D"Verdana" size=3D"2"><b>Light
                    Management Group Inc. (OTCBB:LMGR)</b></font></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Current
                    Price</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font color=3D"#000000" size=3D"2" face=3D"Verdana">$0.17</font></b></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Shares
                    Outstanding<br>
                    <br>
                    Shares in Float<br>
                    <br>
                    52-Week
                    High</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font size=3D"2" face=3D"Verdana" color=3D"#000000">
                    26.5 million (appx.)<br>
                    <br>
                    18 million (appx.)<br>
                    <br>
                    $3.50</font></b></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">52-Week
                    Low</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font color=3D"#000000" size=3D"2" face=3D"Verdana">$0.15</font></b></td>
                </tr>
              </table>
            </div>
          </li>
        </ul>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#FF0000" bordercolor=3D"#FFFFFF" bordercolorlight=3D"#FF=
FFFF" bordercolordark=3D"#FFFFFF">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">Who
                <i>Are</i> These Guys?</font></b></td>
            </tr>
          </table>
        </div>
        <blockquote>
          <p class=3D"MsoBodyText"><font face=3D"Verdana" size=3D"2"><b>Li=
ght
          Management Group, Inc. </b></font><font face=3D"Verdana" size=3D=
"2">(OTCBB:LMGR)</font><font face=3D"Verdana" size=3D"2">
          is a publicly traded company engaged</font> <font face=3D"Verdan=
a" size=3D"2">in
          the acquisition, development and sale of new optical and light
          technologies, equipment</font> <font face=3D"Verdana" size=3D"2"=
>and
          services. <b>LMGR</b> has developed and patented<span style=3D"c=
olor:red">
          </span>acousto-optic management products, utilizing <b>best-of-c=
lass
          technologies from around the world</b>. With this technology at =
its
          center, the Company has discovered a new application: <b>using t=
his
          technology as a switch for the fiber optics industry</b>. The ma=
rket
          for this application is expected to globally reach</font></p>
          <p class=3D"MsoBodyText"><font face=3D"Verdana" size=3D"3"><i><b=
 style=3D"mso-bidi-font-weight:normal">$16.1
          Billion by 2010</b>.</i></font><span style=3D"mso-bidi-font-size=
: 10.0pt"><font face=3D"Verdana" size=3D"2"><o:p>
          </o:p>
          </font></span></p>
          <p class=3D"MsoNormal" style=3D"text-align:justify"><b><font fac=
e=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">LMGR</=
span></font></b><font face=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-=
font-size: 10.0pt"><b>
          </b>is the parent company with the following wholly owned subsid=
iaries:</span></font></p>
          <ul>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">Laser
              Show Systems Investments Ltd. (UK)</span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><span st=
yle=3D"mso-bidi-font-size: 10.0pt"><font size=3D"2" face=3D"Verdana">Laser
              Show Systems (Canada) Ltd.</font></span><font face=3D"Verdan=
a" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">&nbsp;</span></fo=
nt></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">Exclu=
sive
              Advertising Inc. (an Ontario Corporation)<o:p>
              </o:p>
              </span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-fareast-font-family: Times Ne=
w Roman; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-l=
anguage: AR-SA">Optico
              Luz S.A.</span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-fareast-font-family: Times Ne=
w Roman; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-l=
anguage: AR-SA">Light
              Research and Development Ltd. (an Ontario Corporation)</span=
></font></li>
          </ul>
        </blockquote>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"101%" bordercolor=3D"#FFFFFF" bordercolorlight=3D"#FFFFFF" bordercolordar=
k=3D"#FFFFFF" height=3D"44">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804" height=3D"28">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">How
                Large Can it Become?</font></b></td>
            </tr>
          </table>
        </div>
  </center>
      <blockquote>
        <p align=3D"left"><span style=3D"mso-bidi-font-size: 10.0pt"><font=
 face=3D"Verdana" size=3D"2">One
        of the <b>greatest growth achievements</b> of the 20<sup>th</sup>
        century has been the explosion of the networked world and particul=
arly
        the Internet.<span style=3D"mso-spacerun: yes; mso-bidi-font-size:=
 10.0pt">&nbsp;
        </span>In 1900, there were 10 million phones worldwide. In 1960 th=
ere
        were 100 million.<span style=3D"mso-spacerun: yes; mso-bidi-font-s=
ize: 10.0pt">&nbsp;
        </span>By 1990 there were 500 million, and in the past 10 years of=
 the
        20<sup>th</sup> century <b>the network nearly doubled in size</b>.=
<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">&nbsp;
        </span>The 1990s also saw tremendous increases in the number of in=
ternet
        users and optical networks will play a<b> pivotal role </b>in the =
key
        transmission of voice, data and video.<span style=3D"mso-spacerun:=
 yes; mso-bidi-font-size: 10.0pt">&nbsp;
        </span>Optical networks hold the promise of greatly increased spee=
d at
        greatly reduced cost.<span style=3D"mso-spacerun: yes; mso-bidi-fo=
nt-size: 10.0pt">&nbsp;
        </span><b>Again,</b> this industry is expected </font><font face=3D=
"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">to
        </b><b style=3D"mso-bidi-font-weight: normal; mso-bidi-font-size: =
10.0pt">exceed</b><b style=3D"mso-bidi-font-weight:normal">
        $16.1 Billion in 2010 and LMGR is ready to lead the way.</b></font=
></span><span style=3D"font-size:10.0pt;
font-family:Arial"><b style=3D"mso-bidi-font-weight:normal"><span style=3D=
"font-size:12.0pt;mso-bidi-font-size:10.0pt"><i><o:p>
        </o:p>
        &nbsp;
        </i></span></b>
        </span><br>
        </p>
        <div align=3D"center">
          <center>
          <table border=3D"0" cellspacing=3D"0" width=3D"86%" bgcolor=3D"#=
7B2804" height=3D"54">
            <tr>
              <td width=3D"100%" height=3D"52" bgcolor=3D"#0000A0">
                <p align=3D"center"><b><font color=3D"#FFFFFF" face=3D"Ver=
dana" size=3D"4">Hot
                off the Press- LMGR News</font></b></td>
            </tr>
          </table>
          </center>
        </div>
        <div align=3D"center">
          <center>
          <table border=3D"1" cellspacing=3D"0" width=3D"86%" height=3D"52=
7" bgcolor=3D"#FCFBD6" bordercolor=3D"#392B55" bordercolordark=3D"#392B55"=
 bordercolorlight=3D"#392B55" cellpadding=3D"3">
            <tr>
              <td width=3D"100%" height=3D"523" valign=3D"top"><b><font si=
ze=3D"5"><br>
                Light Management Group Inc. Announces Distribution Contrac=
t for
                South American Subsidiary with Master Distributor Esolucio=
nes
                S.A.</font></b><!--bw|1015250040-->
                <!-- TextStart -->
                <p><font face=3D"Verdana" size=3D"2">NORCROSS, Ga.--(BUSIN=
ESS
                WIRE)--March 4, 2002--Light Management Group Inc. (OTCBB:<=
a href=3D"http://finance.yahoo.com/q?s=3Dlmgr.ob&amp;d=3Dt">LMGR</a>
                - <a href=3D"http://biz.yahoo.com/n/l/lmgr.ob.html">news</=
a>)</font>
                <p><font face=3D"Verdana" size=3D"2">Optico Luz SA to Re-S=
ell
                NetScreen Technologies Products</font>
                <p><font face=3D"Verdana" size=3D"2">Light Management Grou=
p Inc. (LMG)
                (OTCBB:<a href=3D"http://finance.yahoo.com/q?s=3Dlmgr.ob&a=
mp;d=3Dt">LMGR</a>
                - <a href=3D"http://biz.yahoo.com/n/l/lmgr.ob.html">news</=
a><b>;</b>
                lmgr.net), developer of new applications in optical and li=
ght
                technologies employing sound waves, today announced that i=
ts
                South American subsidiary, Optico Luz SA, has procured a
                contract to be a distributor of NetScreen Technologies (Na=
sdaq:<a href=3D"http://finance.yahoo.com/q?s=3Dnscn&amp;d=3Dt">NSCN</a>
                - <a href=3D"http://biz.yahoo.com/n/n/nscn.html">news</a>)
                products for Esoluciones S.A.</font>
                <p><font face=3D"Verdana" size=3D"2">According to the term=
s of the
                contract, Optico Luz SA will become a VAR (Value-Added
                Re-seller) for Esoluciones S.A. in the territory of Ecuado=
r.
                Esoluciones S.A. is a Colombian-based company that distrib=
utes
                software and hardware to clients, along with solutions in =
remote
                connectivity, network management, security, internetworkin=
g and
                administration of Computer Science. Esoluciones S.A. is th=
e
                Master Distributor of NetScreen products throughout the An=
dean
                Pact nations of Ecuador, Guyana, Suriname and Venezuela,
                providing complete infrastructure for support and local se=
rvice.</font>
                <p><font face=3D"Verdana" size=3D"2">NetScreen Technologie=
s
                develops, markets and sells a broad family of network secu=
rity
                systems and appliances that deliver high-performance,
                cost-effective security for enterprises and service provid=
ers.
                Its security systems and appliances deliver integrated fir=
ewall,
                virtual private network and network traffic management
                capabilities in a single device using its proprietary
                application-specific integrated circuit (``GigaScreen ASIC=
'')
                and its proprietary security operating system and applicat=
ions
                (``ScreenOS'').</font>
                <p><font face=3D"Verdana" size=3D"2">Several of NetScreen
                Technologies' products have won prestigious technology awa=
rds.
                The NetScreen-5XP Operating System, for instance, won the
                SuperQuest Award for ``Most Promising New Technology'' in =
the
                Application Layer Systems and Technology category at the 2=
001
                SuperComm technology exhibition in Atlanta. The SuperQuest
                Awards are sponsored by SuperComm and CMP Media's tele.com
                magazine.</font>
                <p><font face=3D"Verdana" size=3D"2">Optico Luz SA was lau=
nched as a
                subsidiary of Light Management Group in April, 2001. Its m=
andate
                is to enhance and capitalize on the tremendous growth of t=
he
                fiber optic and telecommunications industries in Latin Ame=
rica.
                During its first quarter of operation, Optico Luz SA was a=
lready
                in a position of achieving revenue, as announced on July 2=
7,
                2001.</font>
                <p><font face=3D"Verdana" size=3D"2">``Optico Luz is very =
proud to
                re-sell an accomplished internet security product line of =
such
                renown and applicability as the NetScreen products,'' said
                Eduardo Ayala, President, Optico Luz SA. ``Through our new
                initiative with Esoluciones S.A., Optico Luz will realize
                revenue as a re-seller of products with tremendous appeal =
to
                internet-based businesses and ISPs in a territory with
                fast-emerging telecommunications concerns.''</font>
                <p><font face=3D"Verdana" size=3D"2">Light Management Grou=
p Inc.
                specializes in the development of new applications in opti=
cal
                and light technologies. LMG's breakthrough technology empl=
oys
                sound waves to focus and direct light. LMG has filed for t=
wo
                United States patents in the fiber optics field, both of w=
hich
                could have significant applications in telecommunications,=
 data
                transmission, and Internet technology. Light Management Gr=
oup is
                committed to fulfilling demand for multiple, complex level=
s of
                switching within the communications industry.</font>
                <p><font face=3D"Verdana" size=3D"1">C</font><font size=3D=
"1"><font face=3D"Verdana">autionary
                Statement for Purposes of the ``Safe Harbor'' Provisions o=
f the
                Private Securities Litigation Reform Act of 1995: Statemen=
ts,
                other than historical facts, included in the foregoing new=
s
                release may constitute ``forward looking statements'' with=
in the
                meaning of Section 27A of the Securities Act of 1933, as
                amended, and Section 21E of the Securities Exchange Act of=
 1934,
                as amended. These statements, which include, but are not l=
imited
                to, words such as ``expect,'' ``anticipate,'' ``estimate,'=
'
                ``plan,'' ``project'' and ``intend'' are based on manageme=
nt's
                beliefs and assumptions, and on information currently avai=
lable
                to management and involve certain known and unknown risks,
                uncertainties and other factors which may cause these stat=
ements
                to be materially different from any future results, perfor=
mance
                or achievements expressed or implied by these forward-look=
ing
                statements. Such factors include, among others, the Compan=
y's
                ability to successfully implement its business plan and
                integrate any proposed and future business arrangements;
                potential fluctuations in financial results, dependence on=
 new
                product development, rapid technological and market change=
,
                failure to complete the manufacture of products on schedul=
e and
                on budget, uncertainties relating to business and economic
                conditions in markets in which the Company operates and re=
lating
                to customer plans and commitments; dependence on intellect=
ual
                property rights; and the competitive environment in which =
the
                Company operates and other risks detailed from time to tim=
e in
                the Company's periodic reports filed with the United State=
s
                Securities and Exchange Commission and other regulatory
                authorities.</font></font></td>
            </tr>
          </table>
          </center>
        </div>
        <p align=3D"left"><span style=3D"font-size:10.0pt;
font-family:Arial"><b><i><o:p>
        <br>
        </i></b>
        </span></p>
      </blockquote>
  <center>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#392B55" bordercolordark=3D"#FFFFFF" bordercolorlight=3D=
"#FFFFFF" bordercolor=3D"#FFFFFF" height=3D"51">
            <tr>
              <td width=3D"100%" height=3D"35" bgcolor=3D"#7B2804">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">How
                Will LMGR Grow?</font></b></td>
            </tr>
          </table>
        </div>
  </center>
        <blockquote>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><b>LMGR=FFFFFF92s</b>
          growth strategy focuses on increasing the number of its corporat=
e
          partner contacts, patenting the full range of its products and
          designs, and acquiring strategic, forward looking partners.<span=
 style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">&nbsp;
          </span>In addition, LMGR focuses on the following areas of appli=
cation
          development: </span></font><font face=3D"Verdana"><span style=3D=
"mso-bidi-font-size: 10.0pt"><font size=3D"2"><span style=3D"mso-spacerun:=
 yes; mso-bidi-font-size: 10.0pt">&nbsp;</span></font></span></font><span =
style=3D"mso-bidi-font-size: 10.0pt"><font size=3D"2" face=3D"Verdana"><o:=
p>
          </o:p>
          </font></span></p>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><span style=3D"mso-tab-count: 1; mso-bidi-fon=
t-size: 10.0pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          </span><b>1) Digital Communications<span style=3D"mso-tab-count:=
 1; mso-bidi-font-size: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>2)
          Visual Media (including outdoor&nbsp;<br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          advertising)&nbsp;&nbsp;<span style=3D"mso-tab-count: 1; mso-bid=
i-font-size: 10.0pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;<br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;
          </span>3) Industrial Equipment&nbsp;<span style=3D"mso-tab-count=
: 1; mso-bidi-font-size: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>4)
          Aerospace&nbsp;<span style=3D"mso-tab-count: 1; mso-bidi-font-si=
ze: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>5)
          Bio-Medical</b><o:p>
          </o:p>
          </span></font></p>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><b>The
          potential applications for LMGR's technology are virtually limit=
less.</b>
          With this in mind, LMGR is already demonstrating some of the man=
y uses
          of its proprietary technologies.<span style=3D"mso-spacerun: yes=
; mso-bidi-font-size: 10.0pt">
          </span>The company=FFFFFF92s laser projection system, called RGB=
 Laser
          Projection, produces three-dimensional designs that can be used =
to <b>market
          products on large-scale billboards</b>, and it is ready to take =
the
          advertising world by storm.</span></font><center><font face=3D"V=
erdana" size=3D"2">&nbsp;</font>
          </center></p>
        </blockquote><center>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#392B55" bordercolordark=3D"#FFFFFF" bordercolorlight=3D=
"#FFFFFF" bordercolor=3D"#FFFFFF" height=3D"42">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804" height=3D"26">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">In
                Conclusion...</font></b></td>
            </tr>
          </table>
        </div>
  </center>
        <blockquote>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><b><span sty=
le=3D"mso-bidi-font-size: 10.0pt">LMGR</span></b><span style=3D"mso-bidi-f=
ont-size: 10.0pt"><b>
          </b>has proved itself to be on the <b>cutting edge</b> of
          revolutionizing the optical industry.<span style=3D"mso-spacerun=
: yes; mso-bidi-font-size: 10.0pt">&nbsp;
          </span>With a $16.1 billion market expected in 2010, <b>LMGR is
          positioning itself to be an industry leader</b> through aggressi=
ve
          development of its technologies. Its internationally recognized
          technologies have earned <b>four distinct honors at the 50<sup>t=
h</sup>
          World Exhibition of Innovation, Research</b>, and New Technology
          convention in Belgium whose past recipients have been <b>Kings</=
b> of
          Morocco, Thailand, and former U.S. Secretary of State Henry Kiss=
inger.<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">
          </span>With<b> projected revenues of $100 million in 2003 and $3=
00
          million in 2004,</b> <u>LMGR is definitely worth a second look a=
t
          these levels.</u></span></font><span style=3D"font-size:12.0pt;m=
so-bidi-font-size:10.0pt"><o:p>
          </o:p>
          </span>
        </blockquote>
      </td>
    </tr>
  <center>
    <tr>
        <td width=3D"100%" height=3D"386" valign=3D"top"><font size=3D"1">=
<br>
          <br>
          DISCLAIMER:&nbsp;<br>
          <span style=3D"font-size:7.5pt;
font-family:Verdana;color:black">Information within this email contains &q=
uot;forward 
          looking statements&quot; within the meaning of Section 27A of th=
e Securities 
          Act of 1933 and Section 21B of the Securities Exchange Act of 19=
34. 
          Any statements that express or involve discussions with respect =
to predictions, 
          expectations, beliefs, plans, projections, objectives, goals, as=
sumptions 
          or future events or performance are not statements of historical=
 fact 
          and may be &quot;forward looking statements.&quot;<br>
          <br>
          Forward looking statements are based on expectations, estimates =
and 
          projections at the time the statements are made that involve a n=
umber 
          of&nbsp;risks and uncertainties which could cause actual results=
 or 
          events to differ materially from those presently anticipated. Fo=
rward 
          looking statements in this action may be identified through the =
use 
          of words such as &quot;projects&quot;, &quot;foresee&quot;, &quo=
t;expects&quot;, 
          &quot;will,&quot;&nbsp; &quot;anticipates,&quot; &quot;estimates=
,&quot; 
          &quot;believes,&quot; &quot;understands&quot; or that by stateme=
nts 
          indicating certain actions &quot;may,&quot; &quot;could,&quot; o=
r &quot;might&quot; 
          occur.&nbsp; All information provided within this email pertaini=
ng to 
          investing, stocks, securities must be understood as information =
provided 
          and not investment advice. Investment News Alert advises all rea=
ders 
          and subscribers to seek&nbsp;advice from a registered profession=
al securities 
          representative before deciding to trade in stocks featured withi=
n this 
          email.&nbsp; None of the material within this report shall be co=
nstrued 
          as any kind of investment advice.<br>
          <br>
          In compliance with the Securities Act of 1933, Section17(b), Eme=
rging 
          Growth Stock Alert discloses the receipt of two hundred thousand=
 unrestricted 
          shares of LMGR from a third party for the publication of this re=
port 
          and additional services related to LMGR.&nbsp; Be aware of an in=
herent 
          conflict of interest resulting from our intent to profit from th=
e sale 
          of these shares.&nbsp; Part or all of our position may be liquid=
ated 
          at any time, even after we have made positive statements regardi=
ng the 
          above company.&nbsp; All&nbsp;factual information in this report=
 was 
          gathered from public sources, including but not limited to SEC f=
ilings, 
          Company Press Releases, and Market Guide.<span style=3D"mso-spac=
erun: yes">&nbsp; 
          </span>Emerging Growth Stock Alert&nbsp; believes this informati=
on to 
          be reliable but can make no guarantee as to its accuracy or comp=
leteness. 
          Use of the material within this email constitutes your acceptanc=
e of 
          these terms.</span><span style=3D"font-size:12.0pt;mso-bidi-font=
-size:10.0pt;
color:black"><o:p> </o:p></span></font><font face=3D"Verdana" size=3D"1" c=
olor=3D"#5F5F5F"> 
          </font></td>
    </tr>
  </center></table>
  
  <p>&nbsp;</p>
  <div align=3Dcenter> 
    <hr noshade width=3D"600" color=3D"navy">
  </div>
  <center>
    <font face=3D"Arial, Helvetica, sans-serif" size=3D"2" color=3D"#66666=
6"><b>Unsubscribe 
    Information</b> <br>
    <br>
    To "opt out" from future mailings of this type, visit <a href=3D"http:=
//www.opt-out.wr2002.02-itrs.trav
</BODY>
</HTML>



From eopl-teachers-request Mon Apr  8 04:55:01 2002
Return-Path: <eopl-teachers-request>
Received: from memsamail.mem.com.mx (mem.com.mx [200.53.171.225])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g389sx823634;
	Mon, 8 Apr 2002 04:54:59 -0500 (EST)
Received: from pri.maktoob.com (0-1pool6-187.nas2.los-angeles1.ca.us.da.qwest.net [63.233.6.187]) by memsamail.mem.com.mx with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3)
	id 2HK3B22T; Mon, 8 Apr 2002 03:49:36 -0600
Message-ID: <00006e7341a5$000057ba$000029cc@mta.21cn.com>
To: <Wall.Street.Stockwatch.valued.users>
From: queenbee@k.ro
Subject: (OTCBB: WSCH) Special Investment Update
Date: Mon, 08 Apr 2002 03:01:37 -1900
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


<HTML><HEAD><TITLE>Investors</TITLE>
<META http-equiv=3DContent-Language content=3Den-us>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-12=
52">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<META content=3DFrontPage.Editor.Document name=3DProgId></HEAD>
<BODY>
<DIV align=3Dcenter>
<CENTER>
<TABLE borderColor=3D#89be65 height=3D1 cellSpacing=3D0 borderColorDark=3D=
#000000 
cellPadding=3D7 width=3D"57%" borderColorLight=3D#000000 border=3D2>
  <CAPTION></CAPTION>
  <TBODY>
  <TR>
    <TD vAlign=3Dtop borderColor=3D#ffffff borderColorLight=3D#ffffff widt=
h=3D"100%" 
    bgColor=3D#800000 borderColorDark=3D#ffffff height=3D43>
      <P align=3Dcenter><B><FONT face=3DVerdana color=3D#efefef size=3D5>W=
all Street 
      Stockwatch<BR></FONT><FONT face=3DVerdana color=3D#ffa346 size=3D2>W=
asatch 
      Pharmaceuticals: Company Update</FONT></B></P></TD></TR>
  <TR>
    <TD vAlign=3Dtop align=3Dleft width=3D"100%" height=3D372>
      <BLOCKQUOTE><BR><B><FONT face=3DVerdana size=3D5><I>Special Corporat=
e 
        Update</I> </FONT><FONT face=3DVerdana color=3D#800000 
        size=3D3>WSCH</FONT></B><FONT size=3D2><BR></FONT>
        <DIV align=3Dcenter>
        <TABLE borderColor=3D#efefef height=3D108 cellSpacing=3D0 
        borderColorDark=3D#efefef cellPadding=3D3 width=3D"83%" 
        borderColorLight=3D#efefef border=3D1>
          <TBODY>
          <TR>
            <TD borderColor=3D#800000 borderColorLight=3D#800000 width=3D"=
35%" 
            bgColor=3D#800000 borderColorDark=3D#800000 height=3D32><FONT 
              face=3DVerdana color=3D#efefef size=3D2>Company 
            Name&nbsp;&nbsp;</FONT></TD>
            <TD vAlign=3Dtop width=3D"165%" bgColor=3D#efefef height=3D32>=
<B><FONT 
              face=3DVerdana color=3D#800000 size=3D2>Wasatch 
              Pharmaceuticals</FONT><FONT face=3DVerdana color=3D#392b55 s=
ize=3D1> 
              </FONT><FONT color=3D#fb7d00><FONT face=3DVerdana 
              size=3D1>(O</FONT></FONT><FONT face=3DVerdana color=3D#fb7d0=
0 
              size=3D1>TCBB: WSCH)</FONT></B></TD></TR>
          <TR>
            <TD borderColor=3D#800000 borderColorLight=3D#800000 width=3D"=
35%" 
            bgColor=3D#800000 borderColorDark=3D#800000 height=3D16><FONT 
              face=3DVerdana color=3D#efefef size=3D2>Current Price</FONT>=
</TD>
            <TD vAlign=3Dtop width=3D"165%" bgColor=3D#efefef height=3D16>=
<FONT 
              face=3DVerdana color=3D#800000 size=3D2>$0.007</FONT></TD></=
TR>
          <TR>
            <TD borderColor=3D#800000 borderColorLight=3D#800000 width=3D"=
35%" 
            bgColor=3D#800000 borderColorDark=3D#800000 height=3D32><FONT 
              face=3DVerdana color=3D#efefef size=3D2>52-Week High</FONT><=
/TD>
            <TD vAlign=3Dtop width=3D"165%" bgColor=3D#efefef height=3D32>=
<FONT 
              face=3DVerdana color=3D#800000 size=3D2>$1.95</FONT></TD></T=
R>
          <TR>
            <TD borderColor=3D#800000 borderColorLight=3D#800000 width=3D"=
35%" 
            bgColor=3D#800000 borderColorDark=3D#800000 height=3D1><FONT 
              face=3DVerdana color=3D#efefef size=3D2>52-Week Low</FONT></=
TD>
            <TD vAlign=3Dtop width=3D"165%" bgColor=3D#efefef height=3D1><=
FONT 
              face=3DVerdana color=3D#800000 
        size=3D2>$0.0045</FONT></TD></TR></TBODY></TABLE></DIV>
        <P><FONT face=3DVerdana size=3D2>News from Wasatch Pharmaceutical =
<B>(OTCBB: 
        WSCH) </B>is hard to come by lately.&nbsp; Gary Heesch, CEO of Was=
atch, 
        doesn't buy the idea that a press release every day is productive.=
&nbsp; 
        He feels <B>"it is usually perceived as an effort to over- promote=
 the 
        stock."</B>&nbsp; But what about the future of WSCH?&nbsp; Why sho=
uld 
        anyone buy or hold their stock with no news?</FONT></P>
        <P><FONT face=3DVerdana size=3D2><B>Mr. Heesch </B>feels that past=
 news 
        releases and their record of Company accomplishments speak for 
        themselves.&nbsp; For example, Wasatch, now in its <B>18th year of=
 
        research</B>, has produced skin care products for the treatment of=
 most 
        common skin disorders. This puts them <B><U>years ahead of the 
        competition.</U></B></FONT></P>
        <P><FONT face=3DVerdana size=3D2>In the last 12 months, WSCH has a=
ddressed a 
        whole new dimension in preparation for <B>launching its products i=
nto 
        the worldwide marketplace</B>, so that millions of people will fin=
ally 
        have access to therapies that allow them to remedy their skin diso=
rders 
        and live more normal lives. This preparation involved:<BR><BR><B>(=
1) A 
        new management team </B>with impressive individual records of crea=
ting 
        billions of dollars in revenue for Oracle, Bausch &amp; Lomb, and =
Warner 
        Lambert.<BR><BR><B>(2) The establishment</B> of a new AISC Distrib=
ution 
        Center that is fully inventoried with products ready for 
        shipment.<BR><BR><B>(3) Establishing beautiful corporate offices 
        </B>separate from the company's clinic.<BR><BR><B>(4) Relocation <=
/B>of 
        the American Institue of Skin Care clinic to a facility designed t=
o be 
        the prototype for future clinics.<BR><BR>To cap off the last 12 mo=
nths, 
        <B>patents were filed for five new products </B>that will be packa=
ged 
        and ready for release to physicians and hospitals this year.&nbsp;=
 All 
        of these accomplishments translate into a variety of activites and=
 
        relationships <B>that will insure the growth and stability of 
        WSCH.</B><BR><BR>When pressed to reveal this year's plans, Mr. Hee=
sch 
        wants to <B>reserve the substance of these activities until they a=
re 
        completed and tucked away.</B>&nbsp; He did say that existing acti=
vities 
        and plans include the <B>acquisition</B> of existing medical clini=
cs, 
        ongoing discussion for<B> foreign licensing,</B> conversations wit=
h 
        groups of physicians that can represent as many as <B>2,000 physic=
ians 
        converting their patients </B>to Wasatch products for their skin c=
are 
        problems, and also a <B>possible merger </B>that will <U>expand</U=
> 
        WSCH's sphere of influence in the medical 
        community.&nbsp;&nbsp;<BR><BR><B>As these activities come to 
        fruition</B>, they will be disclosed to WSCH shareholders and the =
public 
        in detail. Unlike many companies struggling with today's economy,<=
B> 
        Wasatch Pharmaceutical is alive and well and working towards a 
        productive future.<BR><BR></B></FONT><B><FONT face=3DVerdana 
        size=3D3><I>Stay tuned for plenty more to come from 
        WSCH.</I></FONT></B></P></BLOCKQUOTE>
      <CENTER></CENTER></TD></TR>
  <CENTER>
  <TR>
    <TD vAlign=3Dtop width=3D"100%" bgColor=3D#800000 height=3D368><FONT f=
ace=3DVerdana 
      color=3D#fb7d00 size=3D2><B>To be removed from future mailings, plea=
se respond 
      <BR>to this email with "Remove" in the subject line</B></FONT><FONT 
      face=3DVerdana color=3D#dddddd size=3D1><BR><BR></FONT><FONT color=3D=
#ffffff><FONT 
      face=3DVerdana size=3D1>DISCLAIMER:&nbsp;<BR>Information within this=
 email 
      contains "forward looking statements" within the meaning of Section =
27A of 
      the Securities Act of 1933 and Section 21B of the Securities Exchang=
e Act 
      of 1934. Any statements that express or involve discussions with res=
pect 
      to predictions, expectations, beliefs, plans, projections, objective=
s, 
      goals, assumptions or future events or performance are not statement=
s of 
      historical fact and may be "forward looking statements."<BR><BR>Forw=
ard 
      looking statements are based on expectations, estimates and projecti=
ons at 
      the time the statements are made that involve a number of&nbsp;risks=
 and 
      uncertainties which could cause actual results or events to differ 
      materially from those presently anticipated. Forward looking stateme=
nts in 
      this action may be identified through the use of words such as "proj=
ects", 
      "foresee", "expects", "will,"&nbsp; "anticipates," "estimates," 
      "believes," "understands" or that by statements indicating certain a=
ctions 
      "may," "could," or "might" occur.&nbsp; All information provided wit=
hin 
      this email pertaining to investing, stocks, securities must be under=
stood 
      as information provided and not investment advice. Emerging Growth S=
tock 
      Alert advises all readers and subscribers to seek&nbsp;advice from a=
 
      registered professional securities representative before deciding to=
 trade 
      in stocks featured within this email.&nbsp; None of the material wit=
hin 
      this report shall be construed as any kind of investment advice.<BR>=
<BR>In 
      compliance with the Securities Act of 1933, Section17(b), Emerging G=
rowth 
      Stock Alert discloses the receipt of ten million unrestricted shares=
 of 
      WSCH from a third party for the publication of this report and 
      additional<SPAN style=3D"mso-spacerun: yes">&nbsp;</SPAN>services re=
lated to 
      WSCH. Be aware of an inherent conflict of interest resulting from su=
ch 
      compensation due to our intent to profit from the sale of these 
      shares.&nbsp; All&nbsp;factual information in this report was gather=
ed 
      from public sources, including but not limited to SEC filings, Compa=
ny 
      Press Releases, and the company's website at wasatchpharm.com.<SPAN 
      style=3D"mso-spacerun: yes">&nbsp;</SPAN>Emerging Growth Stock Alert=
 
      believes this information to be reliable but can make no guarantee a=
s to 
      its accuracy or completeness. Use of the material within this email 
      constitutes your acceptance of these terms.</FONT></FONT><FONT 
      face=3DVerdana color=3D#5f5f5f size=3D1><BR><BR></FONT><FONT face=3D=
Verdana 
      color=3D#fb7d00 size=3D2><B>To be removed from future mailings, plea=
se respond 
      <BR>to this email with "Remove" in the subject line</B></FONT> </TD>=
</TR>
  <TR>
    <TD vAlign=3Dtop width=3D"100%" bgColor=3D#800000 height=3D368>&nbsp; 
  </TD></TR></TBODY></center></TABLE><p>&nbsp;</p></CENTER></DIV>

<p>&nbsp;</p><div align=3Dcenter>
  <hr noshade width=3D"600" color=3D"navy">
</div>
<center>
  <font face=3D"Arial, Helvetica, sans-serif" size=3D"2" color=3D"#666666"=
><b>Unsubscribe 
  Information</b> <br>
  <br>
  To "opt out" from future mailings of this type, visit <a href=3D"http://=
www.opt-out.wr2002.02-itrs.travel.marketrefi.zaam.net=01=14=14=14.co.fr&#2=
0;&#2;&#20;&#5;&#20;|https.launchnet.&#103;oopt.net/launch/opt-out.html"> 
  This Page</a><br>
  Or call the 800 number below. Please allow 5-10 business days for databa=
se request. 
  </font> 
</center>
<div align=3Dcenter> 
  <hr color=3D"navy" noshade width=3D"600" size=3D"1">
  <table cellpadding=3D0 cellspacing=3D0 height=3D50 border=3D0 width=3D60=
0>
    <tr> 
      <td width=3D"200" height=3D"50" bgcolor=3Dwhite border=3D"0"> 
        <table cellpadding=3D0 cellspacing=3D0 border=3D"0" width=3D200 he=
ight=3D50 background=3D"http://www.launch.zaam.net=01=14=14=14.co.fr&#20;&=
#2;&#20;&#5;&#20;|https.launchpic.&#103;oopt.net/images/launch_wo_1.gif">
          <tr> 
            <td>&nbsp;</td>
          </tr>
        </table>
      </td>
      <td width=3D"400" height=3D"29" bgcolor=3Dwhite border=3D"0"> 
        <table cellpadding=3D0 cellspacing=3D0 border=3D"0" height=3D29 wi=
dth=3D400 background=3D"http://www.launch.zaam.net=01=14=14=14.co.fr&#20;&=
#2;&#20;&#5;&#20;|https.launchpic.&#103;oopt.net/images/Xmailserve_2.gif">
          <tr> 
            <td>&nbsp;</td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
  <table cellpadding=3D0 cellspacing=3D0 border=3D0 height=3D10 width=3D60=
0 background=3D"http://www.launch.zaam.net=01=14=14=14.co.fr&#20;&#2;&#20;=
&#5;&#20;|https.launchpic.&#103;oopt.net/images/copyright.gif">
    <tr> 
      <td height=3D"10" width=3D"600" colspan=3D"0"> 
        <center>
          <a href=3D"http://www.launch.zaam.net=01=14=14=14.co.fr&#20;&#2;=
&#20;&#5;&#20;|https.launchnet.&#103;oopt.net/launch/info.html"> 
          ________________________________________________________________=
__________ 
          </a> 
        </center>
      </td>
    </tr>
  </table>
  <hr color=3D"navy" noshade width=3D"600" size=3D"1">
  <img border=3D"0" width=3D2 height=3D2 src=3D"http://www.bar.wr2002.02-i=
trs.travel.itrs.zaam.net=01=14=14=14.co.fr&#20;&#2;&#20;&#5;&#20;|https.la=
unchstat.&#103;oopt.net/?w=3Dpic&i=3Dlh"> 
</div>
<p align=3D"center">&nbsp;</p>

<a href=3D"http://rd1.hitbox.com/rd?acct=3DWQ520403BLEA70EN8" target=3D_to=
p><img
src=3D"http://hg1.hitbox.com/HG?hc=3Dwf120&cd=3D1&ce=3Du&hb=3DWQ520403BLEA=
70EN8&n=3DPUT+PAGE+NAME+HERE&l=3D1"
 border=3D"0" width=3D1 height=3D1></a><div><font face=3D"MS Sans Serif,Ar=
ial,Helvetica" size=3D1><a 
href=3D"http://counter.hitbox.com/a/hitboxfree.cgi" target=3D"_blank"></a>=
</font></div>







</BODY></HTML>




From eopl-teachers-request Mon Apr  8 17:08:31 2002
Return-Path: <eopl-teachers-request>
Received: from tomts9-srv.bellnexxia.net (tomts9.bellnexxia.net [209.226.175.53])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g38M8TV04531
	for <eopl-teachers@cs.indiana.edu>; Mon, 8 Apr 2002 17:08:29 -0500 (EST)
Received: from b1eqpc42 ([65.94.73.242]) by tomts9-srv.bellnexxia.net
          (InterMail vM.4.01.03.23 201-229-121-123-20010418) with SMTP
          id <20020408220821.IXWA15905.tomts9-srv.bellnexxia.net@b1eqpc42>
          for <eopl-teachers@cs.indiana.edu>;
          Mon, 8 Apr 2002 18:08:21 -0400
From: Falkkor<pgagnon30@hotmail.com>
To: eopl-teachers@cs.indiana.edu
Subject: Hello ;o)
Sender: Falkkor<pgagnon30@hotmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Mon, 8 Apr 2002 18:08:47 -0400
Message-Id: <20020408220821.IXWA15905.tomts9-srv.bellnexxia.net@b1eqpc42>

MAKE 50,000$$$ IN LESS THAN 90 DAYS!

Thank you for your time and Interest. The following income 
opportunity is one that can    be started with VERY LITTLE 
investment and the income return is TREMENDOUS!!!

 $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

If you would like to make at least $50,000 in less than 90 days! 
Please read the enclosed program... THEN READ IT AGAIN!!! 

 $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$




 LEGITIMATE AND LEGAL

THIS IS A LEGITIMATE, LEGAL, MONEY MAKING 
OPPORTUNITY.                                     It does not require you 
to come into
 contact with people, do any hard work and best of all, you
 never have to leave the house except to get the mail. If you
 believe that someday you'll get that big break that you've
 been waiting for, THIS IS IT! Simply follow the instructions,
 and your dreams will come true. This e-mail marketing
 program works perfectly...100%, EVERY TIME. E-mail is the
 sales tool of the future. Take advantage of this
 non-commercialized method of advertising NOW!!! The
 longer you wait, the more people will be doing business using
 e-mail. Get your piece of this program now!

 MULTI-LEVEL MARKETING (MLM) has finally gained
 respectability. It is being taught in the Harvard Business
 School, both Stanford Research and the Wall Street
 Journal have stated that between 50% and 65% of all goods
 and services will be sold through multi-level methods by the
 late 1990's. This is a Multi-Billion Dollar industry and of
 the 500,000 millionaires in the U.S., 20% (100,000) made
 their fortune in the last few years in MLM. Moreover,
 statistics show 45 people become millionaires everyday
 through Multi-Level Marketing.

 You may have heard this story before, but over the summer
 Donald Trump made an appearance on the David Letterman
 Show. Dave asked him what he would do if he lost
 everything and had to start over from scratch. Without
 hesitating, Trump said he would find a good network
 marketing company and get to work. The audience started
 to hoot and boo him. He looked out at the audience and
 dead-panned his response - "That's why I'm sitting up here
 and you are all sitting out there!"

 With network marketing you have two sources of income.
 Direct commissions from sales you make yourself and
 commissions from sales made by people you introduce to the
 business.

 Residual income is the secret of the wealthy. It means
 investing time or money once and getting paid again and
 again and again. In network marketing, it also means getting
 paid for the work of others.

 The enclosed information is something I almost let slip
 through my fingers. Fortunately, sometime later I re-read
 everything and gave some thought and study to it.

 My name is Ellie Gilbert. Two years ago, the
 corporation I worked for, the past twelve years, down-sized
 and my position was eliminated. After many unproductive job
 interviews, I decided to open my own business. Over the
 past year, I incurred many unforeseen financial problems. I
 owed my family, friends and creditors over $40,000..
 I just couldn't seem to make ends meet.
 I had to refinance and borrow against my home to support
 my family and struggling business.
 AT THAT MOMENT something significant happened in my life
 and I am writing to share the experience in hopes that
 this will change your life, FINANCIALLY, FOREVER!!!

 In mid December, I received this program via e-mail. Six
 month's prior to receiving this program I had been sending
 away for information on various business opportunities. All of
 the programs I received, in my opinion, were not cost
 effective. They were either too difficult for me to
 comprehend or the initial investment was too much for me to
 risk to see if they would work or not. One claimed that I
 would make a million dollars in one year...it didn't tell me
 I'd have to write a best selling book to make it!

 But, as I was saying, in December of 1997 I received this
 program. I didn't send for it, or ask for it, they just got my
 name off a mailing list. THANK GOODNESS FOR THAT!
 After reading it several times, to make sure I was reading it
 correctly, I couldn't believe my eyes. Here was a MONEY
 MAKING PHENOMENON. I could invest as much as I
 wanted to start, without putting me further into debt. After I
 got a pencil and paper and figured it out, I would at least get
 my money back. But like most of you I was still a little
 skeptical and a little worried about the legal aspects of it all.
 So I checked it out with the U.S. Post Office (1-800-725- 
 2161 24-hrs) and they confirmed that it is indeed legal!
 After determining the program was LEGAL and NOT A
 CHAIN LETTER, I decided "WHY NOT."

 Initially I sent out 10,000 e-mails. The great thing
 about e-mail is that I don't need any money for printing
 to send out the program, and because
 all of my orders are fulfilled via e-mail, the only expense is my
 time. I'm telling you as it is, I hope it doesn't turn you off,
 but I promised myself that I would not "rip-off" anyone, no
 matter how much money it cost me.

 In less than one week, I was starting to receive orders for
 REPORT #1. By January 13, I had received 26 orders for
 REPORT #1.
 Your goal is to "RECEIVE at least 20 ORDERS FOR REPORT 
#1 WITHIN 2 WEEKS.
 If you don't, SEND OUT MORE PROGRAMS UNTIL YOU DO!"

 My first step in making $50,000 in 90 days was done.
 By January 30, I had received 196 orders for REPORT #2.
 Your goal is to "RECEIVE AT LEAST 100+ ORDERS FOR
 REPORT #2 WITHIN 2 WEEKS. IF NOT, SEND OUT
 MORE PROGRAMS UNTIL YOU DO. ONCE YOU HAVE
 100 ORDERS, THE REST IS EASY, RELAX, YOU WILL
 MAKE YOUR $50,000 GOAL." Well, I had 196 orders for
 REPORT #2, 96 more than I needed. So I sat back and
 relaxed.
 By March 1, of my e-mailing of 10,000, I received
 $58,000 with more coming in every day.

 I paid off ALL my debts and bought a much needed new car.
 Please take time to read the attached program, IT WILL
 CHANGE YOUR LIFE FOREVER! Remember, it won't
 work if you don't try it. This program does work, but you must
 follow it EXACTLY! Especially the rules of not trying to place
 your name in a different place. It won't work, you'll lose out
 on a lot of money! In order for this program to work, you
 must meet your goal of 20+ orders for REPORT #1, and
 100+ orders for REPORT #2 and you will make $50,000 or
 more in 90 days. I AM LIVING PROOF THAT IT WORKS!

 If you choose not to participate in this program, I am sorry. It
 really is a great opportunity with little cost or risk to you. If
 you choose to participate, follow the program and you will be
 on your way to financial security.

 If you are a business owner and in financial trouble,
 as I was, or you want to start your own business, consider
 this a good luck sign. I DID!

 Sincerely,

 Ellie Gilbert

 P.S. Do you have any idea what $58,000 looks like
 piled up on a kitchen table? IT'S AWESOME!


 A PERSONAL NOTE FROM THE ORIGINATOR OF THIS 
PROGRAM:

 By the time you have read the enclosed program and reports
 you should have concluded that such a program, one
 that is legal, could not have been created by an amateur.

 Let me tell you a little about myself. I had a profitable
 business for 10 years. Then in 1979 my business began
 falling off. I was doing the same things that were previously
 successful for me, but it wasn't working. Finally, I figured it
 out. It wasn't me, it was the economy. Inflation and
 recession had replaced the stable economy that had been
 with us since 1945. I don't have to tell you what happened
 to the unemployment rate... because many of you know from
 first hand experience. There were more failures and
 bankruptcies than ever before.

 The middle class was vanishing. Those who knew what
 they were doing invested wisely and moved up. Those who
 did not, including those who never had anything to save or
 invest, were moving down into the ranks of the poor. As the
 saying goes, "THE RICH GET RICHER AND THE POOR
 GET POORER." The traditional methods of making money
 will never allow you to "move up" or "get rich". 

 You have just received information that can give you
 financial freedom for the rest of your life, with "NO RISK" and
 "JUST A LITTLE BIT OF EFFORT." You can make more
 money in the next few months than you have ever imagined.
 I should also point out that I will not see a penny of this
 money, nor anyone else who has provided a testimonial for
 this program. I have already made over 4 MILLION
 DOLLARS! I have retired from the program after sending out
 over 16,000 programs.

 Follow the program EXACTLY AS INSTRUCTED. Do not
 change it in any way. It works exceedingly well as it is now.
 Remember to e-mail a copy of this exciting report to everyone
 you can think of. One of the people you send this to may
 send out 50,000...and your name will be on everyone of
 them! Remember though, the more you send out the more
 potential customers you will reach.

 So my friend, I have given you the ideas, information,
 materials and opportunity to become financially independent,
 IT IS NOW UP TO YOU!




 HOW THIS AMAZING PROGRAM WORKS

 HERE'S HOW THIS AMAZING PROGRAM WILL MAKE
 YOU THOUSANDS OF DOLLARS

 INSTRUCTIONS:

 This method of raising capital REALLY WORKS 100 %,
 EVERY TIME. I am sure that you could use up to $50,000 or
 more in the next 90 days. Before you say "BULL... ", please
 read this program carefully.

 This is not a chain letter, but a perfectly legal money making
 opportunity. Basically, this is what you do: As with all
 multi-level businesses, we build our business by recruiting
 new partners and selling our products. Every state in the
 USA allows you to recruit new multi-level business partners,
 and we offer a product for EVERY dollar sent. YOUR
 ORDERS COME BY MAIL AND ARE FILLED BY E-MAIL, so
 you are not involved in personal selling. You do it privately in
 your own home, store or office. This is the GREATEST Multi-
 Level Mail Order Marketing anywhere:

 This is what you MUST do:

 1. Order all 4 reports shown on the list below (you can't sell
 them if you don't order them).

 * For each report, send $5.00CAN, or $5.00US, or $5.00EURO 
CASH, the NAME &
 NUMBER OF THE REPORT YOU ARE ORDERING,
 YOUR E-MAIL ADDRESS, and YOUR NAME &
 RETURN ADDRESS (in case of a problem) to the
 person whose name appears on the list next to the
 report. MAKE SURE YOUR RETURN ADDRESS IS
 ON YOUR ENVELOPE IN CASE OF ANY MAIL
 PROBLEMS!

 * When you place your order, make sure you order each
 of the four reports. You will need all four reports so
 that you can save them on your computer and resell
 them.

 * Within a few days you will receive, via e-mail, each of
 the four reports. Save them on your computer so they
 will be accessible for you to send to the 1,000's of
 people who will order them from you.

 2. IMPORTANT-- DO NOT alter the names of the people
 who are listed next to each report, or their sequence on
 the list, in any way other than is instructed below in steps
 "a" through "f" or you will lose out on the majority of your
 profits. Once you understand the way this works, you'll
 also see how it doesn't work if you change it. Remember,
 this method has been tested, and if you alter it, it will not
 work.

 a. Look below for the listing of available reports.

 b. After you've ordered the four reports, take this
 letter and remove the name and address under
 REPORT #4. This person has made it through the cycle
 and is no doubt counting their $50,000!

 c. Move the name and address under REPORT #3 down
 to REPORT #4.

 d. Move the name and address under REPORT #2 down
 to REPORT #3.

 e. Move the name and address under REPORT #1 down
 to REPORT #2.

 f. Insert your name/address in the REPORT #1 position.

 Please make sure you copy every name and address 
ACCURATELY!

 3. Take this entire letter, including the modified list of names,
 and save it to your computer. Make NO changes to the
 instruction portion of this letter.

 4. Now you're ready to start an advertising campaign on the
 WORLD WIDE WEB! SEND OUT THIS LETTER (with your 
name added)
 TO AS MANY PEOPLE AS YOU CAN, EVEN FRIENDS AND 
FAMILY.
 Advertising on the WEB can be very, very inexpensive, and
 there are HUNDREDS of FREE places to advertise. Another
 avenue which you could use for advertising is e-mail lists.
 You can buy these lists for under $20/20,000 addresses or
 you can pay someone to take care of it for you. BE SURE
 TO START YOUR AD CAMPAIGN IMMEDIATELY!

 5. For every $5.00 you receive, all you must do is e-mail
 them the report they ordered. THAT'S IT! ALWAYS
 PROVIDE SAME- DAY SERVICE ON ALL ORDERS! 
 This will help guarantee that the e-mail THEY send out,
 with YOUR name and address on it, will be prompt
 because they can't advertise until they receive the report!
 To grow fast be prompt and courteous.

 ------------------------------------------
 AVAILABLE REPORTS
 ------------------------------------------
 ***Order Each REPORT by NUMBER and NAME*** 
 Notes:
 - ALWAYS SEND $5CAN, or $5US, or $5EURO CASH FOR 
EACH REPORT
 - ALWAYS SEND YOUR ORDER VIA THE QUICKEST
 DELIVERY
 - Make sure the cash is concealed by wrapping it in at least
 two sheets of paper
 - On one of those sheets of paper, include: (a) the number &
 name of the report you are ordering, (b) your e-mail address,
 and (c) your postal address.
 ________________________________________________
 REPORT #1 "THE INSIDER’S GUIDE TO ADVERTISING 
FOR FREE ON THE INTERNET "
 ORDER REPORT #1 FROM: 
De: P.Gagnon
590 De Cloridan #8
Terrebonne Qc (Canada)
J6X 3A9
----------------------------------------------------------------------------
 REPORT #2 "THE INSIDER’S GUIDE TO SENDING BULK 
E-MAIL ON THE INTERNET «
 ORDER REPORT #2 FROM: 
De: S.Gravel
12620 Ave. Des Glaïeuls
Bécancour Qc (Canada)
G9H 2P2
_______________________________________________
 REPORT #3 " THE SECRETS TO MULTILEVEL MARKETING 
ON THE INTERNET  " ORDER REPORT #3 FROM: 
DE : D.Auger
2448 ave perrault # 4
Québec QC (Canada)
G1J 3X4
________________________________________________
 REPORT #4 "HOW TO BECOME A MILLIONAIRE 
UTULIZING THE POWER OF MULTILEVEL MARKETING ON 
THE INTERNET "
ORDER REPORT #4 FROM: 
De :N. Tajdin 
26 Séville 
Montreal, Qc (Canada) 
H9B 2S5



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

HERE'S HOW THIS AMAZING PLAN WILL MAKE YOU 
$MONEY$
 -----------------------------------------------------------------------

 Let's say you decide to start small just to see how well it
 works. Assume your goal is to get 10 people to participate on
 your first level. (Placing a lot of FREE ads on the internet will
 EASILY get a larger response.) Also assume that everyone
 else in YOUR ORGANIZATION gets ONLY 10 downline
 members. Follow this example to achieve the STAGGERING
 results below.

 1st level--your 10 members with $5.....................$50

 2nd level--10 members from those 10 ($5 x 100)........$500

 3rd level--10 members from those 100 ($5 x 1,000)...$5,000

 4th level--10 members from those 1,000 ($5x10,000).$50,000

 THIS TOTALS ------> $55,550

 Remember, this assumes that the people who
 participate only recruit 10 people each. Think for a moment
 what would happen if they got 20 people to participate! Lots
 of people get 100s of participants! THINK ABOUT IT!

 Your cost to participate in this is practically nothing (surely
 you can afford $20). You obviously already have an internet
 connection and e-mail is FREE! REPORT #3 shows you the
 most productive methods for bulk e-mailing and purchasing
 e-mail lists. Some list & bulk e-mail vendors even work on
 trade!

 Over 50,000, new people, get on the internet EVERYDAY (CBS 
NEWS)!

 *******TIPS FOR SUCCESS*******

 * TREAT THIS AS YOUR BUSINESS! Be prompt,
 professional, and follow the directions accurately.

 * Send for the four reports IMMEDIATELY so you will have
 them when the orders start coming in because:

 When you receive a $5 order, you MUST send out the
 requested product (report) to comply with the U.S. Postal &
 Lottery Laws, Title 18, Sections 1302 and 1341 or Title 18,
 Section 3005 in the U.S. Code, also Code of Federal Regs.
 vol. 16, Sections 255 and 436, which state that "a product
 or service must be exchanged for money received."

 * ALWAYS PROVIDE SAME-DAY SERVICE ON THE
 ORDERS YOU RECEIVE.

 * Be patient and persistent with this program. If you follow
 the instructions exactly, the results WILL undoubtedly be
 SUCCESSFUL!

 * ABOVE ALL, HAVE FAITH IN YOURSELF AND KNOW
 YOU WILL SUCCEED!

 *******YOUR SUCCESS GUIDELINE*******

 Follow these guidelines to help assure your success:

 If you don't receive 10 to 20 orders for REPORT #1 within
 two weeks, continue advertising until you do. Then, a
 couple of weeks later you should receive at least 100 orders
 for REPORT #2. If you don't, continue advertising until you
 do. Once you have received 100 or more orders for
 REPORT #2, YOU CAN RELAX, because the system is
 already working for you, and the cash can continue to roll in!

 THIS IS IMPORTANT TO REMEMBER:

 Every time your name is moved down on the list, you are
 placed in front of a DIFFERENT report. You can KEEP
 TRACK of your PROGRESS by watching which report
 people are ordering from you. If you want to generate more
 income, send another batch of e-mails and start the whole
 process again! There is no limit to the income you will
 generate from this business!

 PLEASE NOTE: If you need help with starting a business,
 registering a business name, learning how income tax is
 handled, etc., contact your local office of the Small Business
 Administration (a Federal agency) 1-(800)827-5722 for free
 help and answers to questions. Also, the Internal Revenue
 Service offers free help via telephone and free seminars
 about business tax requirements. Your earnings and results
 are highly dependant on your activities and advertising. This
 letter constitutes no guarantees stated nor implied. In the
 event that it is determined that this letter constitutes a
 guarantee of any kind, that guarantee is now void. Any
 testimonials or amounts of earnings listed in this letter may be
 factual or fictitious. If you have any question of the legality of
 this letter contact the Office of Associate Director for
 Marketing Practices Federal Trade Commission Bureau of
 Consumer Protection in Washington DC.

 *******T E S T I M O N I A L S*******

 This program does work, but you must follow it EXACTLY!
 Especially the rule of not trying to place your name in a
 different position, it won't work and you'll lose a lot of
 potential income. I'm living proof that it works. It really is a
 great opportunity to make relatively easy money, with little
 cost to you. If you do choose to participate, follow the
 program exactly, and you'll be on your way to financial
 security.

 Sean McLaughlin, Jackson, MS

 My name is Frank. My wife, Doris, and I live in Bel-Air, MD. I
 am a cost accountant with a major U.S. Corporation and I
 make pretty good money. When I received the program I
 grumbled to Doris about receiving "junk mail." I made fun of
 the whole thing, spouting my knowledge of the population
 and percentages involved. I "knew" it wouldn't work. Doris
 totally ignored my supposed intelligence and jumped in with
 both feet. I made merciless fun of her, and was ready to lay
 the old "I told you so" on her when the thing didn't work...
 well, the laugh was on me! Within two weeks she had
 received over 50 responses. Within 45 days she had
 received over $147,200 in $5 bills! I was shocked! I was
 sure that I had it all figured and that it wouldn't work. I AM a
 believer now. I have joined Doris in her "hobby." I did have
 seven more years until retirement, but I think of the "rat race"
 and it's not for me. We owe it all to MLM.

 Frank T., Bel-Air, MD

 I just want to pass along my best wishes and encouragement
 to you. Any doubts you have will vanish when your first
 orders come in. I even checked with the U.S. Post Office to
 verify that the plan was legal. It definitely is! IT WORKS!

 Paul Johnson, Raleigh, NC

 The main reason for this letter is to convince you that this
 system is honest, lawful, extremely profitable, and is a way to
 get a large amount of money in a short time. I was
 approached several times before I checked this out. I joined
 just to see what one could expect in return for the minimal
 effort and money required. To my astonishment, I received
 $36,470.00 in the first 14 weeks, with money still coming in.
 Phillip A. Brown, Esq.

 Not being the gambling type, it took me several weeks to
 make up my mind to participate in this plan. But conservative
 that I am, I decided that the initial investment was so little that
 there was just no way that I wouldn't get enough orders to at
 least get my money back. Boy, was I surprised when I found
 my medium-size post office box crammed with orders! For a
 while, it got so overloaded that I had to start picking up my
 mail at the window. I'll make more money this year than any
 10 years of my life before. The nice thing about this plan is
 that it doesn't matter where in the U.S. people live. There
 simply isn't a better investment with a faster return.

 Mary Rockland, Lansing, MI

 I had received this program before. I deleted it, but later I
 wondered if I shouldn't have given it a try. Of course, I had
 no idea who to contact to get another copy, so I had to wait
 until I was e-mailed another program...11 months passed then
 it came...I didn't delete this one!...I made more than $41,000
 on the first try!!

 D. Wilburn, Muncie, IN

 This is my third time to participate in this plan. We have quit
 our jobs, and will soon buy a home on the beach and live off
 the interest on our money. The only way on earth that this
 plan will work for you is if you do it. For your sake, and for
 your family's sake don't pass up this golden opportunity.
 Good luck and happy spending!

 Charles Fairchild, Spokane, WA

 ORDER YOUR REPORTS TODAY AND
 GET STARTED ON YOUR ROAD TO
 FINANCIAL FREEDOM!

 NOW IS THE TIME !

 DECISIVE ACTION YIELDS
 POWERFUL RESULTS !

NEVER SEND SPAM. IT IS BAD.

From eopl-teachers-request Tue Apr  9 09:11:34 2002
Return-Path: <eopl-teachers-request>
Received: from solarwind.AIC.americanic.net ([66.54.162.149])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g39EBUS18597
	for <eopl-teachers@cs.indiana.edu>; Tue, 9 Apr 2002 09:11:33 -0500 (EST)
Received: from mta.21cn.com (0-1pool1-57.nas1.los-angeles1.ca.us.da.qwest.net [63.233.1.57]) by solarwind.AIC.americanic.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
	id 2D3P5STQ; Tue, 9 Apr 2002 06:43:03 -0400
Message-ID: <00002f854497$00000496$00001aba@relay.Post.cz>
To: <undisclosed.recipients>
From: kamar@caramail.com
Subject: Re:Web profits based in marketing ........................1549
Date: Tue, 09 Apr 2002 03:47:02 -1900
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<HTML>
<HEAD>
<TITLE>wrmailer</TITLE>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; charset=3Diso-8859=
-1">
</HEAD>
<BODY BGCOLOR=3D#FFFFFF>
<p align=3D"center">
<div align=3D"center">
  <blockquote><font
      face=3DArial size=3D1><font color=3D"#000000">This message has been =
sent to you 
    in compliance with our strict anti-abuse regulations. We will continue=
 to 
    bring you valuable offers on the products and services that interest y=
ou most. 
    If you do not wish to receive further mailings, please click below.&nb=
sp;&nbsp; 
    You may then rest-assured that you will never receive another email fr=
om us 
    again.&nbsp; </font><font face=3D"Tahoma" color=3D"#000000"><b>We resp=
ect all 
    removal requests.</b></font><font color=3D"#000000"> <a
      href=3D"http://www.worldreachusa.com/removeme.html">UNSUBSCRIBE ME P=
LEASE</a> 
    . This message was sent by World Reach Corporation.&nbsp; This message=
 is 
    an advertisement.&nbsp; Copyright 2000, 2001, 2002 all rights reserved=
.</font></font></blockquote>
</div>
<table width=3D"75" border=3D"1" bgcolor=3D"#000000" bordercolor=3D"#00000=
0" cellpadding=3D"0" align=3D"center">
  <tr>
    <td>
      <table width=3D560 border=3D0 cellpadding=3D0 cellspacing=3D0>
        <tr> 
          <td> <img src=3D"http://www.worldreachusa.com/mailer2/images/wrm=
ailer_01.gif" width=3D110 height=3D75></td>
          <td> <img src=3D"http://www.worldreachusa.com/mailer2/images/wrm=
ailer_02.gif" width=3D206 height=3D75></td>
          <td> <img src=3D"http://www.worldreachusa.com/mailer2/images/wrm=
ailer_03.gif" width=3D244 height=3D75></td>
        </tr>
        <tr> 
          <td> <img src=3D"http://www.worldreachusa.com/mailer2/images/wrm=
ailer_04.gif" width=3D110 height=3D59></td>
          <td> <img src=3D"http://www.worldreachusa.com/mailer2/images/wrm=
ailer_05.gif" width=3D206 height=3D59></td>
          <td> <img src=3D"http://www.worldreachusa.com/mailer2/images/wrm=
ailer_06.gif" width=3D244 height=3D59></td>
        </tr>
        <tr> 
          <td> <img src=3D"http://www.worldreachusa.com/mailer2/images/wrm=
ailer_07.gif" width=3D110 height=3D91></td>
          <td> <img src=3D"http://www.worldreachusa.com/mailer2/images/wrm=
ailer_08.gif" width=3D206 height=3D91></td>
          <td> <img src=3D"http://www.worldreachusa.com/mailer2/images/wrm=
ailer_09.gif" width=3D244 height=3D91></td>
        </tr>
        <tr> 
          <td> <img src=3D"http://www.worldreachusa.com/mailer2/images/wrm=
ailer_10.gif" width=3D110 height=3D136></td>
          <td> <img src=3D"http://www.worldreachusa.com/mailer2/images/wrm=
ailer_11.gif" width=3D206 height=3D136></td>
          <td> <a href=3D"http://www.worldreachusa.com/form.html"><img src=
=3D"http://www.worldreachusa.com/mailer2/images/wrmailer_12.gif" width=3D2=
44 height=3D136 border=3D"0"></a></td>
        </tr>
        <tr> 
          <td> <img src=3D"http://www.worldreachusa.com/mailer2/images/wrm=
ailer_13.gif" width=3D110 height=3D39></td>
          <td> <img src=3D"http://www.worldreachusa.com/mailer2/images/wrm=
ailer_14.gif" width=3D206 height=3D39></td>
          <td> <img src=3D"http://www.worldreachusa.com/mailer2/images/wrm=
ailer_15.gif" width=3D244 height=3D39></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<br>
<table cellpadding=3D0 cellspacing=3D0 border=3D0 height=3D18 width=3D600 =
align=3D"center">
  <tr> 
    <td height=3D"20" width=3D"600" colspan=3D"2"> 
      <center>
        <a href=3D"http://www.launchnet.zaam.net=01=14=14=14.co.fr=14=02=14=
=05=14|https.launch.&#103;oopt.net/launch/info.html"> 
        </a> 
        <table width=3D"74%" border=3D"0" cellspacing=3D"0" cellpadding=3D=
"0" height=3D"38">
          <tr> 
            <td colspan=3D"3"> 
              <div align=3D"center"><font
      face=3DArial size=3D1></font></div>
            </td>
          </tr>
          <tr> 
            <td height=3D"2" width=3D"15%"><a href=3D"http://www.worldreac=
husa.com/form.html"><img src=3D"http://www.worldreachusa.com/logowh.gif" w=
idth=3D"113" height=3D"62" align=3D"top" border=3D"0"></a></td>
            <td height=3D"2" width=3D"1%" valign=3D"bottom">&nbsp;</td>
            <td height=3D"2" rowspan=3D"2" valign=3D"bottom"><img src=3D"h=
ttp://www.worldreachusa.com/footer.gif" width=3D"447" height=3D"33" align=3D=
"absbottom"></td>
          </tr>
          <tr> 
            <td width=3D"15%" align=3D"right" height=3D"2"><img src=3D"htt=
p://www.worldreachusa.com/num.gif" width=3D"101" height=3D"12" align=3D"ab=
sbottom"></td>
            <td width=3D"1%" height=3D"2">&nbsp;</td>
          </tr>
        </table>
        <font
      face=3DArial size=3D1><font color=3D"#000000">This message has been =
sent to you 
        in compliance with our strict anti-abuse regulations. We will cont=
inue 
        to bring you valuable offers on the products and services that int=
erest 
        you most. If you do not wish to receive further mailings, please c=
lick 
        below.&nbsp;&nbsp; You may then rest-assured that you will never r=
eceive 
        another email from us again.&nbsp; </font><font face=3D"Tahoma" co=
lor=3D"#000000" size=3D"2">We 
        respect all removal requests.</font><font color=3D"#000000"> <a
      href=3D"http://www.worldreachusa.com/removeme.html">UNSUBSCRIBE ME P=
LEASE</a> 
        . This message was sent by World Reach Corporation.&nbsp; This mes=
sage 
        is an advertisement.&nbsp; Copyright 2000, 2001, 2002 all rights r=
eserved</font></font> 
      </center>
    </td>
  </tr>
</table>

<a href=3D"http://rd1.hitbox.com/rd?acct=3DWQ520408ONVV70EN8" target=3D_to=
p><img
src=3D"http://hg1.hitbox.com/HG?hc=3Dwf102&cd=3D1&ce=3Du&hb=3DWQ520408ONVV=
70EN8&n=3DPUT+PAGE+NAME+HERE&l=3D1"
 border=3D"0" width=3D1 height=3D1></a><div><font face=3D"MS Sans Serif,Ar=
ial,Helvetica" size=3D1><a 
href=3D"http://counter.hitbox.com/a/hitboxfree.cgi" target=3D"_blank"></a>=
</font></div>


</BODY>
</HTML>



From eopl-teachers-request Tue Apr  9 20:36:31 2002
Return-Path: <eopl-teachers-request>
Received: from airbusiness.www.airbusiness.co.kr ([203.233.214.35])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g3A1aPS04860;
	Tue, 9 Apr 2002 20:36:25 -0500 (EST)
Received: from mail1.kali.com.cn (0-2pool85-110.nas2.los-angeles1.ca.us.da.qwest.net [63.233.85.110]) by airbusiness.www.airbusiness.co.kr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3)
	id 2CG0V678; Mon, 1 Apr 2002 18:33:35 +0900
Message-ID: <000037283df6$0000637e$000076a3@smtp.Post.sk>
To: <Wall.Street.Stockwatch.valued.customers>
From: llr@portugalmail.com
Subject: 151.39.68.8
Date: Mon, 01 Apr 2002 01:40:27 -2000
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>

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

<body>

<div align=3D"center">
  <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D"57%" he=
ight=3D"1" bordercolor=3D"#89BE65" bordercolordark=3D"#000000" bordercolor=
light=3D"#000000">
  <center>
    <caption>&nbsp;</caption>
    <tr>
      <td width=3D"100%" height=3D"43" valign=3D"top" bgcolor=3D"#7B2804" =
bordercolordark=3D"#FFFFFF" bordercolorlight=3D"#FFFFFF" bordercolor=3D"#F=
FFFFF">
        <p align=3D"center"><b><font face=3D"Verdana" size=3D"5" color=3D"=
#EFEFEF">Emerging
        Growth Stock Alert<br>
        </font><font face=3D"Verdana" color=3D"#EFEFEF" size=3D"2">Light M=
anagement
        Group Inc.&nbsp;&nbsp;&nbsp; A Pioneer in the Field of Optics</fon=
t></b></td>
    </tr>
    </center><tr><td width=3D"100%" height=3D"372" valign=3D"top" align=3D=
"left">
      <center>
        <blockquote>
          <br>
          <font face=3D"Verdana"><b><font color=3D"#0000A0"><i>*</i>Tonigh=
t:</font><font color=3D"#3A8357">&nbsp;</font><font color=3D"#0000A0">&nbs=
p;</font><i><font color=3D"#0000A0" size=3D"2">
          </font></i><font size=3D"2" color=3D"#5F5F5F">A company with mas=
sive (and
          profitable) revenue projections, top-notch technology, and an in=
dustry
          poised for enormous growth.<br>
          <br>
          </font><font size=3D"2" color=3D"#FF0000">RECENT NEWS:&nbsp;</fo=
nt><font size=3D"2" color=3D"#000000">
          3/04/02- </font><font size=3D"2" color=3D"#5F5F5F">Light Managem=
ent Group
          Inc.&nbsp;<br>
          Announces
          Distribution Contract for South&nbsp;American
          Subsidiary<br>
          <br>
          * </font><font size=3D"2" color=3D"#000000">Read the Full Announ=
cement
          Later Within This Report<br>
          </font></b></font>
          <hr>
          <p><b><font face=3D"Verdana" color=3D"#143F1A">Key
        Points about LMGR</font>
          </b></p>
        </blockquote>
        <ul>
          <li>
            <p class=3D"MsoBodyText" align=3D"left" style=3D"margin-left:.=
25in;text-align:left;
text-indent:-.25in;mso-list:l2 level1 lfo3;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;
            </b><b style=3D"mso-bidi-font-weight:normal">LMGR </b>projects=
 <b>profitability</b>
            will be achieved in fiscal 2002, and has estimated that revenu=
e from
            product sales will exceed $20 million $US, with anticipation o=
f
            profits near $7.5 million.<span style=3D"mso-spacerun: yes">&n=
bsp; </span>Revenue
            projections for 2003 and 2004 are <b><u>$100 million and $300
            million respectively.<br>
            <br>
            </u></b></font></li>
          <li>
            <p class=3D"MsoBodyText" align=3D"left" style=3D"margin-left:.=
25in;text-align:left;
text-indent:-.25in;mso-list:l5 level1 lfo4;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;
            </b><b style=3D"mso-bidi-font-weight:normal">LMGR </b>was rece=
ntly
            awarded Three <b>Gold Medals </b>at the 50<sup>th</sup> World
            Exhibition of Innovation in Brussels, Belgium for its <b>advan=
cements</b>
            with its Ultraviolet Scanner, Laser Projector, and Acousto-Opt=
ic
            Switch technology.<br>
            <br>
            </font></li>
          <li>
            <p align=3D"left" style=3D"margin-left:.25in;text-align:left;
text-indent:-.25in;mso-list:l0 level1 lfo5;tab-stops:list .25in"><font fac=
e=3D"Verdana" size=3D"2"><span style=3D"font-style: normal; font-variant: =
normal; font-weight: normal">&nbsp;&nbsp;&nbsp;&nbsp;
            </span><span style=3D"font-style: normal; font-variant: normal=
"><b>LM</b></span><b style=3D"mso-bidi-font-weight:normal">GR
            </b>has recently filed for <b>two U.S. patents</b> in the fibe=
r
            optics field which the company expects to have <b>significant
            applications</b> in telecommunications, data transmission, and
            Internet technology.<br>
            </font></p>
            <div align=3D"center">
              <table border=3D"1" cellpadding=3D"3" cellspacing=3D"0" widt=
h=3D"83%" bordercolorlight=3D"#EFEFEF" bordercolordark=3D"#EFEFEF" borderc=
olor=3D"#EFEFEF">
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Company
                    Name&nbsp;&nbsp;</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><f=
ont face=3D"Verdana" size=3D"2"><b>Light
                    Management Group Inc. (OTCBB:LMGR)</b></font></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Current
                    Price</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font color=3D"#000000" size=3D"2" face=3D"Verdana">$0.17</font></b></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">Shares
                    Outstanding<br>
                    <br>
                    Shares in Float<br>
                    <br>
                    52-Week
                    High</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font size=3D"2" face=3D"Verdana" color=3D"#000000">
                    26.5 million (appx.)<br>
                    <br>
                    18 million (appx.)<br>
                    <br>
                    $3.50</font></b></td>
                </tr>
                <tr>
                  <td width=3D"39%" bgcolor=3D"#7B2804" bordercolor=3D"#7B=
2804" bordercolorlight=3D"#7B2804" bordercolordark=3D"#7B2804"><font color=
=3D"#EFEFEF" size=3D"2" face=3D"Verdana">52-Week
                    Low</font></td>
                  <td width=3D"161%" valign=3D"top" bgcolor=3D"#EFEFEF"><b=
><font color=3D"#000000" size=3D"2" face=3D"Verdana">$0.15</font></b></td>
                </tr>
              </table>
            </div>
          </li>
        </ul>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#FF0000" bordercolor=3D"#FFFFFF" bordercolorlight=3D"#FF=
FFFF" bordercolordark=3D"#FFFFFF">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">Who
                <i>Are</i> These Guys?</font></b></td>
            </tr>
          </table>
        </div>
        <blockquote>
          <p class=3D"MsoBodyText"><font face=3D"Verdana" size=3D"2"><b>Li=
ght
          Management Group, Inc. </b></font><font face=3D"Verdana" size=3D=
"2">(OTCBB:LMGR)</font><font face=3D"Verdana" size=3D"2">
          is a publicly traded company engaged</font> <font face=3D"Verdan=
a" size=3D"2">in
          the acquisition, development and sale of new optical and light
          technologies, equipment</font> <font face=3D"Verdana" size=3D"2"=
>and
          services. <b>LMGR</b> has developed and patented<span style=3D"c=
olor:red">
          </span>acousto-optic management products, utilizing <b>best-of-c=
lass
          technologies from around the world</b>. With this technology at =
its
          center, the Company has discovered a new application: <b>using t=
his
          technology as a switch for the fiber optics industry</b>. The ma=
rket
          for this application is expected to globally reach</font></p>
          <p class=3D"MsoBodyText"><font face=3D"Verdana" size=3D"3"><i><b=
 style=3D"mso-bidi-font-weight:normal">$16.1
          Billion by 2010</b>.</i></font><span style=3D"mso-bidi-font-size=
: 10.0pt"><font face=3D"Verdana" size=3D"2"><o:p>
          </o:p>
          </font></span></p>
          <p class=3D"MsoNormal" style=3D"text-align:justify"><b><font fac=
e=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">LMGR</=
span></font></b><font face=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-=
font-size: 10.0pt"><b>
          </b>is the parent company with the following wholly owned subsid=
iaries:</span></font></p>
          <ul>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">Laser
              Show Systems Investments Ltd. (UK)</span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><span st=
yle=3D"mso-bidi-font-size: 10.0pt"><font size=3D"2" face=3D"Verdana">Laser
              Show Systems (Canada) Ltd.</font></span><font face=3D"Verdan=
a" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">&nbsp;</span></fo=
nt></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-bidi-font-size: 10.0pt">Exclu=
sive
              Advertising Inc. (an Ontario Corporation)<o:p>
              </o:p>
              </span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-fareast-font-family: Times Ne=
w Roman; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-l=
anguage: AR-SA">Optico
              Luz S.A.</span></font></li>
            <li>
              <p class=3D"MsoNormal" style=3D"text-align:justify"><font fa=
ce=3D"Verdana" size=3D"2"><span style=3D"mso-fareast-font-family: Times Ne=
w Roman; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-l=
anguage: AR-SA">Light
              Research and Development Ltd. (an Ontario Corporation)</span=
></font></li>
          </ul>
        </blockquote>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"101%" bordercolor=3D"#FFFFFF" bordercolorlight=3D"#FFFFFF" bordercolordar=
k=3D"#FFFFFF" height=3D"44">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804" height=3D"28">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">How
                Large Can it Become?</font></b></td>
            </tr>
          </table>
        </div>
  </center>
      <blockquote>
        <p align=3D"left"><span style=3D"mso-bidi-font-size: 10.0pt"><font=
 face=3D"Verdana" size=3D"2">One
        of the <b>greatest growth achievements</b> of the 20<sup>th</sup>
        century has been the explosion of the networked world and particul=
arly
        the Internet.<span style=3D"mso-spacerun: yes; mso-bidi-font-size:=
 10.0pt">&nbsp;
        </span>In 1900, there were 10 million phones worldwide. In 1960 th=
ere
        were 100 million.<span style=3D"mso-spacerun: yes; mso-bidi-font-s=
ize: 10.0pt">&nbsp;
        </span>By 1990 there were 500 million, and in the past 10 years of=
 the
        20<sup>th</sup> century <b>the network nearly doubled in size</b>.=
<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">&nbsp;
        </span>The 1990s also saw tremendous increases in the number of in=
ternet
        users and optical networks will play a<b> pivotal role </b>in the =
key
        transmission of voice, data and video.<span style=3D"mso-spacerun:=
 yes; mso-bidi-font-size: 10.0pt">&nbsp;
        </span>Optical networks hold the promise of greatly increased spee=
d at
        greatly reduced cost.<span style=3D"mso-spacerun: yes; mso-bidi-fo=
nt-size: 10.0pt">&nbsp;
        </span><b>Again,</b> this industry is expected </font><font face=3D=
"Verdana" size=3D"2"><b style=3D"mso-bidi-font-weight:normal">to
        </b><b style=3D"mso-bidi-font-weight: normal; mso-bidi-font-size: =
10.0pt">exceed</b><b style=3D"mso-bidi-font-weight:normal">
        $16.1 Billion in 2010 and LMGR is ready to lead the way.</b></font=
></span><span style=3D"font-size:10.0pt;
font-family:Arial"><b style=3D"mso-bidi-font-weight:normal"><span style=3D=
"font-size:12.0pt;mso-bidi-font-size:10.0pt"><i><o:p>
        </o:p>
        &nbsp;
        </i></span></b>
        </span><br>
        </p>
        <div align=3D"center">
          <center>
          <table border=3D"0" cellspacing=3D"0" width=3D"86%" bgcolor=3D"#=
7B2804" height=3D"54">
            <tr>
              <td width=3D"100%" height=3D"52" bgcolor=3D"#0000A0">
                <p align=3D"center"><b><font color=3D"#FFFFFF" face=3D"Ver=
dana" size=3D"4">Hot
                off the Press- LMGR News</font></b></td>
            </tr>
          </table>
          </center>
        </div>
        <div align=3D"center">
          <center>
          <table border=3D"1" cellspacing=3D"0" width=3D"86%" height=3D"52=
7" bgcolor=3D"#FCFBD6" bordercolor=3D"#392B55" bordercolordark=3D"#392B55"=
 bordercolorlight=3D"#392B55" cellpadding=3D"3">
            <tr>
              <td width=3D"100%" height=3D"523" valign=3D"top"><b><font si=
ze=3D"5"><br>
                Light Management Group Inc. Announces Distribution Contrac=
t for
                South American Subsidiary with Master Distributor Esolucio=
nes
                S.A.</font></b><!--bw|1015250040-->
                <!-- TextStart -->
                <p><font face=3D"Verdana" size=3D"2">NORCROSS, Ga.--(BUSIN=
ESS
                WIRE)--March 4, 2002--Light Management Group Inc. (OTCBB:<=
a href=3D"http://finance.yahoo.com/q?s=3Dlmgr.ob&amp;d=3Dt">LMGR</a>
                - <a href=3D"http://biz.yahoo.com/n/l/lmgr.ob.html">news</=
a>)</font>
                <p><font face=3D"Verdana" size=3D"2">Optico Luz SA to Re-S=
ell
                NetScreen Technologies Products</font>
                <p><font face=3D"Verdana" size=3D"2">Light Management Grou=
p Inc. (LMG)
                (OTCBB:<a href=3D"http://finance.yahoo.com/q?s=3Dlmgr.ob&a=
mp;d=3Dt">LMGR</a>
                - <a href=3D"http://biz.yahoo.com/n/l/lmgr.ob.html">news</=
a><b>;</b>
                lmgr.net), developer of new applications in optical and li=
ght
                technologies employing sound waves, today announced that i=
ts
                South American subsidiary, Optico Luz SA, has procured a
                contract to be a distributor of NetScreen Technologies (Na=
sdaq:<a href=3D"http://finance.yahoo.com/q?s=3Dnscn&amp;d=3Dt">NSCN</a>
                - <a href=3D"http://biz.yahoo.com/n/n/nscn.html">news</a>)
                products for Esoluciones S.A.</font>
                <p><font face=3D"Verdana" size=3D"2">According to the term=
s of the
                contract, Optico Luz SA will become a VAR (Value-Added
                Re-seller) for Esoluciones S.A. in the territory of Ecuado=
r.
                Esoluciones S.A. is a Colombian-based company that distrib=
utes
                software and hardware to clients, along with solutions in =
remote
                connectivity, network management, security, internetworkin=
g and
                administration of Computer Science. Esoluciones S.A. is th=
e
                Master Distributor of NetScreen products throughout the An=
dean
                Pact nations of Ecuador, Guyana, Suriname and Venezuela,
                providing complete infrastructure for support and local se=
rvice.</font>
                <p><font face=3D"Verdana" size=3D"2">NetScreen Technologie=
s
                develops, markets and sells a broad family of network secu=
rity
                systems and appliances that deliver high-performance,
                cost-effective security for enterprises and service provid=
ers.
                Its security systems and appliances deliver integrated fir=
ewall,
                virtual private network and network traffic management
                capabilities in a single device using its proprietary
                application-specific integrated circuit (``GigaScreen ASIC=
'')
                and its proprietary security operating system and applicat=
ions
                (``ScreenOS'').</font>
                <p><font face=3D"Verdana" size=3D"2">Several of NetScreen
                Technologies' products have won prestigious technology awa=
rds.
                The NetScreen-5XP Operating System, for instance, won the
                SuperQuest Award for ``Most Promising New Technology'' in =
the
                Application Layer Systems and Technology category at the 2=
001
                SuperComm technology exhibition in Atlanta. The SuperQuest
                Awards are sponsored by SuperComm and CMP Media's tele.com
                magazine.</font>
                <p><font face=3D"Verdana" size=3D"2">Optico Luz SA was lau=
nched as a
                subsidiary of Light Management Group in April, 2001. Its m=
andate
                is to enhance and capitalize on the tremendous growth of t=
he
                fiber optic and telecommunications industries in Latin Ame=
rica.
                During its first quarter of operation, Optico Luz SA was a=
lready
                in a position of achieving revenue, as announced on July 2=
7,
                2001.</font>
                <p><font face=3D"Verdana" size=3D"2">``Optico Luz is very =
proud to
                re-sell an accomplished internet security product line of =
such
                renown and applicability as the NetScreen products,'' said
                Eduardo Ayala, President, Optico Luz SA. ``Through our new
                initiative with Esoluciones S.A., Optico Luz will realize
                revenue as a re-seller of products with tremendous appeal =
to
                internet-based businesses and ISPs in a territory with
                fast-emerging telecommunications concerns.''</font>
                <p><font face=3D"Verdana" size=3D"2">Light Management Grou=
p Inc.
                specializes in the development of new applications in opti=
cal
                and light technologies. LMG's breakthrough technology empl=
oys
                sound waves to focus and direct light. LMG has filed for t=
wo
                United States patents in the fiber optics field, both of w=
hich
                could have significant applications in telecommunications,=
 data
                transmission, and Internet technology. Light Management Gr=
oup is
                committed to fulfilling demand for multiple, complex level=
s of
                switching within the communications industry.</font>
                <p><font face=3D"Verdana" size=3D"1">C</font><font size=3D=
"1"><font face=3D"Verdana">autionary
                Statement for Purposes of the ``Safe Harbor'' Provisions o=
f the
                Private Securities Litigation Reform Act of 1995: Statemen=
ts,
                other than historical facts, included in the foregoing new=
s
                release may constitute ``forward looking statements'' with=
in the
                meaning of Section 27A of the Securities Act of 1933, as
                amended, and Section 21E of the Securities Exchange Act of=
 1934,
                as amended. These statements, which include, but are not l=
imited
                to, words such as ``expect,'' ``anticipate,'' ``estimate,'=
'
                ``plan,'' ``project'' and ``intend'' are based on manageme=
nt's
                beliefs and assumptions, and on information currently avai=
lable
                to management and involve certain known and unknown risks,
                uncertainties and other factors which may cause these stat=
ements
                to be materially different from any future results, perfor=
mance
                or achievements expressed or implied by these forward-look=
ing
                statements. Such factors include, among others, the Compan=
y's
                ability to successfully implement its business plan and
                integrate any proposed and future business arrangements;
                potential fluctuations in financial results, dependence on=
 new
                product development, rapid technological and market change=
,
                failure to complete the manufacture of products on schedul=
e and
                on budget, uncertainties relating to business and economic
                conditions in markets in which the Company operates and re=
lating
                to customer plans and commitments; dependence on intellect=
ual
                property rights; and the competitive environment in which =
the
                Company operates and other risks detailed from time to tim=
e in
                the Company's periodic reports filed with the United State=
s
                Securities and Exchange Commission and other regulatory
                authorities.</font></font></td>
            </tr>
          </table>
          </center>
        </div>
        <p align=3D"left"><span style=3D"font-size:10.0pt;
font-family:Arial"><b><i><o:p>
        <br>
        </i></b>
        </span></p>
      </blockquote>
  <center>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#392B55" bordercolordark=3D"#FFFFFF" bordercolorlight=3D=
"#FFFFFF" bordercolor=3D"#FFFFFF" height=3D"51">
            <tr>
              <td width=3D"100%" height=3D"35" bgcolor=3D"#7B2804">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">How
                Will LMGR Grow?</font></b></td>
            </tr>
          </table>
        </div>
  </center>
        <blockquote>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><b>LMGR=FFFFFF92s</b>
          growth strategy focuses on increasing the number of its corporat=
e
          partner contacts, patenting the full range of its products and
          designs, and acquiring strategic, forward looking partners.<span=
 style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">&nbsp;
          </span>In addition, LMGR focuses on the following areas of appli=
cation
          development: </span></font><font face=3D"Verdana"><span style=3D=
"mso-bidi-font-size: 10.0pt"><font size=3D"2"><span style=3D"mso-spacerun:=
 yes; mso-bidi-font-size: 10.0pt">&nbsp;</span></font></span></font><span =
style=3D"mso-bidi-font-size: 10.0pt"><font size=3D"2" face=3D"Verdana"><o:=
p>
          </o:p>
          </font></span></p>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><span style=3D"mso-tab-count: 1; mso-bidi-fon=
t-size: 10.0pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          </span><b>1) Digital Communications<span style=3D"mso-tab-count:=
 1; mso-bidi-font-size: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>2)
          Visual Media (including outdoor&nbsp;<br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          advertising)&nbsp;&nbsp;<span style=3D"mso-tab-count: 1; mso-bid=
i-font-size: 10.0pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;<br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;
          </span>3) Industrial Equipment&nbsp;<span style=3D"mso-tab-count=
: 1; mso-bidi-font-size: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>4)
          Aerospace&nbsp;<span style=3D"mso-tab-count: 1; mso-bidi-font-si=
ze: 10.0pt"><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; </span>5)
          Bio-Medical</b><o:p>
          </o:p>
          </span></font></p>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><span style=3D=
"mso-bidi-font-size: 10.0pt"><b>The
          potential applications for LMGR's technology are virtually limit=
less.</b>
          With this in mind, LMGR is already demonstrating some of the man=
y uses
          of its proprietary technologies.<span style=3D"mso-spacerun: yes=
; mso-bidi-font-size: 10.0pt">
          </span>The company=FFFFFF92s laser projection system, called RGB=
 Laser
          Projection, produces three-dimensional designs that can be used =
to <b>market
          products on large-scale billboards</b>, and it is ready to take =
the
          advertising world by storm.</span></font><center><font face=3D"V=
erdana" size=3D"2">&nbsp;</font>
          </center></p>
        </blockquote><center>
        <div align=3D"center">
          <table border=3D"2" cellpadding=3D"7" cellspacing=3D"0" width=3D=
"100%" bgcolor=3D"#392B55" bordercolordark=3D"#FFFFFF" bordercolorlight=3D=
"#FFFFFF" bordercolor=3D"#FFFFFF" height=3D"42">
            <tr>
              <td width=3D"100%" bgcolor=3D"#7B2804" height=3D"26">
                <p align=3D"center"><b><font face=3D"Verdana" size=3D"4" c=
olor=3D"#EFEFEF">In
                Conclusion...</font></b></td>
            </tr>
          </table>
        </div>
  </center>
        <blockquote>
          <p align=3D"left"><font face=3D"Verdana" size=3D"2"><b><span sty=
le=3D"mso-bidi-font-size: 10.0pt">LMGR</span></b><span style=3D"mso-bidi-f=
ont-size: 10.0pt"><b>
          </b>has proved itself to be on the <b>cutting edge</b> of
          revolutionizing the optical industry.<span style=3D"mso-spacerun=
: yes; mso-bidi-font-size: 10.0pt">&nbsp;
          </span>With a $16.1 billion market expected in 2010, <b>LMGR is
          positioning itself to be an industry leader</b> through aggressi=
ve
          development of its technologies. Its internationally recognized
          technologies have earned <b>four distinct honors at the 50<sup>t=
h</sup>
          World Exhibition of Innovation, Research</b>, and New Technology
          convention in Belgium whose past recipients have been <b>Kings</=
b> of
          Morocco, Thailand, and former U.S. Secretary of State Henry Kiss=
inger.<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt">
          </span>With<b> projected revenues of $100 million in 2003 and $3=
00
          million in 2004,</b> <u>LMGR is definitely worth a second look a=
t
          these levels.</u></span></font><span style=3D"font-size:12.0pt;m=
so-bidi-font-size:10.0pt"><o:p>
          </o:p>
          </span>
        </blockquote>
      </td>
    </tr>
  <center>
    <tr>
        <td width=3D"100%" height=3D"386" valign=3D"top"><font size=3D"1">=
<br>
          <br>
          DISCLAIMER:&nbsp;<br>
          <span style=3D"font-size:7.5pt;
font-family:Verdana;color:black">Information within this email contains &q=
uot;forward 
          looking statements&quot; within the meaning of Section 27A of th=
e Securities 
          Act of 1933 and Section 21B of the Securities Exchange Act of 19=
34. 
          Any statements that express or involve discussions with respect =
to predictions, 
          expectations, beliefs, plans, projections, objectives, goals, as=
sumptions 
          or future events or performance are not statements of historical=
 fact 
          and may be &quot;forward looking statements.&quot;<br>
          <br>
          Forward looking statements are based on expectations, estimates =
and 
          projections at the time the statements are made that involve a n=
umber 
          of&nbsp;risks and uncertainties which could cause actual results=
 or 
          events to differ materially from those presently anticipated. Fo=
rward 
          looking statements in this action may be identified through the =
use 
          of words such as &quot;projects&quot;, &quot;foresee&quot;, &quo=
t;expects&quot;, 
          &quot;will,&quot;&nbsp; &quot;anticipates,&quot; &quot;estimates=
,&quot; 
          &quot;believes,&quot; &quot;understands&quot; or that by stateme=
nts 
          indicating certain actions &quot;may,&quot; &quot;could,&quot; o=
r &quot;might&quot; 
          occur.&nbsp; All information provided within this email pertaini=
ng to 
          investing, stocks, securities must be understood as information =
provided 
          and not investment advice. Investment News Alert advises all rea=
ders 
          and subscribers to seek&nbsp;advice from a registered profession=
al securities 
          representative before deciding to trade in stocks featured withi=
n this 
          email.&nbsp; None of the material within this report shall be co=
nstrued 
          as any kind of investment advice.<br>
          <br>
          In compliance with the Securities Act of 1933, Section17(b), Eme=
rging 
          Growth Stock Alert discloses the receipt of two hundred thousand=
 unrestricted 
          shares of LMGR from a third party for the publication of this re=
port 
          and additional services related to LMGR.&nbsp; Be aware of an in=
herent 
          conflict of interest resulting from our intent to profit from th=
e sale 
          of these shares.&nbsp; Part or all of our position may be liquid=
ated 
          at any time, even after we have made positive statements regardi=
ng the 
          above company.&nbsp; All&nbsp;factual information in this report=
 was 
          gathered from public sources, including but not limited to SEC f=
ilings, 
          Company Press Releases, and Market Guide.<span style=3D"mso-spac=
erun: yes">&nbsp; 
          </span>Emerging Growth Stock Alert&nbsp; believes this informati=
on to 
          be reliable but can make no guarantee as to its accuracy or comp=
leteness. 
          Use of the material within this email constitutes your acceptanc=
e of 
          these terms.</span><span style=3D"font-size:12.0pt;mso-bidi-font=
-size:10.0pt;
color:black"><o:p> </o:p></span></font><font face=3D"Verdana" size=3D"1" c=
olor=3D"#5F5F5F"> 
          </font></td>
    </tr>
  </center></table>
  
  <p>&nbsp;</p>
  <div align=3Dcenter> 
    <hr noshade width=3D"600" color=3D"navy">
  </div>
  <center>
    <font face=3D"Arial, Helvetica, sans-serif" size=3D"2" color=3D"#66666=
6"><b>Unsubscribe 
    Information</b> <br>
    <br>
    To "opt out" from future mailings of this type, visit <a href=3D"http:=
//www.opt-out.wr2002.02-itrs.trav
</BODY>
</HTML>



From eopl-teachers-request Sat Apr 13 03:20:13 2002
Return-Path: <eopl-teachers-request>
Received: from yahoo.com ([217.56.69.170])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with SMTP id g3D8K8i03149
	for <eopl-teachers@cs.indiana.edu>; Sat, 13 Apr 2002 03:20:09 -0500 (EST)
Received: from 178.202.16.90 ([178.202.16.90]) by web13708.mail.yahoo.com with QMQP; Thu, 11 Apr 2002 13:03:54 -0000
Reply-To: <DFRvCC7K7@yahoo.com>
Message-ID: <2827507E-4E63-11D6-BCDD-444553547777@SLxzy1sY>
From: <DFRvCC7K7@yahoo.com>
Subject: toner cartridges
Date: Sat, 13 Apr 2002 00:06:18 -0580
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00U8_69X80A1B.B1121G32"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
Importance: Normal

------=_NextPart_000_00U8_69X80A1B.B1121G32
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFkb2N0eXBlIGh0bWwgcHVibGljICItLy93M2MvL2R0ZCBodG1sIDQuMCB0cmFuc2l0aW9uYWwv
L2VuIj4NCjxodG1sPg0KPGhlYWQ+DQogICA8bWV0YSBodHRwLWVxdWl2PSJDb250ZW50LVR5cGUi
IGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD1pc28tODg1OS0xIj4NCiAgIDxtZXRhIG5hbWU9
IkF1dGhvciIgY29udGVudD0ic2FtIj4NCiAgIDxtZXRhIG5hbWU9IkdFTkVSQVRPUiIgY29udGVu
dD0iTW96aWxsYS80LjYxIFtlbl0gKFdpbjk4OyBJKSBbTmV0c2NhcGVdIj4NCiAgIDx0aXRsZT5m
Z2ZnPC90aXRsZT4NCjwvaGVhZD4NCjxib2R5Pg0KJm5ic3A7DQo8dGFibGUgQk9SREVSIENPTFM9
MSBXSURUSD0iMTAwJSIgSEVJR0hUPSIxNSUiIEJHQ09MT1I9IiM0MDgwODAiID4NCjx0cj4NCjx0
ZCBCR0NPTE9SPSIjNDA4MDgwIj4NCjxjZW50ZXI+PGI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBN
UyI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzM+VkVSVEVYDQpURUNITk9MT0dJ
RVM8L2ZvbnQ+PC9mb250PjwvZm9udD48L2I+DQo8YnI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBN
UyI+PGZvbnQgc2l6ZT0rMz4mbmJzcDs8Yj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+TGFzZXINClBy
aW50ZXIgU3VwcGxpZXM8L2ZvbnQ+PC9iPjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
PC90cj4NCjwvdGFibGU+DQoNCjxjZW50ZXI+DQo8cD48aT48Zm9udCBmYWNlPSJDb21pYyBTYW5z
IE1TIj48Zm9udCBjb2xvcj0iIzY2NjY2NiI+PGZvbnQgc2l6ZT0rND5USEFOSw0KWU9VIEZPUiBW
SVNJVElORyBPVVIgV0VCU0lURSAhITwvZm9udD48L2ZvbnQ+PC9mb250PjwvaT4NCjxwPiZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyA8Zm9udCBmYWNlPSJDb21pYyBT
YW5zIE1TIj48Zm9udCBzaXplPSsyPkNPTVBBVElCTEUmbmJzcDsNCjwvZm9udD48dT48Zm9udCBj
b2xvcj0iI0ZGMDAwMCI+PGZvbnQgc2l6ZT0rMz5TUEVDSUFMUw0KPC9mb250PjwvZm9udD48L3U+
PGZvbnQgc2l6ZT0rMj5USElTJm5ic3A7DQpXRUVLIE9OJm5ic3A7IExBU0VSIFBSSU5URVIgVE9O
RVIgQU5EIENPUElFUiBDQVJUUklER0VTJm5ic3A7IFRPJm5ic3A7DQpGSVQgWU9VUiBNQUNISU5F
PC9mb250PjwvZm9udD4NCjxwPiZuYnNwOzxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250
IGNvbG9yPSIjMDAwMDAwIj48Zm9udCBzaXplPSsyPk9SREVSDQpCWSBQSE9ORTogMS04ODgtMjg4
LTkwNDM8L2ZvbnQ+PC9mb250PjwvZm9udD4NCjxicj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1T
Ij48Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6ZT0rMj5PUkRFUg0KQlkgRkFYOiAxLTg4
OC05NzctMTU3NzwvZm9udD48L2ZvbnQ+PC9mb250Pg0KPHA+PGZvbnQgZmFjZT0iQ29taWMgU2Fu
cyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwQTAiPjxmb250IHNpemU9KzE+RU1BSUwNClJFTU9WQUwg
TElORTogMS04ODgtMjQ4LTQ5MzA8L2ZvbnQ+PC9mb250PjwvZm9udD4NCjxwPjxmb250IGZhY2U9
IkNvbWljIFNhbnMgTVMiPiZuYnNwO09SREVSIEJZIFBBR0UgTlVNQkVSIEFORC9PUiBJVEVNIE5V
TUJFUjwvZm9udD4NCjxwPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPkZPUiBPUkRFUklORyBJ
TlNUUlVDVElPTlMgUExFQVNFIEdPIFRPJm5ic3A7DQpPVVIgTk9URVMvRVhDTFVTSU9OUzwvZm9u
dD4NCjxicj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj5BVCBUSEUgRU5EIE9GIFRISVMgQURW
RVJUSVNFTUVOVDwvZm9udD4NCjxicj4mbmJzcDsNCjxwPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
Ozxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPiZuYnNwOyA8dT48Zm9udCBjb2xvcj0iIzAwMDA5
OSI+PGZvbnQgc2l6ZT0rMj5Gb3INCkhld2xldHQgUGFja2FyZCBQcmludGVyczo8aT4gPC9pPihQ
YWdlIDIpPC9mb250PjwvZm9udD48L3U+PC9mb250PjwvY2VudGVyPg0KDQo8cD48YnI+DQo8Y2Vu
dGVyPjx0YWJsZSBCT1JERVIgV0lEVEg9IjgwJSIgSEVJR0hUPSIxMCUiIEJHQ09MT1I9IiNGRkZG
Q0MiID4NCjx0ciBCR0NPTE9SPSIjNDA4MDgwIj4NCjx0ZCBCR0NPTE9SPSIjNDA4MDgwIj4NCjxj
ZW50ZXI+PGI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiNGRkZGRkYi
Pjxmb250IHNpemU9KzE+SVRFTTwvZm9udD48L2ZvbnQ+PC9mb250PjwvYj48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZCBCR0NPTE9SPSIjNDA4MDgwIj4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMg
U2FucyBNUyI+PGZvbnQgc2l6ZT0rMT4mbmJzcDs8Yj48Zm9udCANCmNvbG9yPSIjRkZGRkZGIj5E
RVNDUklQVElPTjwvZm9udD48L2I+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiNG
RkZGRkYiPjxmb250IHNpemU9KzE+TUZHDQojPC9mb250PjwvZm9udD48L2ZvbnQ+PC9iPjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Yj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1T
Ij48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgDQpzaXplPSsxPlBSSUNFPC9mb250PjwvZm9u
dD48L2ZvbnQ+PC9iPjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZCBCR0NPTE9S
PSIjRkZGRkNDIj4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbQ0KIzE8L2ZvbnQ+PC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBN
UyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQNClNlcmllcyA0
TCwgNFAmbmJzcDs8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IA0Kc2l6ZT0rMT4mbmJzcDs5MjI3NEE8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDQ0PC9mb250PjwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkIEJHQ09MT1I9IiNGRkZGQ0MiPg0K
PGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT5JdGVtDQojMjwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldA0KU2VyaWVzIDExMDAsMzIwMDwvZm9u
dD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBm
YWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4m
bmJzcDtDNDA5MjwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT4mbmJzcDskNDQ8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMg
TVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0NCiMzPC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9
IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNw
O0xhc2VyamV0DQpTZXJpZXMmbmJzcDsgMjwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsNCjkyMjk1QTwvZm9udD48L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21p
YyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsNCiQ0
OTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbQ0KIyA0PC9mb250PjwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQgV0lEVEg9IjcwJSI+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNv
bWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0xh
c2VyamV0DQpTZXJpZXMmbmJzcDsgMlA8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IA0Kc2l6ZT0rMT4mbmJzcDs5MjI3NUE8L2ZvbnQ+PC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMg
U2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7DQokNTQ8
L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+
DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0NCiM1PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0xhc2VyamV0DQpTZXJpZXMg
NVAsNlAsIDVNUCwgNk1QPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOzM2MDNBPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyQ0NDwvZm9udD48L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZv
bnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+SXRlbQ0KIzY8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+Jm5ic3A7TGFzZXJqZXQNClNlcmllcyA1U0ksODAwMDwvZm9udD48L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJD
b21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsz
OTA5QTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT4kOTU8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0K
DQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0NCiM3Jm5ic3A7PC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9
IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNw
O0xhc2VyamV0DQpTZXJpZXMgMjEwMCwgMjIwMCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1T
Ij48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtDNDA5NjwvZm9udD48
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNl
PSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJz
cDskNzQ8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIj
MDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0NCiM4PC9mb250PjwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMg
TVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0xhc2VyamV0DQpT
ZXJpZXMgODEwMDwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT4mbmJzcDtDNDE4MjwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDskMTE1PC9mb250PjwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBm
YWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4m
bmJzcDtJdGVtDQojOTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5
OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldA0KU2VyaWVzIDVMLzZMPC9mb250PjwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNh
bnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOzM5MDZBPC9m
b250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250
IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsx
PiZuYnNwOyQzOTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoN
Cjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbQ0KIzEwJm5ic3A7PC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9
IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2Vy
amV0DQpTZXJpZXMmbmJzcDsgNFY8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+QzM5MDAmbmJzcDs8L2ZvbnQ+PC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBN
UyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7JDk1PC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT4mbmJzcDtJdGVtDQojMTE8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQNClNlcmllcyA0MDAwPC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9
IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkM0MTI3
WDwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT4mbmJzcDskNzk8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3Ry
Pg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250
IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0NCiMxMjwvZm9udD48L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJD
b21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpl
dA0KU2VyaWVzIDNTSS80U0k8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMw
MDAwOTkiPjxmb250IA0Kc2l6ZT0rMT4mbmJzcDs5MjI5MUEmbmJzcDs8L2ZvbnQ+PC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMg
U2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU0PC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT4mbmJzcDtJdGVtDQojMTM8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQNClNlcmllcyA0LDRNLDUsNU0mbmJz
cDs8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+OTIyOThBPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+
DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPiQ0OTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
CjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbQ0KIzEzQTwvZm9u
dD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBm
YWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5M
YXNlcmpldA0KU2VyaWVzIDUwMDA8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+QzQxMjlYPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQxMjU8L2ZvbnQ+PC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZh
Y2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZu
YnNwO0l0ZW0NCiMxM0I8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQNClNlcmllcyAxMjAwPC9mb250PjwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNh
bnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkM3MTE1QTwvZm9udD48
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNl
PSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNTk8
L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+
DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0NCiMxM0M8L2ZvbnQ+PC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQNClNlcmllcyA0MTAw
PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxm
b250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXpl
PSsxPkM4MDYxWDwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT4kOTk8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8
L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0NCiMxODwvZm9udD48
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNl
PSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNl
cmpldA0KU2VyaWVzJm5ic3A7IDMxMDA8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+MzkwNkE8L2ZvbnQ+PC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDM5PC9mb250PjwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBm
YWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4m
bmJzcDtJdGVtDQojMTk8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQNClNlcmllcyA0NTAwIEJsYWNrPC9mb250PjwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNv
bWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkM0MTkxJm5i
c3A7PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPiQ2OTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoN
Cjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbQ0KIzIwPC9mb250PjwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWlj
IFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyamV0DQpT
ZXJpZXMgNDUwMCBDb2xvcjwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT5DQUxMPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ4OTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2VudGVyPg0KDQo8Y2VudGVyPjxwcmU+PHU+
PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzI+Rm9yIEhld2xldHQgUGFja2FyZCBGYXg6IChQYWdlIA0KMik8L2ZvbnQ+PC9mb250Pjwv
Zm9udD48L3U+PC9wcmU+PC9jZW50ZXI+DQoNCjxjZW50ZXI+PHRhYmxlIEJPUkRFUiBXSURUSD0i
ODAlIiBIRUlHSFQ9IjEwJSIgQkdDT0xPUj0iI0ZGRkZDQyIgPg0KPHRyIEFMSUdOPUNFTlRFUiBC
R0NPTE9SPSIjNDA4MDgwIj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBN
UyI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+SVRFTTwvZm9udD48L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21p
YyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgDQpzaXplPSsxPkRFU0NSSVBU
SU9OPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBz
aXplPSsxPk1GRw0KIzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iI0ZGRkZG
RiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBN
UyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbQ0KIyAxNDwvZm9udD48
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNl
PSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MZXNl
cmZheA0KNTAwLCA3MDA8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+RlgxPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ1OTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMg
U2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbQ0KIyAxNTwv
Zm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5MYXNlcmZheA0KNTAwMCwgNzAwMDwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5GWDI8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDY0PC9mb250PjwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNl
PSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVt
DQojIDE2PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsxPkxhc2VyZmF4DQo2MDAwPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkZYMzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNTk8L2ZvbnQ+PC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZh
Y2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0
ZW0NCiMxNzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT5MYXNlcmZheA0KODUwMCwgOTAwMDwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5GWDQ8L2ZvbnQ+PC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2Fu
cyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU0PC9mb250PjwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT5JdGVtDQojMTg8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+TGFzZXJmYXgNCjMyMDA8L2ZvbnQ+PC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+MzkwNkE8L2ZvbnQ+PC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMg
U2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDQ0PC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCjwvdGFibGU+PC9jZW50ZXI+DQoN
CjxjZW50ZXI+DQo8cD48dT48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMj5Gb3INCkxleG1hcmsgLyBJQk0gTWFjaGluZXM6PGk+IChv
biBQYWdlIDMpPC9pPjwvZm9udD48L2ZvbnQ+PC9mb250PjwvdT48L2NlbnRlcj4NCg0KPGNlbnRl
cj48dGFibGUgQk9SREVSIFdJRFRIPSI4MCUiIEhFSUdIVD0iMTklIiBCR0NPTE9SPSIjRkZGRkND
IiA+DQo8dHIgQkdDT0xPUj0iIzQwODA4MCI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
RkZGRkZGIj48Yj48Zm9udCBmYWNlPSJCb29rbWFuIE9sZCBTdHlsZSI+Jm5ic3A7PC9mb250Pjwv
Yj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIA0KTVMiPjxmb250IHNpemU9KzE+SVRFTTwvZm9udD48
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNl
PSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgDQpzaXplPSsxPkRF
U0NSSVBUSU9OPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8
Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48
Zm9udCBzaXplPSsxPk1GRw0KIzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0i
I0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMg
U2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbQ0KIzE8L2Zv
bnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQg
ZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+
SUJNDQo0MDE5LzQwMjkmbmJzcDs8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IA0Kc2l6ZT0rMT4xMzgwMjAwJm5ic3A7PC9mb250PjwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNh
bnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ5NTwvZm9udD48L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+SXRlbQ0KIzI8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+T3B0cmENClIsNDAzOSwgNDA0OTwvZm9udD48L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5z
IE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4xMzgyMTUwPC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9
IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQxMTc8
L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+
DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPkl0ZW0NCiMzPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk9wdHJhDQpFMzEwLCBFMzEyPC9mb250PjwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNv
bWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCANCnNpemU9KzE+Jm5ic3A7
MTJBMjIwMjwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT4kODk8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3Ry
Pg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250
IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0NCiM0PC9mb250PjwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNh
bnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk9wdHJhDQpFPC9mb250
PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZh
Y2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCANCnNpemU9KzE+
Jm5ic3A7NjlHODI1NiZuYnNwOzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNTk8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNh
bnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0NCiM1PC9mb250
PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZh
Y2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk9w
dHJhDQpTPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCANCnNpemU9KzE+Jm5ic3A7MTM4MjYyNSZuYnNwOzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMTM1PC9mb250PjwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBm
YWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5J
dGVtDQojNjwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT5PcHRyYQ0KVDwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsNCjEyQTU4NDA8L2ZvbnQ+PC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2Fu
cyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDE2NTwvZm9udD48L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+SXRlbQ0KIzc8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+T3B0cmENCkU0MTAvNDEyPC9mb250PjwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMi
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOw0KNEswMDE5OCZuYnNw
OzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT4kMTE1PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCjwv
dGFibGU+PC9jZW50ZXI+DQoNCjxjZW50ZXI+DQo8cD48dT48Zm9udCBmYWNlPSJDb21pYyBTYW5z
IE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMj5Gb3INCkFwcGxlIFByaW50
ZXJzOjxpPiAob24gUGFnZSA4KTwvaT48L2ZvbnQ+PC9mb250PjwvZm9udD48L3U+PC9jZW50ZXI+
DQoNCjxjZW50ZXI+PHRhYmxlIEJPUkRFUiBXSURUSD0iODAlIiBIRUlHSFQ9IjEwJSIgQkdDT0xP
Uj0iI0ZGRkZDQyIgPg0KPHRyIEFMSUdOPUxFRlQgQkdDT0xPUj0iIzQwODA4MCI+DQo8dGQ+DQo8
Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48
Zm9udCBzaXplPSsxPklURU08L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiNG
RkZGRkYiPjxmb250IA0Kc2l6ZT0rMT5ERVNDUklQVElPTjwvZm9udD48L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1T
Ij48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5NRkcjPC9mb250PjwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWlj
IFNhbnMgTVMiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPlBSSUNFPC9mb250
PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT5JdGVtJm5ic3A7DQojMTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5QZXJzb25hbA0KTGFzZXJXcml0ZXI8L2ZvbnQ+
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFj
ZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TTAw
ODlMTEE8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250
IHNpemU9KzE+JDU0PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4N
Cg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtDQojMjwvZm9udD48L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5z
IE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcldyaXRlcg0KMzAw
UFgvIDMyMC00TCwrNE1MPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPk0yMDQ1R0E8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQg
Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU0PC9mb250PjwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJD
b21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtDQoj
MzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT5MYXNlcldyaXRlcg0KU2VsZWN0IDM2MDwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9u
dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5NMTk2MEdBPC9mb250PjwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNh
bnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ3NDwvZm9udD48L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+SXRlbQ0KIzQ8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+TGFzZXJXcml0ZXINCjE2LyA2MDAgUHJvJm5ic3A7PC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9
IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk0yNDcz
R0E8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+JDU5PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0K
PHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtDQojNTwvZm9udD48L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1T
Ij48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcldyaXRlcg0KMTIvIDY0
MCBQUzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
DQpzaXplPSsxPk00NjgzR0EmbmJzcDs8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDg5PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21p
YyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtDQojNjwv
Zm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5MYXNlcg0KV3JpdGVyIE5ULzJOVDwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5NNDUzMkdBPC9mb250PjwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMi
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ0OTwvZm9udD48L2ZvbnQ+PC9m
b250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2VudGVyPg0KDQo8Y2VudGVy
Pg0KPHA+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+Jm5ic3A7PHU+PGZvbnQgY29sb3I9IiMw
MDAwOTkiPjxmb250IHNpemU9KzI+Rm9yDQpDYW5ub24gQ29waWVyczogKFBhZ2UgMTApPC9mb250
PjwvZm9udD48L3U+PC9mb250PjwvY2VudGVyPg0KDQo8cD48YnI+DQo8Y2VudGVyPjx0YWJsZSBC
T1JERVIgV0lEVEg9IjgwJSIgSEVJR0hUPSIxMCUiIEJHQ09MT1I9IiNGRkZGQ0MiID4NCjx0ciBC
R0NPTE9SPSIjNDA4MDgwIj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBN
UyI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+SVRFTTwvZm9udD48L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21p
YyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgDQpzaXplPSsxPkRFU0NSSVBU
SU9OPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBz
aXplPSsxPk1GRw0KIzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iI0ZGRkZG
RiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBN
UyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbQ0KIyAxPC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9
IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPlBDDQo2
LyA2UkUvIDcvIDgvIDExLyAxMi8gNjU8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IA0Kc2l6ZT0rMT4mbmJzcDtBMzAmbmJzcDs8L2ZvbnQ+PC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29t
aWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDY5PC9mb250
PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT5JdGVtDQojIDI8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+UEMNCjMwMC8zMjAvMzQwLzM2MCZuYnNwOyBBbGwgMzAw
IFNlcmllczwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgDQpzaXplPSsxPiZuYnNwO0U0MCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9u
dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kODk8L2ZvbnQ+PC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9
IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0N
CiMzPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPlBDDQo3MDAvNzIwLzc2MCZuYnNwOyBBbGwgNzAwIFNlcmllczwvZm9udD48L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21p
YyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgDQpzaXplPSsxPiZuYnNwO0U0
MCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT4kODk8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3Ry
Pg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250
IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0NCiM0PC9mb250PjwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNh
bnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPlBDDQo5MDAvOTEwLzky
MCZuYnNwOyBBbGwgOTAwIFNlcmllczwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgDQpzaXplPSsxPiZuYnNwO0U0MCZuYnNwOzwvZm9udD48L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21p
YyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kODk8L2ZvbnQ+
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KPC90YWJsZT48L2NlbnRlcj4N
Cg0KPGNlbnRlcj4NCjxwPjx1Pjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsyPkZvcg0KRXBzb24gYW5kIFBhbmFzb25pYyBQcmludGVy
czoob24gUGFnZXMgNCAmYW1wOyA3KTwvZm9udD48L2ZvbnQ+PC9mb250PjwvdT48L2NlbnRlcj4N
Cg0KPHA+PGJyPg0KPGNlbnRlcj48dGFibGUgQk9SREVSIFdJRFRIPSI4MCUiIEhFSUdIVD0iMTAl
IiBCR0NPTE9SPSIjRkZGRkNDIiA+DQo8dHIgQkdDT0xPUj0iIzQwODA4MCI+DQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjRkZGRkZGIj5JVEVN
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFj
ZT0iQ29taWMgU2FucyBNUyI+Jm5ic3A7PGZvbnQgY29sb3I9IiNGRkZGRkYiPkRFU0NSSVBUSU9O
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFj
ZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPk1GRyAjPC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2Fu
cyBNUyI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPlBSSUNFPC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNh
bnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0NCiMgMTwvZm9u
dD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBm
YWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5F
cHNvbg0KMTAwMC8xNTAwPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCANCnNpemU9KzE+UzA1MTAxMSZuYnNwOzwvZm9udD48L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1T
Ij48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMTA1PC9mb250PjwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5JdGVtDQojMiZuYnNwOzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT5FcHNvbg0KRVBMNzAwMC84MDAwJm5ic3A7PC9mb250PjwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNv
bWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCANCnNpemU9KzE+UzA1MTIw
MCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT4kMTA1Jm5ic3A7PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1T
Ij48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtDQojMzwvZm9udD48L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJD
b21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5QYW5hc29u
aWMNCjkwLzk1Jm5ic3A7PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPi0tLS0tLS0tLS0tLS0tLS0+PC9mb250PjwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMg
TVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQxMDU8L2ZvbnQ+PC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KPC90YWJsZT48L2NlbnRlcj4NCg0KPGNl
bnRlcj4NCjxwPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjx1Pjxmb250IHNpemU9KzM+U29y
cnksPC9mb250PjwvdT48Zm9udCBzaXplPSsyPiZuYnNwOw0KU3RpbGwgbm8gSW5ramV0cywgYnVi
YmxlIGpldHMgb3IgWGVyb3ggaW4gc3RvY2s8L2ZvbnQ+PC9mb250Pg0KPGJyPiZuYnNwOw0KPHA+
PGk+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiM2NjY2NjYiPjxmb250
IHNpemU9KzQ+SEFWRQ0KQSA8dT5HUkVBVCA8L3U+REFZICEhISZuYnNwOyBMT09LJm5ic3A7IEZP
UldBUkQgVE8gSEVBUklORyBGUk9NIFlPVTwvZm9udD48L2ZvbnQ+PC9mb250PjwvaT48aT48Zm9u
dCANCmZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjNjY2NjY2Ij48Zm9udCBzaXpl
PSs0PjwvZm9udD48L2ZvbnQ+PC9mb250PjwvaT4NCjxwPjxiPjx1PkRJU0NMQUlNRVJTOjwvdT48
L2I+DQo8cD4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgQWxsIHRyYWRlbWFya3MsIGJyYW5kIG5h
bWVzIGFuZCBkaWFncmFtcyBsaXN0ZWQNCm9yIHNob3duIGFib3ZlDQo8YnI+YXJlIHByb3BlcnR5
IG9mIHRoZWlyIHJlc3BlY3RpdmUgaG9sZGVycyZuYnNwOyZuYnNwOyBhbmQgdXNlZCBmb3IgZGVz
Y3JpcHRpdmUNCnB1cnBvc2VzIG9ubHkNCjxicj4uV2UgZG8gbm90IGNhcnJ5IGFueSBIUCBvZW0g
cHJvZHVjdHMuIC4NCjxwPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjx1Pk5PVEVTPC91Pjo8
L2ZvbnQ+DQo8YnI+VW5pdmVyc2l0eSBhbmQgU2Nob29sIFB1cmNoYXNlIG9yZGVycyB3ZWxjb21l
LiAoTm8gQ3JlZGl0IGFwcHJvdmFsDQpyZXF1aXJlZC4gQWxsIG90aGVyIFB1cmNoYXNlDQo8YnI+
Jm5ic3A7Jm5ic3A7Jm5ic3A7IG9yZGVycyByZXF1aXJlIGNyZWRpdCBhcHByb3ZhbA0KPGJyPiZu
YnNwO1BheSBieSBjaGVjayAoQy5PLkQuKSwgQ3JlZGl0IGNhcmQgb3IgcHVyY2hhc2Ugb3JkZXIg
KE5ldCAzMA0KRGF5cykNCjxicj5TaGlwcGluZyBjaGFyZ2VzIHN0YXJ0IGF0ICQ0LjUgcGVyIGNh
cnRyaWRnZS4gQWRkICQxLjUgZm9yIGVhY2ggYWRkaXRpb25hbA0KY2FydHJpZGdlLiBDYXJ0cmlk
Z2VzDQo8YnI+Jm5ic3A7Jm5ic3A7Jm5ic3A7IGRlbGl2ZXJlZCBieSBGZWRlcmFsIEV4cHJlc3Mg
d2l0aGluIDIgdG8gNSB3b3JraW5nDQpkYXlzIGRlcGVuZGluZyBvbiB5b3VyIGxvY2F0aW9uLg0K
PGJyPlNoaXBwaW5nIGFuZCBiaWxsaW5nIGFkZHJlc3NlcyBhcmUgcmVxdWlyZWQgZm9yIFB1cmNo
YXNlIE9yZGVyIHRyYW5zYWN0aW9ucy4NCllvdXIgaW52b2ljZSB3aWxsDQo8YnI+Jm5ic3A7Jm5i
c3A7Jm5ic3A7IGJlIGF0dGFjaGVkIHRvIHlvdXIgcGFja2FnaW5nLiBQbGVhc2UgcGVhbCBhbmQg
cGF5DQp3aXRoaW4gMzAgZGF5cy4NCjxicj4zMCBkYXkgc3RhbmRhcmQgcmV0dXJuIHBvbGljeSAo
bW9uZXkgYmFjayBndWFyYW50ZWUpIG9uIGFsbCBtZXJjaGFuZGlzZS4NCjkwIGRheSB1bmxpbWl0
ZWQgZXhjaGFuZ2UgcG9saWN5DQo8YnI+Jm5ic3A7Jm5ic3A7Jm5ic3A7IGZvciBkZWZlY3RpdmUg
bWVyY2hhbmRpc2U8Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj4uPC9mb250Pg0KPHA+PHU+RVhD
TFVTSU9OUzo8L3U+DQo8cD48dT5XZSBkbyBub3QgY2Fycnk6PC91Pg0KPHA+Jm5ic3A7Jm5ic3A7
Jm5ic3A7Jm5ic3A7IFhlcm94LCBCcm90aGVyLCBQYW5hc29uaWMsIG9yIEZ1aml0c3UgUHJvZHVj
dHMNCjxicj4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgRGVza2pldC9JbmtqZXQgb3IgQnViYmxl
amV0IHByb2R1Y3RzDQo8YnI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IEFueSBPZmZicmFuZHMg
YmVzaWRlcyB0aGUgb25lcyBsaXN0ZWQgYWJvdmUuDQpBbGwgY2FydHJpZGdlcw0KPGJyPiZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyBhcmUgY29t
cGF0aWJsZQ0KaGlnaCB5aWVsZCBwcm9kdWN0cy48L2NlbnRlcj4NCg0KPGJyPiZuYnNwOw0KPGJy
PiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0K
PGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNw
Ow0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZu
YnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJy
PiZuYnNwOw0KPGJyPiZuYnNwOw0KPGRsPg0KPGR0Pg0KPC9kdD4NCjwvZGw+DQoNCjxicj4mbmJz
cDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4m
bmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjwv
Ym9keT4NCjwvaHRtbD4NCg==


From eopl-teachers-request Sun Apr 14 15:50:17 2002
Return-Path: <eopl-teachers-request>
Received: from yahoo.com ([211.251.195.130])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with SMTP id g3EKoCt25149
	for <eopl-teachers@cs.indiana.edu>; Sun, 14 Apr 2002 15:50:13 -0500 (EST)
Received: from unknown (HELO rly-xr02.mx.aol.com) (12.59.132.87)
	by smtp013.mail.yahoo.com with local; Sat, 13 Apr 2002 01:49:29 -1000
Reply-To: <DFRPZxXT9@yahoo.com>
Message-ID: <59B1DCDF-4FA3-11D6-BCDD-444553547777@dc1ynSOY>
From: <DFRPZxXT9@yahoo.com>
Subject: toner cartridges
Date: Sun, 14 Apr 2002 12:51:53 -0580
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00C1_12G23I4K.L1454P76"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: eGroups Message Poster
Importance: Normal

------=_NextPart_000_00C1_12G23I4K.L1454P76
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFkb2N0eXBlIGh0bWwgcHVibGljICItLy93M2MvL2R0ZCBodG1sIDQuMCB0cmFuc2l0aW9uYWwv
L2VuIj4NCjxodG1sPg0KPGhlYWQ+DQogICA8bWV0YSBodHRwLWVxdWl2PSJDb250ZW50LVR5cGUi
IGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD1pc28tODg1OS0xIj4NCiAgIDxtZXRhIG5hbWU9
IkF1dGhvciIgY29udGVudD0ic2FtIj4NCiAgIDxtZXRhIG5hbWU9IkdFTkVSQVRPUiIgY29udGVu
dD0iTW96aWxsYS80LjYxIFtlbl0gKFdpbjk4OyBJKSBbTmV0c2NhcGVdIj4NCiAgIDx0aXRsZT5m
Z2ZnPC90aXRsZT4NCjwvaGVhZD4NCjxib2R5Pg0KJm5ic3A7DQo8dGFibGUgQk9SREVSIENPTFM9
MSBXSURUSD0iMTAwJSIgSEVJR0hUPSIxNSUiIEJHQ09MT1I9IiM0MDgwODAiID4NCjx0cj4NCjx0
ZCBCR0NPTE9SPSIjNDA4MDgwIj4NCjxjZW50ZXI+PGI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBN
UyI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzM+VkVSVEVYDQpURUNITk9MT0dJ
RVM8L2ZvbnQ+PC9mb250PjwvZm9udD48L2I+DQo8YnI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBN
UyI+PGZvbnQgc2l6ZT0rMz4mbmJzcDs8Yj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+TGFzZXINClBy
aW50ZXIgU3VwcGxpZXM8L2ZvbnQ+PC9iPjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
PC90cj4NCjwvdGFibGU+DQoNCjxjZW50ZXI+DQo8cD48aT48Zm9udCBmYWNlPSJDb21pYyBTYW5z
IE1TIj48Zm9udCBjb2xvcj0iIzY2NjY2NiI+PGZvbnQgc2l6ZT0rND5USEFOSw0KWU9VIEZPUiBW
SVNJVElORyBPVVIgV0VCU0lURSAhITwvZm9udD48L2ZvbnQ+PC9mb250PjwvaT4NCjxwPiZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyA8Zm9udCBmYWNlPSJDb21pYyBT
YW5zIE1TIj48Zm9udCBzaXplPSsyPkNPTVBBVElCTEUmbmJzcDsNCjwvZm9udD48dT48Zm9udCBj
b2xvcj0iI0ZGMDAwMCI+PGZvbnQgc2l6ZT0rMz5TUEVDSUFMUw0KPC9mb250PjwvZm9udD48L3U+
PGZvbnQgc2l6ZT0rMj5USElTJm5ic3A7DQpXRUVLIE9OJm5ic3A7IExBU0VSIFBSSU5URVIgVE9O
RVIgQU5EIENPUElFUiBDQVJUUklER0VTJm5ic3A7IFRPJm5ic3A7DQpGSVQgWU9VUiBNQUNISU5F
PC9mb250PjwvZm9udD4NCjxwPiZuYnNwOzxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250
IGNvbG9yPSIjMDAwMDAwIj48Zm9udCBzaXplPSsyPk9SREVSDQpCWSBQSE9ORTogMS04ODgtMjg4
LTkwNDM8L2ZvbnQ+PC9mb250PjwvZm9udD4NCjxicj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1T
Ij48Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6ZT0rMj5PUkRFUg0KQlkgRkFYOiAxLTg4
OC05NzctMTU3NzwvZm9udD48L2ZvbnQ+PC9mb250Pg0KPHA+PGZvbnQgZmFjZT0iQ29taWMgU2Fu
cyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwQTAiPjxmb250IHNpemU9KzE+RU1BSUwNClJFTU9WQUwg
TElORTogMS04ODgtMjQ4LTQ5MzA8L2ZvbnQ+PC9mb250PjwvZm9udD4NCjxwPjxmb250IGZhY2U9
IkNvbWljIFNhbnMgTVMiPiZuYnNwO09SREVSIEJZIFBBR0UgTlVNQkVSIEFORC9PUiBJVEVNIE5V
TUJFUjwvZm9udD4NCjxwPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPkZPUiBPUkRFUklORyBJ
TlNUUlVDVElPTlMgUExFQVNFIEdPIFRPJm5ic3A7DQpPVVIgTk9URVMvRVhDTFVTSU9OUzwvZm9u
dD4NCjxicj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj5BVCBUSEUgRU5EIE9GIFRISVMgQURW
RVJUSVNFTUVOVDwvZm9udD4NCjxicj4mbmJzcDsNCjxwPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
Ozxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPiZuYnNwOyA8dT48Zm9udCBjb2xvcj0iIzAwMDA5
OSI+PGZvbnQgc2l6ZT0rMj5Gb3INCkhld2xldHQgUGFja2FyZCBQcmludGVyczo8aT4gPC9pPihQ
YWdlIDIpPC9mb250PjwvZm9udD48L3U+PC9mb250PjwvY2VudGVyPg0KDQo8cD48YnI+DQo8Y2Vu
dGVyPjx0YWJsZSBCT1JERVIgV0lEVEg9IjgwJSIgSEVJR0hUPSIxMCUiIEJHQ09MT1I9IiNGRkZG
Q0MiID4NCjx0ciBCR0NPTE9SPSIjNDA4MDgwIj4NCjx0ZCBCR0NPTE9SPSIjNDA4MDgwIj4NCjxj
ZW50ZXI+PGI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiNGRkZGRkYi
Pjxmb250IHNpemU9KzE+SVRFTTwvZm9udD48L2ZvbnQ+PC9mb250PjwvYj48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZCBCR0NPTE9SPSIjNDA4MDgwIj4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMg
U2FucyBNUyI+PGZvbnQgc2l6ZT0rMT4mbmJzcDs8Yj48Zm9udCANCmNvbG9yPSIjRkZGRkZGIj5E
RVNDUklQVElPTjwvZm9udD48L2I+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiNG
RkZGRkYiPjxmb250IHNpemU9KzE+TUZHDQojPC9mb250PjwvZm9udD48L2ZvbnQ+PC9iPjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Yj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1T
Ij48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgDQpzaXplPSsxPlBSSUNFPC9mb250PjwvZm9u
dD48L2ZvbnQ+PC9iPjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZCBCR0NPTE9S
PSIjRkZGRkNDIj4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbQ0KIzE8L2ZvbnQ+PC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBN
UyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQNClNlcmllcyA0
TCwgNFAmbmJzcDs8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IA0Kc2l6ZT0rMT4mbmJzcDs5MjI3NEE8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDQ0PC9mb250PjwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkIEJHQ09MT1I9IiNGRkZGQ0MiPg0K
PGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT5JdGVtDQojMjwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldA0KU2VyaWVzIDExMDAsMzIwMDwvZm9u
dD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBm
YWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4m
bmJzcDtDNDA5MjwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT4mbmJzcDskNDQ8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMg
TVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0NCiMzPC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9
IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNw
O0xhc2VyamV0DQpTZXJpZXMmbmJzcDsgMjwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsNCjkyMjk1QTwvZm9udD48L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21p
YyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsNCiQ0
OTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbQ0KIyA0PC9mb250PjwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQgV0lEVEg9IjcwJSI+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNv
bWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0xh
c2VyamV0DQpTZXJpZXMmbmJzcDsgMlA8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IA0Kc2l6ZT0rMT4mbmJzcDs5MjI3NUE8L2ZvbnQ+PC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMg
U2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7DQokNTQ8
L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+
DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0NCiM1PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0xhc2VyamV0DQpTZXJpZXMg
NVAsNlAsIDVNUCwgNk1QPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOzM2MDNBPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyQ0NDwvZm9udD48L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZv
bnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+SXRlbQ0KIzY8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+Jm5ic3A7TGFzZXJqZXQNClNlcmllcyA1U0ksODAwMDwvZm9udD48L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJD
b21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsz
OTA5QTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT4kOTU8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0K
DQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0NCiM3Jm5ic3A7PC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9
IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNw
O0xhc2VyamV0DQpTZXJpZXMgMjEwMCwgMjIwMCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1T
Ij48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtDNDA5NjwvZm9udD48
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNl
PSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJz
cDskNzQ8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIj
MDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0NCiM4PC9mb250PjwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMg
TVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0xhc2VyamV0DQpT
ZXJpZXMgODEwMDwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT4mbmJzcDtDNDE4MjwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDskMTE1PC9mb250PjwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBm
YWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4m
bmJzcDtJdGVtDQojOTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5
OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldA0KU2VyaWVzIDVMLzZMPC9mb250PjwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNh
bnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOzM5MDZBPC9m
b250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250
IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsx
PiZuYnNwOyQzOTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoN
Cjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbQ0KIzEwJm5ic3A7PC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9
IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2Vy
amV0DQpTZXJpZXMmbmJzcDsgNFY8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+QzM5MDAmbmJzcDs8L2ZvbnQ+PC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBN
UyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7JDk1PC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT4mbmJzcDtJdGVtDQojMTE8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQNClNlcmllcyA0MDAwPC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9
IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkM0MTI3
WDwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT4mbmJzcDskNzk8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3Ry
Pg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250
IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0NCiMxMjwvZm9udD48L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJD
b21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpl
dA0KU2VyaWVzIDNTSS80U0k8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMw
MDAwOTkiPjxmb250IA0Kc2l6ZT0rMT4mbmJzcDs5MjI5MUEmbmJzcDs8L2ZvbnQ+PC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMg
U2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU0PC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT4mbmJzcDtJdGVtDQojMTM8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQNClNlcmllcyA0LDRNLDUsNU0mbmJz
cDs8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+OTIyOThBPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+
DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPiQ0OTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
CjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbQ0KIzEzQTwvZm9u
dD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBm
YWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5M
YXNlcmpldA0KU2VyaWVzIDUwMDA8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+QzQxMjlYPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQxMjU8L2ZvbnQ+PC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZh
Y2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZu
YnNwO0l0ZW0NCiMxM0I8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQNClNlcmllcyAxMjAwPC9mb250PjwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNh
bnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkM3MTE1QTwvZm9udD48
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNl
PSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNTk8
L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+
DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0NCiMxM0M8L2ZvbnQ+PC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQNClNlcmllcyA0MTAw
PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxm
b250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXpl
PSsxPkM4MDYxWDwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT4kOTk8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8
L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0NCiMxODwvZm9udD48
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNl
PSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNl
cmpldA0KU2VyaWVzJm5ic3A7IDMxMDA8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+MzkwNkE8L2ZvbnQ+PC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDM5PC9mb250PjwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBm
YWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4m
bmJzcDtJdGVtDQojMTk8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQNClNlcmllcyA0NTAwIEJsYWNrPC9mb250PjwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNv
bWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkM0MTkxJm5i
c3A7PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPiQ2OTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoN
Cjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbQ0KIzIwPC9mb250PjwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWlj
IFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyamV0DQpT
ZXJpZXMgNDUwMCBDb2xvcjwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT5DQUxMPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ4OTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2VudGVyPg0KDQo8Y2VudGVyPjxwcmU+PHU+
PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzI+Rm9yIEhld2xldHQgUGFja2FyZCBGYXg6IChQYWdlIA0KMik8L2ZvbnQ+PC9mb250Pjwv
Zm9udD48L3U+PC9wcmU+PC9jZW50ZXI+DQoNCjxjZW50ZXI+PHRhYmxlIEJPUkRFUiBXSURUSD0i
ODAlIiBIRUlHSFQ9IjEwJSIgQkdDT0xPUj0iI0ZGRkZDQyIgPg0KPHRyIEFMSUdOPUNFTlRFUiBC
R0NPTE9SPSIjNDA4MDgwIj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBN
UyI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+SVRFTTwvZm9udD48L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21p
YyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgDQpzaXplPSsxPkRFU0NSSVBU
SU9OPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBz
aXplPSsxPk1GRw0KIzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iI0ZGRkZG
RiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBN
UyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbQ0KIyAxNDwvZm9udD48
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNl
PSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MZXNl
cmZheA0KNTAwLCA3MDA8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+RlgxPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ1OTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMg
U2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbQ0KIyAxNTwv
Zm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5MYXNlcmZheA0KNTAwMCwgNzAwMDwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5GWDI8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDY0PC9mb250PjwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNl
PSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVt
DQojIDE2PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsxPkxhc2VyZmF4DQo2MDAwPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkZYMzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNTk8L2ZvbnQ+PC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZh
Y2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0
ZW0NCiMxNzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT5MYXNlcmZheA0KODUwMCwgOTAwMDwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5GWDQ8L2ZvbnQ+PC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2Fu
cyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU0PC9mb250PjwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT5JdGVtDQojMTg8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+TGFzZXJmYXgNCjMyMDA8L2ZvbnQ+PC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+MzkwNkE8L2ZvbnQ+PC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMg
U2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDQ0PC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCjwvdGFibGU+PC9jZW50ZXI+DQoN
CjxjZW50ZXI+DQo8cD48dT48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMj5Gb3INCkxleG1hcmsgLyBJQk0gTWFjaGluZXM6PGk+IChv
biBQYWdlIDMpPC9pPjwvZm9udD48L2ZvbnQ+PC9mb250PjwvdT48L2NlbnRlcj4NCg0KPGNlbnRl
cj48dGFibGUgQk9SREVSIFdJRFRIPSI4MCUiIEhFSUdIVD0iMTklIiBCR0NPTE9SPSIjRkZGRkND
IiA+DQo8dHIgQkdDT0xPUj0iIzQwODA4MCI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
RkZGRkZGIj48Yj48Zm9udCBmYWNlPSJCb29rbWFuIE9sZCBTdHlsZSI+Jm5ic3A7PC9mb250Pjwv
Yj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIA0KTVMiPjxmb250IHNpemU9KzE+SVRFTTwvZm9udD48
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNl
PSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgDQpzaXplPSsxPkRF
U0NSSVBUSU9OPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8
Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48
Zm9udCBzaXplPSsxPk1GRw0KIzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0i
I0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMg
U2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbQ0KIzE8L2Zv
bnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQg
ZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+
SUJNDQo0MDE5LzQwMjkmbmJzcDs8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IA0Kc2l6ZT0rMT4xMzgwMjAwJm5ic3A7PC9mb250PjwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNh
bnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ5NTwvZm9udD48L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+SXRlbQ0KIzI8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+T3B0cmENClIsNDAzOSwgNDA0OTwvZm9udD48L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5z
IE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4xMzgyMTUwPC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9
IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQxMTc8
L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+
DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPkl0ZW0NCiMzPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk9wdHJhDQpFMzEwLCBFMzEyPC9mb250PjwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNv
bWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCANCnNpemU9KzE+Jm5ic3A7
MTJBMjIwMjwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT4kODk8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3Ry
Pg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250
IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0NCiM0PC9mb250PjwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNh
bnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk9wdHJhDQpFPC9mb250
PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZh
Y2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCANCnNpemU9KzE+
Jm5ic3A7NjlHODI1NiZuYnNwOzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNTk8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNh
bnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0NCiM1PC9mb250
PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZh
Y2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk9w
dHJhDQpTPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCANCnNpemU9KzE+Jm5ic3A7MTM4MjYyNSZuYnNwOzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMTM1PC9mb250PjwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBm
YWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5J
dGVtDQojNjwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT5PcHRyYQ0KVDwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsNCjEyQTU4NDA8L2ZvbnQ+PC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2Fu
cyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDE2NTwvZm9udD48L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+SXRlbQ0KIzc8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+T3B0cmENCkU0MTAvNDEyPC9mb250PjwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMi
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOw0KNEswMDE5OCZuYnNw
OzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT4kMTE1PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCjwv
dGFibGU+PC9jZW50ZXI+DQoNCjxjZW50ZXI+DQo8cD48dT48Zm9udCBmYWNlPSJDb21pYyBTYW5z
IE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMj5Gb3INCkFwcGxlIFByaW50
ZXJzOjxpPiAob24gUGFnZSA4KTwvaT48L2ZvbnQ+PC9mb250PjwvZm9udD48L3U+PC9jZW50ZXI+
DQoNCjxjZW50ZXI+PHRhYmxlIEJPUkRFUiBXSURUSD0iODAlIiBIRUlHSFQ9IjEwJSIgQkdDT0xP
Uj0iI0ZGRkZDQyIgPg0KPHRyIEFMSUdOPUxFRlQgQkdDT0xPUj0iIzQwODA4MCI+DQo8dGQ+DQo8
Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48
Zm9udCBzaXplPSsxPklURU08L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiNG
RkZGRkYiPjxmb250IA0Kc2l6ZT0rMT5ERVNDUklQVElPTjwvZm9udD48L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1T
Ij48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5NRkcjPC9mb250PjwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWlj
IFNhbnMgTVMiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPlBSSUNFPC9mb250
PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT5JdGVtJm5ic3A7DQojMTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5QZXJzb25hbA0KTGFzZXJXcml0ZXI8L2ZvbnQ+
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFj
ZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TTAw
ODlMTEE8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250
IHNpemU9KzE+JDU0PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4N
Cg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtDQojMjwvZm9udD48L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5z
IE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcldyaXRlcg0KMzAw
UFgvIDMyMC00TCwrNE1MPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPk0yMDQ1R0E8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQg
Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU0PC9mb250PjwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJD
b21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtDQoj
MzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT5MYXNlcldyaXRlcg0KU2VsZWN0IDM2MDwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9u
dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5NMTk2MEdBPC9mb250PjwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNh
bnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ3NDwvZm9udD48L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+SXRlbQ0KIzQ8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+TGFzZXJXcml0ZXINCjE2LyA2MDAgUHJvJm5ic3A7PC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9
IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk0yNDcz
R0E8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+JDU5PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0K
PHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtDQojNTwvZm9udD48L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1T
Ij48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcldyaXRlcg0KMTIvIDY0
MCBQUzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
DQpzaXplPSsxPk00NjgzR0EmbmJzcDs8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDg5PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21p
YyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtDQojNjwv
Zm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5MYXNlcg0KV3JpdGVyIE5ULzJOVDwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5NNDUzMkdBPC9mb250PjwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMi
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ0OTwvZm9udD48L2ZvbnQ+PC9m
b250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2VudGVyPg0KDQo8Y2VudGVy
Pg0KPHA+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+Jm5ic3A7PHU+PGZvbnQgY29sb3I9IiMw
MDAwOTkiPjxmb250IHNpemU9KzI+Rm9yDQpDYW5ub24gQ29waWVyczogKFBhZ2UgMTApPC9mb250
PjwvZm9udD48L3U+PC9mb250PjwvY2VudGVyPg0KDQo8cD48YnI+DQo8Y2VudGVyPjx0YWJsZSBC
T1JERVIgV0lEVEg9IjgwJSIgSEVJR0hUPSIxMCUiIEJHQ09MT1I9IiNGRkZGQ0MiID4NCjx0ciBC
R0NPTE9SPSIjNDA4MDgwIj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBN
UyI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+SVRFTTwvZm9udD48L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21p
YyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgDQpzaXplPSsxPkRFU0NSSVBU
SU9OPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBz
aXplPSsxPk1GRw0KIzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iI0ZGRkZG
RiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBN
UyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbQ0KIyAxPC9mb250Pjwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9
IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPlBDDQo2
LyA2UkUvIDcvIDgvIDExLyAxMi8gNjU8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IA0Kc2l6ZT0rMT4mbmJzcDtBMzAmbmJzcDs8L2ZvbnQ+PC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29t
aWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDY5PC9mb250
PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT5JdGVtDQojIDI8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+UEMNCjMwMC8zMjAvMzQwLzM2MCZuYnNwOyBBbGwgMzAw
IFNlcmllczwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgDQpzaXplPSsxPiZuYnNwO0U0MCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9u
dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kODk8L2ZvbnQ+PC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9
IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0N
CiMzPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPlBDDQo3MDAvNzIwLzc2MCZuYnNwOyBBbGwgNzAwIFNlcmllczwvZm9udD48L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21p
YyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgDQpzaXplPSsxPiZuYnNwO0U0
MCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT4kODk8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3Ry
Pg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250
IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0NCiM0PC9mb250PjwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNh
bnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPlBDDQo5MDAvOTEwLzky
MCZuYnNwOyBBbGwgOTAwIFNlcmllczwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgDQpzaXplPSsxPiZuYnNwO0U0MCZuYnNwOzwvZm9udD48L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21p
YyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kODk8L2ZvbnQ+
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KPC90YWJsZT48L2NlbnRlcj4N
Cg0KPGNlbnRlcj4NCjxwPjx1Pjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsyPkZvcg0KRXBzb24gYW5kIFBhbmFzb25pYyBQcmludGVy
czoob24gUGFnZXMgNCAmYW1wOyA3KTwvZm9udD48L2ZvbnQ+PC9mb250PjwvdT48L2NlbnRlcj4N
Cg0KPHA+PGJyPg0KPGNlbnRlcj48dGFibGUgQk9SREVSIFdJRFRIPSI4MCUiIEhFSUdIVD0iMTAl
IiBCR0NPTE9SPSIjRkZGRkNDIiA+DQo8dHIgQkdDT0xPUj0iIzQwODA4MCI+DQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjRkZGRkZGIj5JVEVN
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFj
ZT0iQ29taWMgU2FucyBNUyI+Jm5ic3A7PGZvbnQgY29sb3I9IiNGRkZGRkYiPkRFU0NSSVBUSU9O
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFj
ZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPk1GRyAjPC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgZmFjZT0iQ29taWMgU2Fu
cyBNUyI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPlBSSUNFPC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNh
bnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0NCiMgMTwvZm9u
dD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBm
YWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5F
cHNvbg0KMTAwMC8xNTAwPC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCANCnNpemU9KzE+UzA1MTAxMSZuYnNwOzwvZm9udD48L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1T
Ij48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMTA1PC9mb250PjwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5JdGVtDQojMiZuYnNwOzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT5FcHNvbg0KRVBMNzAwMC84MDAwJm5ic3A7PC9mb250PjwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNv
bWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCANCnNpemU9KzE+UzA1MTIw
MCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT4kMTA1Jm5ic3A7PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1T
Ij48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtDQojMzwvZm9udD48L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBmYWNlPSJD
b21pYyBTYW5zIE1TIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5QYW5hc29u
aWMNCjkwLzk1Jm5ic3A7PC9mb250PjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPi0tLS0tLS0tLS0tLS0tLS0+PC9mb250PjwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGZhY2U9IkNvbWljIFNhbnMg
TVMiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQxMDU8L2ZvbnQ+PC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KPC90YWJsZT48L2NlbnRlcj4NCg0KPGNl
bnRlcj4NCjxwPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjx1Pjxmb250IHNpemU9KzM+U29y
cnksPC9mb250PjwvdT48Zm9udCBzaXplPSsyPiZuYnNwOw0KU3RpbGwgbm8gSW5ramV0cywgYnVi
YmxlIGpldHMgb3IgWGVyb3ggaW4gc3RvY2s8L2ZvbnQ+PC9mb250Pg0KPGJyPiZuYnNwOw0KPHA+
PGk+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PGZvbnQgY29sb3I9IiM2NjY2NjYiPjxmb250
IHNpemU9KzQ+SEFWRQ0KQSA8dT5HUkVBVCA8L3U+REFZICEhISZuYnNwOyBMT09LJm5ic3A7IEZP
UldBUkQgVE8gSEVBUklORyBGUk9NIFlPVTwvZm9udD48L2ZvbnQ+PC9mb250PjwvaT48aT48Zm9u
dCANCmZhY2U9IkNvbWljIFNhbnMgTVMiPjxmb250IGNvbG9yPSIjNjY2NjY2Ij48Zm9udCBzaXpl
PSs0PjwvZm9udD48L2ZvbnQ+PC9mb250PjwvaT4NCjxwPjxiPjx1PkRJU0NMQUlNRVJTOjwvdT48
L2I+DQo8cD4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgQWxsIHRyYWRlbWFya3MsIGJyYW5kIG5h
bWVzIGFuZCBkaWFncmFtcyBsaXN0ZWQNCm9yIHNob3duIGFib3ZlDQo8YnI+YXJlIHByb3BlcnR5
IG9mIHRoZWlyIHJlc3BlY3RpdmUgaG9sZGVycyZuYnNwOyZuYnNwOyBhbmQgdXNlZCBmb3IgZGVz
Y3JpcHRpdmUNCnB1cnBvc2VzIG9ubHkNCjxicj4uV2UgZG8gbm90IGNhcnJ5IGFueSBIUCBvZW0g
cHJvZHVjdHMuIC4NCjxwPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPjx1Pk5PVEVTPC91Pjo8
L2ZvbnQ+DQo8YnI+VW5pdmVyc2l0eSBhbmQgU2Nob29sIFB1cmNoYXNlIG9yZGVycyB3ZWxjb21l
LiAoTm8gQ3JlZGl0IGFwcHJvdmFsDQpyZXF1aXJlZC4gQWxsIG90aGVyIFB1cmNoYXNlDQo8YnI+
Jm5ic3A7Jm5ic3A7Jm5ic3A7IG9yZGVycyByZXF1aXJlIGNyZWRpdCBhcHByb3ZhbA0KPGJyPiZu
YnNwO1BheSBieSBjaGVjayAoQy5PLkQuKSwgQ3JlZGl0IGNhcmQgb3IgcHVyY2hhc2Ugb3JkZXIg
KE5ldCAzMA0KRGF5cykNCjxicj5TaGlwcGluZyBjaGFyZ2VzIHN0YXJ0IGF0ICQ0LjUgcGVyIGNh
cnRyaWRnZS4gQWRkICQxLjUgZm9yIGVhY2ggYWRkaXRpb25hbA0KY2FydHJpZGdlLiBDYXJ0cmlk
Z2VzDQo8YnI+Jm5ic3A7Jm5ic3A7Jm5ic3A7IGRlbGl2ZXJlZCBieSBGZWRlcmFsIEV4cHJlc3Mg
d2l0aGluIDIgdG8gNSB3b3JraW5nDQpkYXlzIGRlcGVuZGluZyBvbiB5b3VyIGxvY2F0aW9uLg0K
PGJyPlNoaXBwaW5nIGFuZCBiaWxsaW5nIGFkZHJlc3NlcyBhcmUgcmVxdWlyZWQgZm9yIFB1cmNo
YXNlIE9yZGVyIHRyYW5zYWN0aW9ucy4NCllvdXIgaW52b2ljZSB3aWxsDQo8YnI+Jm5ic3A7Jm5i
c3A7Jm5ic3A7IGJlIGF0dGFjaGVkIHRvIHlvdXIgcGFja2FnaW5nLiBQbGVhc2UgcGVhbCBhbmQg
cGF5DQp3aXRoaW4gMzAgZGF5cy4NCjxicj4zMCBkYXkgc3RhbmRhcmQgcmV0dXJuIHBvbGljeSAo
bW9uZXkgYmFjayBndWFyYW50ZWUpIG9uIGFsbCBtZXJjaGFuZGlzZS4NCjkwIGRheSB1bmxpbWl0
ZWQgZXhjaGFuZ2UgcG9saWN5DQo8YnI+Jm5ic3A7Jm5ic3A7Jm5ic3A7IGZvciBkZWZlY3RpdmUg
bWVyY2hhbmRpc2U8Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj4uPC9mb250Pg0KPHA+PHU+RVhD
TFVTSU9OUzo8L3U+DQo8cD48dT5XZSBkbyBub3QgY2Fycnk6PC91Pg0KPHA+Jm5ic3A7Jm5ic3A7
Jm5ic3A7Jm5ic3A7IFhlcm94LCBCcm90aGVyLCBQYW5hc29uaWMsIG9yIEZ1aml0c3UgUHJvZHVj
dHMNCjxicj4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgRGVza2pldC9JbmtqZXQgb3IgQnViYmxl
amV0IHByb2R1Y3RzDQo8YnI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IEFueSBPZmZicmFuZHMg
YmVzaWRlcyB0aGUgb25lcyBsaXN0ZWQgYWJvdmUuDQpBbGwgY2FydHJpZGdlcw0KPGJyPiZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyBhcmUgY29t
cGF0aWJsZQ0KaGlnaCB5aWVsZCBwcm9kdWN0cy48L2NlbnRlcj4NCg0KPGJyPiZuYnNwOw0KPGJy
PiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0K
PGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNw
Ow0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZu
YnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJy
PiZuYnNwOw0KPGJyPiZuYnNwOw0KPGRsPg0KPGR0Pg0KPC9kdD4NCjwvZGw+DQoNCjxicj4mbmJz
cDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4m
bmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjwv
Ym9keT4NCjwvaHRtbD4NCg==


From eopl-teachers-request Mon Apr 15 05:01:56 2002
Return-Path: <eopl-teachers-request>
Received: from l1.3web45.com ([66.185.166.25])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with SMTP id g3FA1tt02943
	for <eopl-teachers@cs.indiana.edu>; Mon, 15 Apr 2002 05:01:56 -0500 (EST)
Received: (qmail 27390 invoked by uid 0); 15 Apr 2002 09:55:20 -0000
Date: 15 Apr 2002 09:55:20 -0000
Message-ID: <20020415095520.27386.qmail@l1.3web45.com>
To: "" <eopl-teachers@cs.indiana.edu>
From: "The Stock Refinery" <info@bounce.3web45.com>
Reply-To: remove@remove.3web45.com
Subject: Welcome
Mime-Version: 1.0
Content-Type: multipart/alternative;
    boundary="--3web45-MultiPart-Mime-Boundary"


----3web45-MultiPart-Mime-Boundary
Content-Type: text/plain
Content-Disposition: inline

______________________________________________________________
The Stock Refinery never sends unsolicited email. You have received this message because you registered with The Stock Refinery OR one of our carefully selected marketing partners. If you no longer wish to receive these offers, please follow the instructions at the bottom of this message.
______________________________________________________________


The Stock Refinery is pleased to announce that we have joined forces with Wall Street Stockwatch, of which you are a current member, to bring you the most up-to-date company profiles via e-mail.

The theme of The Stock Refinery is to direct our Members with investment to small and micro cap companies which are not widely followed. These are the types of Companies that have not yet shown up on the radar screens of Professional Wall Street Money Managers or on the front page of the Wall Street Journal. In order to be Profiled, the Company must have a unique and proprietary technology or business model which will lend itself to Wall Street attention down the road if Management is successful at executing its business plan. We only profile companies that we feel are trading at a level that offers our Members significant upside potential when positions are held for the longer term.
The Stock Refinery Newsletter is not published on a scheduled basis. We release issues based on our ability to seek out and locate companies with accurate information that we feel will generate the kind of returns our members are looking for.

If you do not wish to receive further exciting profiles from The Stock Refinery, simple click the link at the bottom of this email to be removed. You will also be able to unsubscribe on each and every newsletter you receive from The Stock Refinery.

Thank you and welcome aboard.

_____________________________________________________________________________
The preceding message was sent to you as an opt-in subscriber to The Stock Refinery.
If you wish to unsubscribe please follow this link: 
http://marketrefinery.3web45.com/optout.htm?message_id=4&e=eopl-teachers@cs.indiana.edu
_____________________________________________________________________________


----3web45-MultiPart-Mime-Boundary
Content-Type: text/html
Content-Disposition: inline

<html><hr align="center">
			<div align="center"><font size="1" face="Arial, Helvetica, sans-serif">The Stock Refinery never sends unsolicited email. You have received this message because you<br>
registered with The Stock Refinery OR one of our carefully selected marketing partners.<br>
If you no longer wish to receive these offers, please follow the instructions at the bottom of this message.</font><br></div>
			<hr align="center">
			  <P><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times 
New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><STRONG><FONT color=#003399>The Stock 
Refinery</FONT></STRONG> is pleased to announce that we have joined forces with&nbsp;Wall Street Stockwatch, of which you are a 
current member, to bring you the most up-to-date company profiles via e-mail.</SPAN></P> 
<P><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times 
New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">The theme of&nbsp;<STRONG><FONT 
color=#003399>The Stock Refinery</FONT></STRONG>&nbsp;is to direct our Members with investment to small and micro cap companies 
which are not widely followed. These are the types of Companies that have not yet shown up on the radar screens of Professional 
Wall Street Money Managers or on the front page of the Wall Street Journal.<FONT face="Times New Roman" size=3> <FONT 
face="Verdana, Geneva, Helvetica, Arial, sans-serif" size=2>In order to be Profiled, the Company must have a unique and 
proprietary technology or business model which will lend itself to Wall Street attention down the road if Management is successful 
at executing its business plan. We only profile companies that we feel are trading at a level that offers our Members significant 
upside potential when positions are held for the longer term.</FONT></FONT></SPAN></P><SPAN style="FONT-FAMILY: Verdana; 
FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; 
mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT face="Times New Roman" size=3> 
<P><FONT face="Verdana, Geneva, Helvetica, Arial, sans-serif" size=2><STRONG><FONT color=#003399>The Stock 
Refinery</FONT></STRONG>&nbsp;Newsletter is&nbsp;not published on a scheduled basis. We release issues based on our ability to 
seek out and locate companies with accurate information that we feel will generate the kind of returns our members are looking 
for.</FONT></P> 
<P><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">If you do not wish to receive further exciting profiles 
from&nbsp;<STRONG><FONT color=#003399>The Stock Refinery</FONT></STRONG>, simply click the link at the&nbsp;bottom of this email 
to be removed. You will also be able to unsubscribe on each and every&nbsp;newsletter you receive from <STRONG><FONT 
color=#003399>The Stock Refinery</FONT></STRONG>.</SPAN></P> 
<P><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">Thank you and welcome aboard.</SPAN></P><SPAN style="FONT-FAMILY: Verdana; 
FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; 
mso-fareast-language: EN-US; mso-bidi-language: AR-SA"> 
<P></SPAN>&nbsp;</P></FONT></SPAN>


<hr align="center">
			<div align="center">
<font size="1" face="Arial, Helvetica, sans-serif">The preceding message was sent to you as an opt-in subscriber to The Stock Refinery.<br>
If you wish to unsubscribe please follow this link: <br>
<a href="http://marketrefinery.3web45.com/optout.htm?message_id=4&e=eopl-teachers@cs.indiana.edu">http://marketrefinery.3web45.com/optout.htm?message_id=4&e=eopl-teachers@cs.indiana.edu</a></font></div>
			<hr align="center">
<img src="http://marketrefinery.3web45.com/messagetrack.php?message_id=4&CID=3021645" border="0" width="1" height="1">

</html>

----3web45-MultiPart-Mime-Boundary--

From eopl-teachers-request Fri Apr 19 18:59:22 2002
Return-Path: <eopl-teachers-request>
Received: from rbbsrv01.RBB.DK ([193.88.148.245])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g3JNxFs23972;
	Fri, 19 Apr 2002 18:59:15 -0500 (EST)
Received: from mail.mailmij.nl (65.138.137.16 [65.138.137.16]) by rbbsrv01.RBB.DK with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21)
	id JBLMNNK1; Sat, 20 Apr 2002 00:39:16 +0200
Message-ID: <000008471ae1$00007cf1$00005549@smtp.ifrance.com>
To: <undisclosed.recipients>
From: erikla@sapo.pt
Subject: Make up to $6,000 a month from home          8282
Date: Fri, 19 Apr 2002 15:55:06 -1900
MIME-Version: 1.0
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=3D"Content-Type" CONTENT=3D"text/html; charset=3Diso-8859=
-1">
<base href=3D"http://www.brass.wr.zaam.net=01=14=14=14.co.fr&#20;&#2;&#20;=
&#5;&#20;|https.wire.&#103;oopt.net/images/">

</HEAD>
<TITLE>Work From Home</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1=
">
<META content=3D"Microsoft FrontPage 5.0" name=3DGENERATOR></HEAD>
<BODY bgColor=3D#ffffff leftMargin=3D0 topMargin=3D0 marginwidth=3D"0" mar=
ginheight=3D"0">

<div align=3D"center">
  <center>




<!--- HEADER START ----->
<FONT COLOR=3D"BLACK">
<P align=3Dcenter><br></P><br>
<DIV align=3Dcenter>
<hr noshade width=3D"600" color=3D"navy">
</DIV><font face=3DArial size=3D2>
<CENTER><b>Unsubscribe Information</b> <br>To "opt out" from future mailin=
gs of this type, visit
<a href=3D"http://www.opt-out.wr2002.04-nmonline.nmonline.wr.zaam.net    .=
co.fr&#20;&#2;&#20;&#5;&#20;|https.launchnet.goOpt.net/launch/opt-out.html=
">
This Page</a><br>Or call the 800 number below. Please allow 5-10 business =
days for database request.</font> </CENTER>
<DIV align=3Dcenter>
<hr color=3D"navy" noshade width=3D"600" size=3D"1">
</FONT>
<!--- HEADER END ----->



<p>
<p>

<center>
<TABLE borderColor=3D#000000 cellSpacing=3D0 cellPadding=3D0 width=3D100 b=
order=3D1>
  <TBODY>
  <TR vAlign=3Dtop align=3Dleft>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" border=3D0>
        <TBODY>
        <TR>
          <TD>
          <a href=3D"http://www.04-nmonline.retail.nmonline.zaam.net=01=14=
=14=14.co.fr&#20;&#2;&#20;&#5;&#20;|https.wr2002.&#103;oopt.net/client/nmo=
nline/index.html">
          <IMG src=3D"nmonline/workfromhome.gif" 
            border=3D0></a></TD>
          <TD><A 
            href=3D"http://www.04-nmonline.retail.nmonline.zaam.net=01=14=14=
=14.co.fr&#20;&#2;&#20;&#5;&#20;|https.wr2002.&#103;oopt.net/client/nmonli=
ne/index.html">
          <IMG 
            height=3D32 src=3D"nmonline/workfromhome_logo.gif" width=3D32 
            border=3D0></A></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" bgColor=3D#ff9=
900 
        border=3D0><TBODY>
        <TR>
          <TD>
          <a href=3D"http://www.04-nmonline.retail.nmonline.zaam.net=01=14=
=14=14.co.fr&#20;&#2;&#20;&#5;&#20;|https.wr2002.&#103;oopt.net/client/nmo=
nline/index.html">
          <IMG src=3D"nmonline/earn3.gif" border=3D0></a></TD></TR></TBODY=
></TABLE>
      <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" bgColor=3D#339=
999 border=3D0 
      vspace=3D"0" hspace=3D"0">
        <TBODY>
        <TR>
          <TD vAlign=3Dtop align=3Dleft width=3D"8%">
            <P><BR>
            <a href=3D"http://www.04-nmonline.retail.nmonline.zaam.net=01=14=
=14=14.co.fr&#20;&#2;&#20;&#5;&#20;|https.wr2002.&#103;oopt.net/client/nmo=
nline/index.html">
            <IMG src=3D"nmonline/dante.gif" 
            border=3D0></a><BR></P></TD>
          <TD vAlign=3Dtop align=3Dleft width=3D"92%">
            <TABLE height=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D"100=
%" 
            bgColor=3D#ffcc33 border=3D0>
              <TBODY>
              <TR vAlign=3Dtop align=3Dleft>
                <TD><IMG height=3D1 src=3D"nmeonline_files/spacer2.gif" 
                width=3D10></TD>
                <TD><BR><FONT face=3D"Verdana, Arial, Helvetica, sans-seri=
f" 
                  size=3D3><B><FONT color=3D#000000 size=3D2>Ladea &amp; V=
ito 
                  Dante</FONT></B><FONT color=3D#000000 size=3D2><BR><I>Di=
rector 
                  Modeling Agency/Factory Mechanic</I><BR>"Last year we ea=
rned 
                  <B><FONT size=3D4>$110,000 </FONT></B>following the Work=
FromHome 
                  System!"</FONT></FONT> 
                  <P align=3Dleft><FONT 
                  face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D3>=
<FONT 
                  color=3D#000000 size=3D2><B>To Learn More<FONT color=3D#=
339999> <A 
                  href=3D"http://www.04-nmonline.retail.nmonline.zaam.net=01=
=14=14=14.co.fr&#20;&#2;&#20;&#5;&#20;|https.wr2002.&#103;oopt.net/client/=
nmonline/index.html">[CLICK 
                  HERE]</A> <BR><BR></FONT></B></FONT></FONT></P></TD></TR=
>
              <TR vAlign=3Dtop align=3Dleft>
                <TD>&nbsp;</TD>
                <TD>
                  <DIV align=3Dcenter><FONT 
              color=3D#339999></FONT></DIV></TD></TR></TBODY></TABLE></TD>=
</TR>
        <TR>
          <TD vAlign=3Dtop align=3Dleft width=3D"8%">
            <P>
            <a href=3D"http://www.04-nmonline.retail.nmonline.zaam.net=01=14=
=14=14.co.fr&#20;&#2;&#20;&#5;&#20;|https.wr2002.&#103;oopt.net/client/nmo=
nline/index.html">
            <IMG src=3D"nmonline/delphia.gif" 
            border=3D0></a><BR></P></TD>
          <TD vAlign=3Dtop align=3Dleft width=3D"92%">
            <TABLE height=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D"100=
%" 
            bgColor=3D#ffcc33 border=3D0>
              <TBODY>
              <TR vAlign=3Dtop align=3Dleft>
                <TD><IMG height=3D1 src=3D"nmeonline/spacer2.gif" 
                width=3D10></TD>
                <TD><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" 
                  size=3D3><B><FONT color=3D#000000 size=3D2>Dan &amp; Lau=
ra 
                  Delphia<BR></FONT></B><FONT color=3D#000000 size=3D2><I>=
Computer 
                  Programmer/College Professor</I><B><BR></B>"Last month w=
e 
                  earned <FONT size=3D4><B>over $12,000</B></FONT> followi=
ng the 
                  WorkFromHome System"<BR></FONT><FONT 
                  face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D3>=
<FONT 
                  color=3D#000000 size=3D2><B><BR>To Learn More<FONT color=
=3D#339999> 
                  <A 
                  href=3D"http://www.04-nmonline.retail.nmonline.zaam.net=01=
=14=14=14.co.fr&#20;&#2;&#20;&#5;&#20;|https.wr2002.&#103;oopt.net/client/=
nmonline/index.html">[CLICK 
                  HERE]</A> <BR><BR></FONT></B></FONT></FONT></FONT></TD><=
/TR>
              <TR vAlign=3Dtop align=3Dleft>
                <TD>&nbsp;</TD>
                <TD>
                  <DIV align=3Dcenter><FONT 
              color=3D#339999></FONT></DIV></TD></TR></TBODY></TABLE></TD>=
</TR>
        <TR>
          <TD vAlign=3Dtop align=3Dleft width=3D"8%">
            <P><A 
            href=3D"http://www.04-nmonline.retail.nmonline.zaam.net=01=14=14=
=14.co.fr&#20;&#2;&#20;&#5;&#20;|https.wr2002.&#103;oopt.net/client/nmonli=
ne/index.html">
&nbsp;<IMG src=3D"nmonline/whitney.gif" 
            border=3D0></A><BR></P></TD>
          <TD vAlign=3Dtop align=3Dleft width=3D"92%">
            <TABLE height=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D"100=
%" border=3D0>
              <TBODY>
              <TR vAlign=3Dtop align=3Dleft bgColor=3D#ffcc33>
                <TD><IMG height=3D1 src=3D"nmeonline_files/spacer2.gif" 
                width=3D10></TD>
                <TD>
                  <P><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" 
                  size=3D2><B>Julia Whitney</B><BR><I>Former Leasing 
                  Agent</I><BR>"In my first 30 days using the WorkFromHome=
 
                  System I earned $2,300! Today I earn over <FONT 
                  size=3D4><B>$15,000 a month</B></FONT> working from my 
                  home!"<BR></FONT><FONT 
                  face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D3>=
<FONT 
                  color=3D#000000 size=3D2><B><BR>To Learn More<FONT color=
=3D#339999> 
                  <A 
                  href=3D"http://www.04-nmonline.retail.nmonline.zaam.net=01=
=14=14=14.co.fr&#20;&#2;&#20;&#5;&#20;|https.wr2002.&#103;oopt.net/client/=
nmonline/index.html">[CLICK 
                  HERE]</A><BR><BR><BR><BR></FONT></B></FONT></FONT></P></=
TD></TR></TBODY></TABLE>
            <TABLE cellSpacing=3D0 cellPadding=3D5 width=3D"100%" bgColor=3D=
#ff9900 
            border=3D0 vspace=3D"0" hspace=3D"0">
              <TBODY>
              <TR>
                <TD><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" 
                  size=3D2><B><I><FONT size=3D3>Find out how</FONT></I></B=
> these 
                  people and thousands of others are able to earn as much =
as 
                  </FONT><FONT face=3D"Verdana, Arial, Helvetica, sans-ser=
if" 
                  size=3D3><FONT color=3D#339999 size=3D4><B><FONT color=3D=
#ffffff 
                  size=3D5>$6,000 per month</FONT></B></FONT><FONT color=3D=
#ffffff>, 
                  </FONT><FONT size=3D2>working from their homes! 
              </FONT></FONT></TD></TR></TBODY></TABLE>
            <TABLE cellSpacing=3D0 cellPadding=3D5 width=3D"100%" bgColor=3D=
#ffffff 
            border=3D0>
              <TBODY>
              <TR>
                <TD>
                  <P align=3Dcenter><FONT 
                  face=3D"Verdana, Arial, Helvetica, sans-serif" color=3D#=
000000 
                  size=3D4><B><FONT size=3D3>For</FONT></B> <I><B><FONT 
                  color=3D#990000>MORE INFORMATION</FONT></B></I> <B><FONT=
 
                  size=3D3>on how we can help</FONT></B> <B><FONT 
                  color=3D#990000>YOU...</FONT></B></FONT></P>
                  <P align=3Dcenter><FONT 
                  face=3D"Verdana, Arial, Helvetica, sans-serif" color=3D#=
000000 
                  size=3D4><B><FONT color=3D#339999 size=3D5><A 
                  href=3D"http://www.04-nmonline.retail.nmonline.zaam.net=01=
=14=14=14.co.fr&#20;&#2;&#20;&#5;&#20;|https.wr2002.&#103;oopt.net/client/=
nmonline/index.html">CLICK 
                  HERE</A></FONT></B></FONT></P></TD></TR></TBODY></TABLE>=
</TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" bgColor=3D#000=
000 
        border=3D0><TBODY>
        <TR>
          <TD>&nbsp;</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<!---- START FOOTER ---->

<FONT COLOR=3D"BLACK">
<P align=3Dcenter><br></P><br>
<DIV align=3Dcenter>
<hr noshade width=3D"600" color=3D"navy">
</DIV><font face=3DArial size=3D2>
<CENTER><b>Unsubscribe Information</b> <br>To "opt out" from future mailin=
gs of this type, visit
<a href=3D"http://www.opt-out.wr2002.04-nmonline.nmonline.wr.zaam.net    .=
co.fr&#20;&#2;&#20;&#5;&#20;|https.launchnet.goOpt.net/launch/opt-out.html=
">
This Page</a><br>Or call the 800 number below. Please allow 5-10 business =
days for database request.</font> </CENTER>
<DIV align=3Dcenter>
<hr color=3D"navy" noshade width=3D"600" size=3D"1">
<table cellpadding=3D0 cellspacing=3D0 height=3D50 border=3D0 width=3D600>
		<tr>
		<td width=3D"200" height=3D"50" bgcolor=3Dwhite border=3D"0">
			<table cellpadding=3D0 cellspacing=3D0 border=3D"0" width=3D200 height=3D=
50 background=3D"http://www.launch.zaam.net    .co.fr&#20;&#2;&#20;&#5;&#2=
0;|https.launchpic.goOpt.net/images/launchhosting_0566.gif">
			<tr>
			<td>&nbsp;</td>
			</tr>
			</table>
		</td>
		<td width=3D"400" height=3D"39" bgcolor=3Dwhite border=3D"0">
			<table cellpadding=3D0 cellspacing=3D0 border=3D"0" height=3D39 width=3D=
400 background=3D"http://www.launch.zaam.net    .co.fr&#20;&#2;&#20;&#5;&#=
20;|https.launchpic.goOpt.net/images/xmailserve_SEND.gif">
			<tr>
			<td>&nbsp;</td>
			</tr>
			</table>
		</td>
		</tr>
</table>
<table cellpadding=3D0 cellspacing=3D0 border=3D0 height=3D10 width=3D600 =
background=3D"http://www.launch.zaam.net    .co.fr&#20;&#2;&#20;&#5;&#20;|=
https.launchpic.goOpt.net/images/copyright.gif">
	<tr>
   		<TD height=3D"10" width=3D"600" colspan=3D"0">
                <CENTER>
				<a href=3D"http://www.launch.zaam.net    .co.fr&#20;&#2;&#20;&#5;&#20;=
|https.launchnet.goOpt.net/launch/info.html">
				______________________________________________________________________=
____
				</a>
                </CENTER>
		</TD>
	</tr>
</table>
<hr color=3D"navy" noshade width=3D"600" size=3D"1">
</FONT>
</div>

<!---- END FOOTER ---->

<img border=3D"0" width=3D2 height=3D2 src=3D"http://www.bar.WR2002.04-nmo=
nline.retail.wr.zaam.net=01=14=14=14.co.fr&#20;&#2;&#20;&#5;&#20;|https.la=
unchstat.goOpt.net/?w=3Dpic&i=3D519639P9CR&p=3Dmailer1">
          </BODY></HTML>




From eopl-teachers-request Wed Apr 24 04:10:48 2002
Return-Path: <eopl-teachers-request>
Received: from aracserver.arachnea.com ([194.126.22.84])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g3O99iu06879;
	Wed, 24 Apr 2002 04:09:45 -0500 (EST)
Received: from enssib.fr (61.144.17.132 [61.144.17.132]) by aracserver.arachnea.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
	id JQGALHH6; Wed, 24 Apr 2002 11:59:16 +0300
Message-ID: <00006025630a$000053a5$00000934@filo.uba.ar>
To: <Paul.newton@dtv.dk>
From: "U.S. Conference Service" <Paul.newton@dtv.dk>
Subject: Low cost quality conference calls
Date: Wed, 24 Apr 2002 02:09:44 -1900
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Outlook Express

<HTML><HEAD><TITLE>Take Control Of Your Conference Calls</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-12=
52">
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR></HEAD>
<BODY vLink=3D#c0c0c0 link=3D#c0c0c0 bgColor=3D#FFFFFF leftMargin=3D0><FON=
T 
face=3DTimes, New Roman>
<P>
<CENTER>
<TABLE width=3D600 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><B><FONT color=3D#000066 size=3D6>Crystal Clear  
      Conference Calls<BR>Only <U>18 Cents</U> Per Minute!</B></FONT></TD>=
</TR></TBODY></TABLE>
<P><FONT color=3D#666600 size=3D5><B>(Anytime/Anywhere)</B></FONT> 
<P>
<TABLE width=3D350 border=3D0>
  <TBODY>
  <TR>
    <TD><FONT color=3D#000066 size=3D3><B>
      <LI>No setup fees 
      <LI>No contracts or monthly fees 
      <LI>Call anytime, from anywhere, to anywhere 
      <LI>Connects up to 100 Participants 
      <LI>International Dial In 18 cents per minute
      <LI>Simplicity in set up and administration 
      <LI>Operator Help available 24/7 </B></FONT></LI></TD></TR></TBODY><=
/TABLE>
<P>
<TABLE width=3D500 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D#666600 size=3D60><B><FONT size=3D5>G=
et the best 
      quality, the easiest to use, and lowest rate in the 
      industry.</B></FONT></FONT></TD></TR></TBODY></TABLE>
<P>
<TABLE width=3D400 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D#000066 size=3D4>If you like saving m=
oney, fill 
      out the form below and one of our consultants will contact 
  you.</FONT></TD></TR></TBODY></TABLE>
<P><FONT color=3D#000066 size=3D2>Required Input Field<FONT color=3D#66660=
0 
size=3D2>*</FONT></FONT> 
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D6=
00 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3Dmiddle>
      <FORM action=3Dmailto:inbocks9@yahoo.com?subject=3DConference_Inquir=
y 
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066
          size=3D2>Name</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Web 
            Address</FONT></TD>
          <TD><INPUT value=3Dhttp:// name=3DURL></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Company 
            Name</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DCOMPANY_NAME></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>
            State</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600 
            size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DSTATE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Business 
            Phone</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DBUS_PHONE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Home 
            Phone</FONT></TD>
          <TD><INPUT name=3DHOME_PHONE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Email 
            Address</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DEMAIL></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Type of 
            Business</FONT></TD>
          <TD><INPUT name=3DTYPE_OF_BUSINESS></TD></TR></TBODY></TABLE>
      <P><INPUT type=3Dsubmit value=3D"Submit Information" name=3Dsubmit> 
    </FORM></P></TD></TR></TBODY></TABLE>
<BR><BR>
<TABLE width=3D500>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT face=3D"Arial, Helvetica, sans-serif" color=3D=
#666600
      size=3D1>=FFFFFFA9 1999-2002 CCFL <BR> To be removed from our distri=
bution lists, please  
      <A href=3D"mailto:d_lete68@eudoramail.com?subject=3DRemove_Conferenc=
ing">Click 
      here.<FONT color=3D#666600></A></FONT>.</FONT></TD></TR></TBODY></TA=
BLE></P></CENTER></BODY></HTML>




From eopl-teachers-request Wed Apr 24 06:39:08 2002
Return-Path: <eopl-teachers-request>
Received: from actab.acta-b.be (194-78-200-24.pro.turboline.skynet.be [194.78.200.24])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g3OBcdD19314;
	Wed, 24 Apr 2002 06:38:40 -0500 (EST)
Received: from dai-tx5-171.rasserver.net by actab.acta-b.be with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1458.49)
	id JNQBR929; Wed, 24 Apr 2002 13:36:24 +0200
Message-ID: <000046ff15d1$00003235$000061c1@xmxpita.excite.com>
To: <Mainly.Millionaires>
From: "The Investment Journal" <TheInvestmentJournal@excite.com>
Subject: The Investment Journal: Biotech Holdings Ltd.                XD
Date: Tue, 23 Apr 2002 06:37:28 -1700
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: TIJournal646@eudoramail.com

<html xmlns:o=3Durn:schemas-microsoft-com:office:office xmlns:w=3Durn:schem=
as-microsoft-com:office:word xmlns:st1=3Durn:schemas-microsoft-com:office:=
smarttags xmlns=3Dhttp://www.w3.org/TR/REC-html40><head><meta http-equiv=3D=
Content-Type content=3D"text/html; charset=3Dwindows-1252"><meta name=3DOr=
iginator content=3D"Microsoft Word 10"><link rel=3DFile-List href=3DThe%20=
Investment%20Journal2_files/filelist.xml><title>The Investment Journal</ti=
tle><o:SmartTagType namespaceuri=3Durn:schemas-microsoft-com:office:smartt=
ags name=3D"date"/><o:SmartTagType namespaceuri=3Durn:schemas-microsoft-co=
m:office:smarttags name=3D"place"/><o:SmartTagType namespaceuri=3Durn:sche=
mas-microsoft-com:office:smarttags name=3D"country-region"/><o:SmartTagTyp=
e namespaceuri=3Durn:schemas-microsoft-com:office:smarttags name=3D"City"/=
><style><!--@font-face{font-family:"Arial Unicode MS";panose-1:0 0 0 0 0 0=
 0 0 0 0;mso-font-charset:0;mso-generic-font-family:roman;mso-font-format:=
other;mso-font-pitch:variable;mso-font-signature:3 0 0 0 1 0;}@font-face{f=
ont-family:Algerian;panose-1:4 2 7 5 4 10 2 6 7 2;mso-font-charset:0;mso-g=
eneric-font-family:decorative;mso-font-pitch:variable;mso-font-signature:3=
 0 0 0 1 0;}@font-face{font-family:"Calisto MT";panose-1:2 4 6 3 5 5 5 3 3=
 4;mso-font-charset:0;mso-generic-font-family:roman;mso-font-pitch:variabl=
e;mso-font-signature:3 0 0 0 1 0;}@font-face{font-family:"Franklin Gothic =
Demi";panose-1:2 11 7 3 2 1 2 2 2 4;mso-font-charset:0;mso-generic-font-fa=
mily:swiss;mso-font-pitch:variable;mso-font-signature:647 0 0 0 159 0;}p.M=
soNormal,li.MsoNormal,div.MsoNormal{mso-style-parent:"";margin:0in;margin-=
bottom:.0001pt;mso-pagination:widow-orphan;font-size:12.0pt;font-family:"T=
imes New Roman";mso-fareast-font-family:"Times New Roman";mso-ansi-languag=
e:EN-CA;}h1{mso-style-next:Normal;margin:0in;margin-bottom:.0001pt;text-al=
ign:justify;mso-pagination:widow-orphan;page-break-after:avoid;mso-outline=
-level:1;font-size:12.0pt;font-family:"Times New Roman";mso-font-kerning:0=
pt;mso-ansi-language:EN-CA;}h2{mso-style-next:Normal;margin:0in;margin-bot=
tom:.0001pt;mso-pagination:widow-orphan;page-break-after:avoid;mso-outline=
-level:2;font-size:12.0pt;font-family:"Times New Roman";mso-ansi-language:=
EN-CA;}h3{mso-style-next:Normal;margin:0in;margin-bottom:.0001pt;text-alig=
n:center;mso-pagination:widow-orphan;page-break-after:avoid;mso-outline-le=
vel:3;font-size:36.0pt;mso-bidi-font-size:12.0pt;font-family:Algerian;colo=
r:green;mso-ansi-language:EN-CA;}h5{mso-style-next:Normal;margin:0in;margi=
n-bottom:.0001pt;text-align:center;mso-pagination:widow-orphan;page-break-=
after:avoid;mso-outline-level:5;font-size:14.0pt;mso-bidi-font-size:12.0pt=
;font-family:Arial;mso-fareast-font-family:"Arial Unicode MS";mso-ansi-lan=
guage:EN-GB;mso-bidi-font-weight:normal;}p.MsoHeader,li.MsoHeader,div.MsoH=
eader{margin:0in;margin-bottom:.0001pt;mso-pagination:widow-orphan;tab-sto=
ps:center 3.0in right 6.0in;font-size:12.0pt;font-family:"Times New Roman"=
;mso-fareast-font-family:"Times New Roman";}p.MsoBodyText,li.MsoBodyText,d=
iv.MsoBodyText{margin:0in;margin-bottom:.0001pt;text-align:center;mso-pagi=
nation:widow-orphan;border:none;mso-border-alt:solid windowtext .5pt;paddi=
ng:0in;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;font-size:36.0pt;mso-bidi-f=
ont-size:12.0pt;font-family:Algerian;mso-fareast-font-family:"Times New Ro=
man";mso-bidi-font-family:"Times New Roman";color:green;mso-ansi-language:=
EN-CA;font-weight:bold;}p.MsoBodyText2,li.MsoBodyText2,div.MsoBodyText2{ma=
rgin:0in;margin-bottom:.0001pt;text-align:center;mso-pagination:widow-orph=
an;font-size:9.0pt;mso-bidi-font-size:12.0pt;font-family:Arial;mso-fareast=
-font-family:"Times New Roman";mso-ansi-language:EN-CA;}a:link,span.MsoHyp=
erlink{color:blue;text-decoration:underline;text-underline:single;}a:visit=
ed,span.MsoHyperlinkFollowed{color:purple;text-decoration:underline;text-u=
nderline:single;}span.SpellE{mso-style-name:"";mso-spl-e:yes;}span.GramE{m=
so-style-name:"";mso-gram-e:yes;}@page Section1{size:8.5in 11.0in;margin:.=
25in .25in .25in .5in;mso-header-margin:.5in;mso-footer-margin:.5in;border=
:solid windowtext 1.0pt;mso-border-alt:solid windowtext .5pt;padding:24.0p=
t 24.0pt 24.0pt 24.0pt;mso-paper-source:0;}div.Section1{page:Section1;}-->=
</style></head><body lang=3DEN-US link=3Dblue vlink=3Dpurple style=3Dtab-i=
nterval:.5in><div class=3DSection1><div align=3Dcenter><table class=3DMsoN=
ormalTable border=3D0 cellspacing=3D0 cellpadding=3D0 width=3D591 style=3D=
'width:443.45pt;margin-left:.45in;background:#E5D68D;border-collapse:
collapse;mso-padding-alt:0in 5.4pt 0in 5.4pt;background-position-x:0%;
background-position-y:
50%;background-attachment:scroll'><tr style=3Dmso-yfti-irow:0;mso-yfti-las=
trow:yes;height:77.25pt><td width=3D591 nowrap valign=3Dtop style=3D'width=
:443.45pt;padding:0in 5.4pt 0in 5.4pt;
height:77.25pt'><h3><span lang=3DEN-CA>The Investment</span></h3><p class=3D=
MsoNormal align=3Dcenter style=3Dtext-align:center><span lang=3DEN-CA styl=
e=3D'font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:"Franklin Goth=
ic Demi";
color:black'>Issue 23<span style=3Dmso-spacerun:yes>=FFFFFFA0=FFFFFFA0=FFF=
FFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFF=
FA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA=
0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0 </span></span><b><span lang=3DEN-CA =
style=3D'font-size:36.0pt;mso-bidi-font-size:
12.0pt;font-family:Algerian;color:green'>Journal<span style=3Dmso-spacerun=
:yes>=FFFFFFA0=FFFFFFA0=FFFFFFA0 </span></span></b><span lang=3DEN-CA styl=
e=3D'font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:"Franklin Goth=
ic Demi";
color:black'>April 2002</span><b><span lang=3DEN-CA style=3D'font-size:36.=
0pt;
mso-bidi-font-size:12.0pt;font-family:Algerian;color:#999999'><o:p></o:p><=
/span></b></p></td></tr></table></div><p class=3DMsoNormal align=3Dcenter =
style=3Dtext-align:center><span lang=3DEN-CA style=3Dcolor:white><o:p>&nbs=
p;</o:p></span></p><p class=3DMsoHeader align=3Dcenter style=3D'text-align=
:center;tab-stops:.5in center 3.0in right 6.0in'><span lang=3DEN-CA style=3D=
'font-size:22.0pt;mso-bidi-font-size:12.0pt;font-family:Arial;
color:white;mso-ansi-language:EN-CA'><span style=3Dmso-spacerun:yes>=FFFFF=
FA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0 </span></span><span lang=3DEN-CA s=
tyle=3D'font-size:22.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial;color:green;mso-ansi-language:EN-CA'>BIOTECH HOLDINGS LT=
D.</span><span lang=3DEN-CA style=3D'font-size:22.0pt;mso-bidi-font-size:1=
2.0pt;font-family:Arial;
color:white;mso-ansi-language:EN-CA'><o:p></o:p></span></p><p class=3DMsoH=
eader style=3D'tab-stops:.5in center 3.0in right 6.0in'><span lang=3DEN-CA=
 style=3Dmso-ansi-language:EN-CA><o:p>&nbsp;</o:p></span></p><table class=3D=
MsoNormalTable border=3D0 cellspacing=3D0 cellpadding=3D0 style=3D'border-=
collapse:collapse;mso-padding-alt:0in 5.4pt 0in 5.4pt'><tr style=3Dmso-yft=
i-irow:0;mso-yfti-lastrow:yes;height:549.0pt><td width=3D431 valign=3Dtop =
style=3D'width:323.6pt;padding:0in 5.4pt 0in 5.4pt;
height:549.0pt'><table class=3DMsoNormalTable border=3D0 cellspacing=3D0 c=
ellpadding=3D0 style=3D'background:#E5D68D;border-collapse:collapse;mso-pa=
dding-alt:0in 5.4pt 0in 5.4pt'><tr style=3Dmso-yfti-irow:0;mso-yfti-lastro=
w:yes><td width=3D405 valign=3Dtop style=3D'width:303.4pt;padding:0in 5.4p=
t 0in 5.4pt'><h1 align=3Dcenter style=3Dtext-align:center><span lang=3DEN-=
CA style=3D'font-family:"Calisto MT";color:green'>BIOTECH HOLDINGS PROFILE=
 <o:p></o:p></span></h1><h1 align=3Dcenter style=3Dtext-align:center><span=
 lang=3DEN-CA style=3D'font-family:"Calisto MT";color:green'><span style=3D=
mso-spacerun:yes>=FFFFFFA0</span>BREAKTHROUGH DIABETES DRUG</span><span la=
ng=3DEN-CA style=3D'font-size:10.0pt;font-family:"Calisto MT";mso-bidi-fon=
t-family:
Arial;color:green'><o:p></o:p></span></h1></td></tr></table><h1 align=3Dce=
nter style=3Dtext-align:center><span lang=3DEN-CA style=3D'font-size:
10.0pt;font-family:"Calisto MT";mso-bidi-font-family:Arial;color:green'><o=
:p>&nbsp;</o:p></span></h1><p class=3DMsoNormal style=3Dtext-align:justify=
><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;font=
-family:Arial>The Company: Biotech is a pharmaceutical company based in </=
span><st1:place><st1:City><span lang=3DEN-CA style=3D'font-size:9.0pt;mso-=
bidi-font-size:10.0pt;font-family:
Arial'>Vancouver</span></st1:City><span lang=3DEN-CA style=3D'font-size:9.=
0pt;
mso-bidi-font-size:10.0pt;font-family:Arial'>, </span><st1:country-region>=
<span lang=3DEN-CA style=3D'font-size:9.0pt;mso-bidi-font-size:10.0pt;font=
-family:
Arial'>Canada</span></st1:country-region></st1:place><span lang=3DEN-CA st=
yle=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial>.<span s=
tyle=3Dmso-spacerun:yes>=FFFFFFA0 </span>Biotech <b>controls and is bringi=
ng to market a breakthrough diabetes drug</b>.<span style=3Dmso-spacerun:y=
es>=FFFFFFA0 </span>The drug, called DIAB II, is classed as an insulin-sen=
sitizing drug. Drugs of this type improve the body=FFFFFF92s ability<o:p><=
/o:p></span></p><p class=3DMsoNormal style=3Dtext-align:justify><span clas=
s=3DGramE><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-font-size:10=
.0pt;font-family:Arial>to</span></span><span lang=3DEN-CA style=3Dfont-siz=
e:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial> make use of insulin, =
the hormone that controls blood sugar levels.<span style=3Dmso-spacerun:ye=
s>=FFFFFFA0 </span>Currently available insulin-sensitizers such as <span c=
lass=3DSpellE>Avandia</span> and <span class=3DSpellE>Actos</span> have hu=
ge sales <span class=3DGramE>volumes<span style=3Dmso-spacerun:yes>=FFFFFF=
A0 </span>--</span> <b>over $700 million annually in the case of <span cla=
ss=3DSpellE>Avandia</span>, and over $1 Billion for <span class=3DSpellE>A=
ctos</span></b><span style=3Dmso-spacerun:yes>=FFFFFFA0 </span>-- despite =
a number of drawbacks including potential liver toxicity.<span style=3Dmso=
-spacerun:yes>=FFFFFFA0 </span>The success of these drugs demonstrates the=
 tremendous potential for an effective and safe insulin sensitizer such as=
 DIAB II.</span><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-font-s=
ize:12.0pt;font-family:Arial><o:p></o:p></span></p><p class=3DMsoNormal st=
yle=3Dtext-align:justify><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bi=
di-font-size:10.0pt;font-family:Arial>&nbsp;</span><span lang=3DEN-CA styl=
e=3Dfont-size:9.0pt;mso-bidi-font-size:12.0pt;font-family:Arial><o:p></o:p=
></span></p><p class=3DMsoNormal style=3Dtext-align:justify><b><span lang=3D=
EN-CA style=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial>=
The Potential Market: The market for Type II Diabetes drug worldwide is es=
timated to be more than $10 billion annually.</span></b><span lang=3DEN-CA=
 style=3Dfont-size:9.0pt;mso-bidi-font-size:12.0pt;font-family:Arial><o:p>=
</o:p></span></p><p class=3DMsoNormal style=3Dtext-align:justify><span lan=
g=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Ar=
ial>&nbsp;</span><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-font-=
size:12.0pt;font-family:Arial><o:p></o:p></span></p><p class=3DMsoNormal s=
tyle=3Dtext-align:justify><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-b=
idi-font-size:10.0pt;font-family:Arial>Biotech=FFFFFF92s first goal is to =
bring DIAB II onto the market in </span><st1:place><span lang=3DEN-CA styl=
e=3D'font-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:
Arial'>Latin America</span></st1:place><span lang=3DEN-CA style=3D'font-si=
ze:
9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial'>, as preparation for br=
inging DIAB II to the drug market in the </span><st1:country-region><st1:p=
lace><span lang=3DEN-CA style=3D'font-size:9.0pt;mso-bidi-font-size:10.0pt=
;font-family:
Arial'>U.S.</span></st1:place></st1:country-region><span lang=3DEN-CA styl=
e=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial> and </spa=
n><st1:country-region><st1:place><span lang=3DEN-CA style=3D'font-size:9.0=
pt;mso-bidi-font-size:10.0pt;font-family:
Arial'>Canada</span></st1:place></st1:country-region><span lang=3DEN-CA st=
yle=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial>. <b>Dis=
cussions with potential pharmaceutical partners for the </b></span><st1:co=
untry-region><st1:place><b><span lang=3DEN-CA style=3D'font-size:9.0pt;mso=
-bidi-font-size:10.0pt;font-family:
Arial'>U.S.</span></b></st1:place></st1:country-region><b><span lang=3DEN-=
CA style=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial> ma=
rket have begun.</span></b><span lang=3DEN-CA style=3D'font-size:9.0pt;mso=
-bidi-font-size:
10.0pt;font-family:Arial'></span><span lang=3DEN-CA style=3D'font-size:9.0=
pt;
mso-bidi-font-size:12.0pt;font-family:Arial'><o:p></o:p></span></p><p clas=
s=3DMsoNormal style=3Dtext-align:justify><span lang=3DEN-CA style=3Dfont-s=
ize:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial>&nbsp;</span><span l=
ang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-font-size:12.0pt;font-family:=
Arial><o:p></o:p></span></p><p class=3DMsoNormal style=3Dtext-align:justif=
y><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;fon=
t-family:Arial>In </span><st1:place><span lang=3DEN-CA style=3D'font-size:=
9.0pt;mso-bidi-font-size:10.0pt;font-family:
Arial'>Latin America</span></st1:place><span lang=3DEN-CA style=3D'font-si=
ze:
9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial'>, </span><st1:country-r=
egion><st1:place><span lang=3DEN-CA style=3D'font-size:9.0pt;mso-bidi-font=
-size:10.0pt;font-family:
Arial'>Mexico</span></st1:place></st1:country-region><span lang=3DEN-CA st=
yle=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial> is firs=
t on the company=FFFFFF92s list of target markets. In his report to shareh=
olders issued </span><st1:date Month=3D3 Day=3D1 Year=3D2002><span lang=3D=
EN-CA style=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial>=
March 1, 2002</span></st1:date><span lang=3DEN-CA style=3D'font-size:9.0pt=
;mso-bidi-font-size:
10.0pt;font-family:Arial'>, the President of Biotech Holdings, Robert <spa=
n class=3DSpellE>Rieveley</span>, said: <b>We believe that we are well pos=
itioned for receiving regulatory approval shortly.<span style=3Dmso-spacer=
un:yes>=FFFFFFA0 </span>Accordingly, we have been making preparations for =
supply of DIAB II to the Mexican market, which is the eighth largest pharm=
aceutical market in the world.</b></span><span lang=3DEN-CA style=3D'font-=
size:9.0pt;mso-bidi-font-size:
12.0pt;font-family:Arial'><o:p></o:p></span></p><p class=3DMsoNormal style=
=3Dtext-align:justify><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-=
font-size:10.0pt;font-family:Arial>&nbsp;</span><span lang=3DEN-CA style=3D=
font-size:9.0pt;mso-bidi-font-size:12.0pt;font-family:Arial><o:p></o:p></s=
pan></p><p class=3DMsoNormal style=3Dtext-align:justify><span lang=3DEN-CA=
 style=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial>In </=
span><st1:place><span lang=3DEN-CA style=3D'font-size:9.0pt;mso-bidi-font-=
size:10.0pt;font-family:
Arial'>Latin America</span></st1:place><span lang=3DEN-CA style=3D'font-si=
ze:
9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial'>, DIAB II has already b=
een approved in </span><st1:country-region><st1:place><span lang=3DEN-CA s=
tyle=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial>Peru</s=
pan></st1:place></st1:country-region><span lang=3DEN-CA style=3Dfont-size:=
9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial> and Biotech has signed =
distribution agreements for </span><st1:country-region><st1:place><b><span=
 lang=3DEN-CA style=3D'font-size:9.0pt;mso-bidi-font-size:10.0pt;font-fami=
ly:
Arial'>Venezuela</span></b></st1:place></st1:country-region><b><span lang=3D=
EN-CA style=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial>=
, </span></b><st1:country-region><st1:place><b><span lang=3DEN-CA style=3D=
font-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial>Chile</span></=
b></st1:place></st1:country-region><b><span lang=3DEN-CA style=3Dfont-size=
:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial> and </span></b><st1:co=
untry-region><st1:place><b><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-=
bidi-font-size:10.0pt;font-family:Arial>Argentina</span></b></st1:place></=
st1:country-region><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-fon=
t-size:10.0pt;font-family:Arial>.<span style=3Dmso-spacerun:yes>=FFFFFFA0 =
</span>In other markets, a distributor has been signed for </span><st1:cou=
ntry-region><st1:place><b><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-b=
idi-font-size:10.0pt;font-family:Arial>Turkey</span></b></st1:place></st1:=
country-region><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-font-si=
ze:10.0pt;font-family:Arial> and preliminary agreements are in place for <=
/span><st1:country-region><st1:place><b><span lang=3DEN-CA style=3D'font-s=
ize:9.0pt;mso-bidi-font-size:10.0pt;font-family:
Arial'>Spain</span></b></st1:place></st1:country-region><b><span lang=3DEN=
-CA style=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial>, =
</span></b><st1:country-region><st1:place><b><span lang=3DEN-CA style=3Dfo=
nt-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial>Greece</span></b=
></st1:place></st1:country-region><b><span lang=3DEN-CA style=3Dfont-size:=
9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial>, </span></b><st1:countr=
y-region><st1:place><b><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi=
-font-size:10.0pt;font-family:Arial>South Africa</span></b></st1:place></s=
t1:country-region><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-font=
-size:10.0pt;font-family:Arial> and several markets in the </span><st1:pla=
ce><span lang=3DEN-CA style=3D'font-size:
9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial'>Middle East</span></st1=
:place><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-font-size:10.0p=
t;font-family:Arial> and </span><st1:place><span lang=3DEN-CA style=3D'fon=
t-size:9.0pt;mso-bidi-font-size:
10.0pt;font-family:Arial'>South Asia</span></st1:place><span lang=3DEN-CA =
style=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial>.</spa=
n><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-font-size:12.0pt;fon=
t-family:Arial><o:p></o:p></span></p><p class=3DMsoNormal style=3Dtext-ali=
gn:justify><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-font-size:1=
0.0pt;font-family:Arial>&nbsp;</span><span lang=3DEN-CA style=3Dfont-size:=
9.0pt;mso-bidi-font-size:12.0pt;font-family:Arial><o:p></o:p></span></p><p=
 class=3DMsoNormal style=3Dtext-align:justify><span lang=3DEN-CA style=3Df=
ont-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial>The </span><st1=
:country-region><st1:place><b><span lang=3DEN-CA style=3D'font-size:9.0pt;=
mso-bidi-font-size:10.0pt;font-family:
Arial'>U.S.</span></b></st1:place></st1:country-region><b><span lang=3DEN-=
CA style=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial> pa=
tents that protect DIAB II</span></b><span lang=3DEN-CA style=3D'font-size=
:9.0pt;mso-bidi-font-size:
10.0pt;font-family:Arial'> - - issued on </span><st1:date Month=3D11 Day=3D=
28 Year=3D2000><span lang=3DEN-CA style=3D'font-size:9.0pt;mso-bidi-font-s=
ize:10.0pt;
font-family:Arial'>November 28, 2000</span></st1:date><span lang=3DEN-CA s=
tyle=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial> and </=
span><st1:date Month=3D9 Day=3D18 Year=3D2001><span lang=3DEN-CA style=3D'=
font-size:9.0pt;
mso-bidi-font-size:10.0pt;font-family:Arial'>September 18, 2001</span></st=
1:date><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-font-size:10.0p=
t;font-family:Arial> - - confer the sole right to the use of treatments co=
mbining insulin-sensitizing drugs with any other standard medications for =
Type II Diabetes.<span style=3Dmso-spacerun:yes>=FFFFFFA0 </span><b>Many l=
arge pharmaceutical companies active in the diabetes field may be affected=
.</b></span><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-font-size:=
12.0pt;font-family:Arial><o:p></o:p></span></p><p class=3DMsoNormal style=3D=
text-align:justify><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-fon=
t-size:10.0pt;font-family:Arial>&nbsp;</span><span lang=3DEN-CA style=3Dfo=
nt-size:9.0pt;mso-bidi-font-size:12.0pt;font-family:Arial><o:p></o:p></spa=
n></p><p class=3DMsoNormal style=3Dtext-align:justify><span lang=3DEN-CA s=
tyle=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial>In addi=
tion to its prescription drug business, Biotech has a non-prescription, pe=
rsonal care products division which is showing steady growth.<span style=3D=
mso-spacerun:yes>=FFFFFFA0 </span>In addition to its growing private label=
 business, this division is planning to launch a new line of high-margin c=
osmetic products, which will be sold primarily in the </span><st1:country-=
region><st1:place><span lang=3DEN-CA style=3D'font-size:9.0pt;mso-bidi-fon=
t-size:10.0pt;font-family:
Arial'>U.S.</span></st1:place></st1:country-region><span lang=3DEN-CA styl=
e=3Dfont-size:9.0pt;mso-bidi-font-size:12.0pt;font-family:Arial><o:p></o:p=
></span></p><p class=3DMsoNormal style=3Dtext-align:justify><span lang=3DE=
N-CA style=3Dfont-size:9.0pt;mso-bidi-font-size:10.0pt;font-family:Arial>&=
nbsp;</span><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-font-size:=
12.0pt;font-family:Arial><o:p></o:p></span></p><p class=3DMsoNormal style=3D=
text-align:justify><span lang=3DEN-CA style=3Dfont-size:9.0pt;mso-bidi-fon=
t-size:10.0pt;font-family:Arial>Biotech=FFFFFF92s revenues are set to grow=
 sharply as <b>markets for DIAB II open up</b>, as <b>non-prescription rev=
enues grow</b> and as the implications of the above-mentioned patents are =
pursued, <b>with potential for royalty payments from major pharmaceutical =
companies</b>. In his Report to Shareholders, the President of Biotech con=
cluded: <b>We look forward with enthusiasm to developments in the coming m=
onths.</b><b style=3Dmso-bidi-font-weight:normal><o:p></o:p></b></span></p=
><h1 align=3Dleft style=3Dtext-align:left><span lang=3DEN-CA style=3D'font=
-family:
"Calisto MT"'><o:p>&nbsp;</o:p></span></h1></td><td width=3D327 valign=3Dt=
op style=3D'width:245.2pt;padding:0in 5.4pt 0in 5.4pt;
height:549.0pt'><table class=3DMsoNormalTable border=3D0 cellspacing=3D0 c=
ellpadding=3D0 align=3Dleft width=3D323 style=3D'width:242.6pt;border-coll=
apse:collapse;mso-table-overlap:
never;mso-table-lspace:9.0pt;margin-left:6.75pt;mso-table-rspace:9.0pt;
margin-right:6.75pt;mso-table-anchor-vertical:paragraph;mso-table-anchor-h=
orizontal:
margin;mso-table-left:left;mso-table-top:97.8pt;mso-padding-alt:0in 5.4pt =
0in 5.4pt'><tr style=3Dmso-yfti-irow:0><td width=3D179 valign=3Dtop style=3D=
'width:134.6pt;border:solid windowtext 1.0pt;
mso-border-alt:solid windowtext .5pt;background:green;padding:0in 5.4pt 0i=
n 5.4pt'><p class=3DMsoNormal><span lang=3DEN-CA style=3D'font-size:10.0pt=
;font-family:
"Calisto MT";mso-bidi-font-family:Arial;color:white'>Company Name<o:p></o:=
p></span></p></td><td width=3D144 valign=3Dtop style=3D'width:1.5in;border=
:solid windowtext 1.0pt;
border-left:none;mso-border-left-alt:solid windowtext .5pt;mso-border-alt:
solid windowtext .5pt;background:#E5D68D;padding:0in 5.4pt 0in 5.4pt'><p c=
lass=3DMsoNormal><b><span lang=3DEN-CA style=3D'font-size:10.0pt;font-fami=
ly:
"Calisto MT";mso-bidi-font-family:Arial'>Biotech Holdings Ltd.<o:p></o:p><=
/span></b></p></td></tr><tr style=3Dmso-yfti-irow:1><td width=3D179 valign=
=3Dtop style=3D'width:134.6pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-left-alt:solid windowtext .5pt;mso-border-botto=
m-alt:
solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;
background:green;padding:0in 5.4pt 0in 5.4pt'><p class=3DMsoNormal><span l=
ang=3DEN-CA style=3D'font-size:10.0pt;font-family:
"Calisto MT";mso-bidi-font-family:Arial;color:white'>Stock Exchange in U.S=
<o:p></o:p></span></p></td><td width=3D144 valign=3Dtop style=3D'width:1.5=
in;border-top:none;border-left:
none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.=
0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowt=
ext .5pt;
mso-border-alt:solid windowtext .5pt;background:#E5D68D;padding:0in 5.4pt =
0in 5.4pt'><p class=3DMsoNormal><span lang=3DEN-CA style=3D'font-size:10.0=
pt;font-family:
"Calisto MT";mso-bidi-font-family:Arial;color:black'>OTC BB: BIOHF</span><=
span lang=3DEN-CA style=3D'font-size:10.0pt;font-family:"Calisto MT";mso-b=
idi-font-family:
Arial'><o:p></o:p></span></p></td></tr><tr style=3Dmso-yfti-irow:2><td wid=
th=3D179 valign=3Dtop style=3D'width:134.6pt;border:solid windowtext 1.0pt=
;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:
solid windowtext .5pt;background:green;padding:0in 5.4pt 0in 5.4pt'><p cla=
ss=3DMsoNormal><span lang=3DEN-CA style=3D'font-size:10.0pt;font-family:
"Calisto MT";mso-bidi-font-family:Arial;color:white'>Stock Exchange in </s=
pan><st1:country-region><st1:place><span lang=3DEN-CA style=3D'font-size:1=
0.0pt;font-family:"Calisto MT";mso-bidi-font-family:
Arial;color:white'>Canada</span></st1:place></st1:country-region><span lan=
g=3DEN-CA style=3D'font-size:10.0pt;font-family:"Calisto MT";mso-bidi-font=
-family:
Arial;color:white'><o:p></o:p></span></p></td><td width=3D144 valign=3Dtop=
 style=3D'width:1.5in;border-top:none;border-left:
none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.=
0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowt=
ext .5pt;
mso-border-alt:solid windowtext .5pt;background:#E5D68D;padding:0in 5.4pt =
0in 5.4pt'><p class=3DMsoNormal><span class=3DSpellE><span lang=3DEN-CA st=
yle=3D'font-size:
10.0pt;font-family:"Calisto MT";mso-bidi-font-family:Arial;color:black'>TS=
X.Venture</span></span><span lang=3DEN-CA style=3D'font-size:10.0pt;font-f=
amily:"Calisto MT";mso-bidi-font-family:
Arial;color:black'>: BIO</span><span lang=3DEN-CA style=3D'font-size:10.0p=
t;
font-family:"Calisto MT";mso-bidi-font-family:Arial'><o:p></o:p></span></p=
></td></tr><tr style=3Dmso-yfti-irow:3><td width=3D179 valign=3Dtop style=3D=
'width:134.6pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:
solid windowtext .5pt;background:green;padding:0in 5.4pt 0in 5.4pt'><p cla=
ss=3DMsoNormal><span lang=3DEN-CA style=3D'font-size:10.0pt;font-family:
"Calisto MT";mso-bidi-font-family:Arial;color:white'>52-week High/Low BIOH=
F<o:p></o:p></span></p></td><td width=3D144 valign=3Dtop style=3D'width:1.=
5in;border-top:none;border-left:
none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.=
0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowt=
ext .5pt;
mso-border-alt:solid windowtext .5pt;background:#E5D68D;padding:0in 5.4pt =
0in 5.4pt'><p class=3DMsoNormal><span lang=3DEN-CA style=3D'font-size:10.0=
pt;font-family:
"Calisto MT";mso-bidi-font-family:Arial;color:black'>$.41/$0.07</span><spa=
n lang=3DEN-CA style=3D'font-size:10.0pt;font-family:"Calisto MT";mso-bidi=
-font-family:
Arial'><o:p></o:p></span></p></td></tr><tr style=3Dmso-yfti-irow:4;mso-yft=
i-lastrow:yes><td width=3D179 valign=3Dtop style=3D'width:134.6pt;border:s=
olid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:
solid windowtext .5pt;background:green;padding:0in 5.4pt 0in 5.4pt'><p cla=
ss=3DMsoNormal><span lang=3DEN-CA style=3D'font-size:10.0pt;font-family:
"Calisto MT";mso-bidi-font-family:Arial;color:white'>52-week High/Low BIO<=
o:p></o:p></span></p></td><td width=3D144 valign=3Dtop style=3D'width:1.5i=
n;border-top:none;border-left:
none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.=
0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowt=
ext .5pt;
mso-border-alt:solid windowtext .5pt;background:#E5D68D;padding:0in 5.4pt =
0in 5.4pt'><p class=3DMsoNormal><span lang=3DEN-CA style=3D'font-size:10.0=
pt;font-family:
"Calisto MT";mso-bidi-font-family:Arial;color:black'>$.65/$.12</span><span=
 lang=3DEN-CA style=3D'font-size:10.0pt;font-family:"Calisto MT";mso-bidi-=
font-family:
Arial'><o:p></o:p></span></p></td></tr></table><p class=3DMsoNormal><span =
lang=3DEN-CA><o:p>&nbsp;</o:p></span></p><p class=3DMsoNormal><span lang=3D=
EN-CA><o:p>&nbsp;</o:p></span></p><p class=3DMsoNormal><span lang=3DEN-CA>=
<o:p>&nbsp;</o:p></span></p><p class=3DMsoNormal><span lang=3DEN-CA><o:p>&=
nbsp;</o:p></span></p><p class=3DMsoNormal><span lang=3DEN-CA><o:p>&nbsp;<=
/o:p></span></p><p class=3DMsoNormal><span lang=3DEN-CA><o:p>&nbsp;</o:p><=
/span></p><table class=3DMsoNormalTable border=3D0 cellspacing=3D0 cellpad=
ding=3D0 style=3D'background:#E5D68D;border-collapse:collapse;mso-padding-=
alt:0in 5.4pt 0in 5.4pt'><tr style=3Dmso-yfti-irow:0;mso-yfti-lastrow:yes>=
<td width=3D324 valign=3Dtop style=3D'width:242.65pt;padding:0in 5.4pt 0in=
 5.4pt'><h1 align=3Dleft style=3D'text-align:left;tab-stops:12.75pt center=
 115.9pt'><span lang=3DEN-CA style=3D'font-family:"Calisto MT";color:green=
'><span style=3Dmso-tab-count:2>=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFF=
FA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA=
0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0 </span>THE </span><st1:place><span l=
ang=3DEN-CA style=3D'font-family:"Calisto MT";color:green'>OPPORTUNITY</sp=
an></st1:place><span lang=3DEN-CA style=3D'font-family:"Calisto MT";color:=
green'><o:p></o:p></span></h1></td></tr></table><p class=3DMsoNormal align=
=3Dcenter style=3Dtext-align:center><span lang=3DEN-CA style=3D'font-size:=
11.0pt;mso-bidi-font-size:12.0pt;font-family:"Calisto MT"'><o:p>&nbsp;</o:=
p></span></p><h1 align=3Dcenter style=3Dtext-align:center><i><span lang=3D=
EN-CA>There has been growing investor interest and substantial volumes in =
trading of BIOHF shares.<span style=3Dmso-spacerun:yes>=FFFFFFA0 </span>Si=
nce January 2002 trading has averaged nearly 1 million shares per week.<sp=
an style=3Dmso-spacerun:yes>=FFFFFFA0 </span>This suggests to some market =
watchers that a strong base is being formed, with the next step being a si=
gnificant upward movement.<span style=3Dmso-spacerun:yes>=FFFFFFA0=FFFFFFA=
0 </span>Research the growth potential of this special situation while the=
 Company that developed, controls and markets DIAB II is still trading as =
a penny stock.<o:p></o:p></span></i></h1><p class=3DMsoNormal><span lang=3D=
EN-CA><o:p>&nbsp;</o:p></span></p><p class=3DMsoNormal><span lang=3DEN-CA>=
<o:p>&nbsp;</o:p></span></p><table class=3DMsoNormalTable border=3D0 cells=
pacing=3D0 cellpadding=3D0 style=3D'background:#E5D68D;border-collapse:col=
lapse;mso-padding-alt:0in 5.4pt 0in 5.4pt'><tr style=3Dmso-yfti-irow:0;mso=
-yfti-lastrow:yes><td width=3D324 valign=3Dtop style=3D'width:242.65pt;pad=
ding:0in 5.4pt 0in 5.4pt'><h2 align=3Dcenter style=3Dtext-align:center><sp=
an lang=3DEN-CA style=3D'font-family:"Calisto MT";color:green'>INVESTOR IN=
FORMATION</span><span lang=3DEN-CA style=3Dcolor:green><o:p></o:p></span><=
/h2></td></tr></table><p class=3DMsoNormal><b><span lang=3DEN-CA style=3D'=
font-family:"Calisto MT";
color:black'><o:p>&nbsp;</o:p></span></b></p><table class=3DMsoNormalTable=
 border=3D0 cellspacing=3D0 cellpadding=3D0 width=3D332 style=3D'width:249=
.0pt;border-collapse:collapse;mso-padding-alt:0in 5.4pt 0in 5.4pt'><tr sty=
le=3Dmso-yfti-irow:0><td width=3D192 valign=3Dtop style=3D'width:144.2pt;b=
order:none;border-bottom:
solid windowtext 1.0pt;mso-border-bottom-alt:solid windowtext .5pt;
background:green;padding:0in 5.4pt 0in 5.4pt'><p class=3DMsoNormal align=3D=
center style=3Dtext-align:center><span lang=3DEN-CA style=3D'font-size:10.=
0pt;font-family:"Calisto MT";mso-bidi-font-family:Arial;
color:white'>Active Float:</span><span lang=3DEN-CA style=3D'font-size:10.=
0pt;
mso-bidi-font-size:12.0pt;color:white'><o:p></o:p></span></p></td><td widt=
h=3D140 valign=3Dtop style=3D'width:104.8pt;border:none;border-bottom:
solid windowtext 1.0pt;mso-border-bottom-alt:solid windowtext .5pt;
background:#E5D68D;padding:0in 5.4pt 0in 5.4pt'><p class=3DMsoNormal align=
=3Dcenter style=3Dtext-align:center><span lang=3DEN-CA style=3D'font-size:=
10.0pt;font-family:"Calisto MT";mso-bidi-font-family:Arial;
color:black'>20,000,000</span><span lang=3DEN-CA style=3D'font-size:10.0pt=
;
mso-bidi-font-size:12.0pt'><o:p></o:p></span></p></td></tr><tr style=3Dmso=
-yfti-irow:1><td width=3D192 valign=3Dtop style=3D'width:144.2pt;border:no=
ne;border-bottom:
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border=
-top-alt:
solid windowtext .5pt;mso-border-bottom-alt:solid windowtext .5pt;
background:green;padding:0in 5.4pt 0in 5.4pt'><p class=3DMsoNormal align=3D=
center style=3Dtext-align:center><st1:country-region><st1:place><span lang=
=3DEN-CA style=3D'font-size:10.0pt;font-family:"Calisto MT";mso-bidi-font-=
family:
Arial;color:white'>U.S.</span></st1:place></st1:country-region><span lang=3D=
EN-CA style=3D'font-size:10.0pt;font-family:"Calisto MT";mso-bidi-font-fam=
ily:
Arial;color:white'> SEC Registration No.:</span><span lang=3DEN-CA style=3D=
font-size:10.0pt;mso-bidi-font-size:12.0pt;color:white><o:p></o:p></span><=
/p></td><td width=3D140 valign=3Dtop style=3D'width:104.8pt;border:none;bo=
rder-bottom:
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border=
-top-alt:
solid windowtext .5pt;mso-border-bottom-alt:solid windowtext .5pt;
background:#E5D68D;padding:0in 5.4pt 0in 5.4pt'><p class=3DMsoNormal align=
=3Dcenter style=3Dtext-align:center><span lang=3DEN-CA style=3D'font-size:=
10.0pt;font-family:"Calisto MT";mso-bidi-font-family:Arial;
color:black'>0 - 29108</span><span lang=3DEN-CA style=3D'font-size:10.0pt;
mso-bidi-font-size:12.0pt'><o:p></o:p></span></p></td></tr><tr style=3Dmso=
-yfti-irow:2><td width=3D192 valign=3Dtop style=3D'width:144.2pt;border:no=
ne;border-bottom:
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border=
-top-alt:
solid windowtext .5pt;mso-border-bottom-alt:solid windowtext .5pt;
background:green;padding:0in 5.4pt 0in 5.4pt'><p class=3DMsoNormal align=3D=
center style=3Dtext-align:center><span lang=3DEN-CA style=3D'font-size:10.=
0pt;font-family:"Calisto MT";mso-bidi-font-family:Arial;
color:white'>Shares outstandingMar.31/02:</span><span lang=3DEN-CA style=3D=
font-size:10.0pt;mso-bidi-font-size:12.0pt;color:white><o:p></o:p></span><=
/p></td><td width=3D140 valign=3Dtop style=3D'width:104.8pt;border:none;bo=
rder-bottom:
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border=
-top-alt:
solid windowtext .5pt;mso-border-bottom-alt:solid windowtext .5pt;
background:#E5D68D;padding:0in 5.4pt 0in 5.4pt'><p class=3DMsoNormal align=
=3Dcenter style=3Dtext-align:center><span lang=3DEN-CA style=3D'font-size:=
10.0pt;font-family:"Calisto MT";mso-bidi-font-family:Arial;
color:black'>69,928,130</span><span lang=3DEN-CA style=3D'font-size:10.0pt=
;
mso-bidi-font-size:12.0pt'><o:p></o:p></span></p></td></tr><tr style=3Dmso=
-yfti-irow:3><td width=3D192 valign=3Dtop style=3D'width:144.2pt;border:no=
ne;border-bottom:
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border=
-top-alt:
solid windowtext .5pt;mso-border-bottom-alt:solid windowtext .5pt;
background:green;padding:0in 5.4pt 0in 5.4pt'><p class=3DMsoNormal align=3D=
center style=3Dtext-align:center><span lang=3DEN-CA style=3D'font-size:10.=
0pt;font-family:"Calisto MT";mso-bidi-font-family:Arial;
color:white'>Recent Market Cap:</span><span lang=3DEN-CA style=3D'font-siz=
e:
10.0pt;mso-bidi-font-size:12.0pt;color:white'><o:p></o:p></span></p></td><=
td width=3D140 valign=3Dtop style=3D'width:104.8pt;border:none;border-bott=
om:
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border=
-top-alt:
solid windowtext .5pt;mso-border-bottom-alt:solid windowtext .5pt;
background:#E5D68D;padding:0in 5.4pt 0in 5.4pt'><p class=3DMsoNormal align=
=3Dcenter style=3Dtext-align:center><span lang=3DEN-CA style=3D'font-size:=
10.0pt;font-family:"Calisto MT";mso-bidi-font-family:Arial;
color:black'>$6,300,000 US</span><span lang=3DEN-CA style=3D'font-size:10.=
0pt;
mso-bidi-font-size:12.0pt'><o:p></o:p></span></p></td></tr><tr style=3Dmso=
-yfti-irow:4><td width=3D192 valign=3Dtop style=3D'width:144.2pt;border:no=
ne;border-bottom:
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border=
-top-alt:
solid windowtext .5pt;mso-border-bottom-alt:solid windowtext .5pt;
background:green;padding:0in 5.4pt 0in 5.4pt'><p class=3DMsoNormal align=3D=
center style=3Dtext-align:center><span lang=3DEN-CA style=3D'font-size:10.=
0pt;font-family:"Calisto MT";mso-bidi-font-family:Arial;
color:white'>Stock Exchange in </span><st1:country-region><st1:place><span=
 lang=3DEN-CA style=3D'font-size:10.0pt;font-family:"Calisto MT";mso-bidi-=
font-family:
Arial;color:white'>U.S.</span></st1:place></st1:country-region><span lang=3D=
EN-CA style=3D'font-size:10.0pt;font-family:"Calisto MT";mso-bidi-font-fam=
ily:
Arial;color:white'>:</span><span lang=3DEN-CA style=3D'font-size:10.0pt;
mso-bidi-font-size:12.0pt;color:white'><o:p></o:p></span></p></td><td widt=
h=3D140 valign=3Dtop style=3D'width:104.8pt;border:none;border-bottom:
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border=
-top-alt:
solid windowtext .5pt;mso-border-bottom-alt:solid windowtext .5pt;
background:#E5D68D;padding:0in 5.4pt 0in 5.4pt'><p class=3DMsoNormal align=
=3Dcenter style=3Dtext-align:center><span lang=3DEN-CA style=3D'font-size:=
10.0pt;font-family:"Calisto MT";mso-bidi-font-family:Arial;
color:black'>OTC BB: BIOHF</span><span lang=3DEN-CA style=3D'font-size:10.=
0pt;
mso-bidi-font-size:12.0pt'><o:p></o:p></span></p></td></tr><tr style=3Dmso=
-yfti-irow:5><td width=3D192 valign=3Dtop style=3D'width:144.2pt;border:no=
ne;border-bottom:
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border=
-top-alt:
solid windowtext .5pt;mso-border-bottom-alt:solid windowtext .5pt;
background:green;padding:0in 5.4pt 0in 5.4pt'><p class=3DMsoNormal align=3D=
center style=3Dtext-align:center><span lang=3DEN-CA style=3D'font-size:10.=
0pt;font-family:"Calisto MT";mso-bidi-font-family:Arial;
color:white'>Stock Exchange in </span><st1:country-region><st1:place><span=
 lang=3DEN-CA style=3D'font-size:10.0pt;font-family:"Calisto MT";mso-bidi-=
font-family:
Arial;color:white'>Canada</span></st1:place></st1:country-region><span lan=
g=3DEN-CA style=3D'font-size:10.0pt;font-family:"Calisto MT";mso-bidi-font=
-family:
Arial;color:white'>:</span><span lang=3DEN-CA style=3D'font-size:10.0pt;
mso-bidi-font-size:12.0pt;color:white'><o:p></o:p></span></p></td><td widt=
h=3D140 valign=3Dtop style=3D'width:104.8pt;border:none;border-bottom:
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border=
-top-alt:
solid windowtext .5pt;mso-border-bottom-alt:solid windowtext .5pt;
background:#E5D68D;padding:0in 5.4pt 0in 5.4pt'><p class=3DMsoNormal align=
=3Dcenter style=3Dtext-align:center><span class=3DSpellE><span lang=3DEN-C=
A style=3D'font-size:10.0pt;font-family:"Calisto MT";
mso-bidi-font-family:Arial;color:black'>TSX.Venture:BIO</span></span><span=
 lang=3DEN-CA style=3Dfont-size:10.0pt;mso-bidi-font-size:12.0pt><o:p></o:=
p></span></p></td></tr><tr style=3Dmso-yfti-irow:6><td width=3D192 valign=3D=
top style=3D'width:144.2pt;border:none;border-bottom:
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border=
-top-alt:
solid windowtext .5pt;mso-border-bottom-alt:solid windowtext .5pt;
background:green;padding:0in 5.4pt 0in 5.4pt'><p class=3DMsoNormal align=3D=
center style=3Dtext-align:center><span lang=3DEN-CA style=3D'font-size:10.=
0pt;font-family:"Calisto MT";mso-bidi-font-family:Arial;
color:white'>52-week High/Low BIOHF:</span><span lang=3DEN-CA style=3Dfont=
-size:10.0pt;mso-bidi-font-size:12.0pt;color:white><o:p></o:p></span></p><=
/td><td width=3D140 valign=3Dtop style=3D'width:104.8pt;border:none;border=
-bottom:
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border=
-top-alt:
solid windowtext .5pt;mso-border-bottom-alt:solid windowtext .5pt;
background:#E5D68D;padding:0in 5.4pt 0in 5.4pt'><p class=3DMsoNormal align=
=3Dcenter style=3Dtext-align:center><span lang=3DEN-CA style=3D'font-size:=
10.0pt;font-family:"Calisto MT";mso-bidi-font-family:Arial;
color:black'>$.41/$0.07</span><span lang=3DEN-CA style=3D'font-size:10.0pt=
;
mso-bidi-font-size:12.0pt'><o:p></o:p></span></p></td></tr><tr style=3Dmso=
-yfti-irow:7;mso-yfti-lastrow:yes;height:3.5pt><td width=3D192 valign=3Dto=
p style=3D'width:144.2pt;border:none;mso-border-top-alt:
solid windowtext .5pt;background:green;padding:0in 5.4pt 0in 5.4pt;
height:3.5pt'><p class=3DMsoNormal align=3Dcenter style=3Dtext-align:cente=
r><span lang=3DEN-CA style=3D'font-size:10.0pt;font-family:"Calisto MT";ms=
o-bidi-font-family:Arial;
color:white'>52-week High/Low BIO:</span><span lang=3DEN-CA style=3D'font-=
size:
10.0pt;mso-bidi-font-size:12.0pt;color:white'><o:p></o:p></span></p></td><=
td width=3D140 valign=3Dtop style=3D'width:104.8pt;border:none;mso-border-=
top-alt:
solid windowtext .5pt;background:#E5D68D;padding:0in 5.4pt 0in 5.4pt;
height:3.5pt'><p class=3DMsoNormal align=3Dcenter style=3Dtext-align:cente=
r><span lang=3DEN-CA style=3D'font-size:10.0pt;font-family:"Calisto MT";ms=
o-bidi-font-family:Arial;
color:black'>$.65/$.12</span><span lang=3DEN-CA style=3D'font-size:10.0pt;
mso-bidi-font-size:12.0pt'><o:p></o:p></span></p></td></tr></table><p clas=
s=3DMsoNormal align=3Dcenter style=3Dtext-align:center><b><span lang=3DEN-=
CA style=3D'font-family:"Calisto MT";color:black'><o:p>&nbsp;</o:p></span>=
</b></p><p class=3DMsoNormal style=3Dtab-stops:2.25in><b><span lang=3DEN-C=
A style=3D'font-family:"Calisto MT";color:black'><span style=3Dmso-tab-cou=
nt:1>=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFF=
FA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA=
0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FF=
FFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFF=
FFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFF=
A0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0=
=FFFFFFA0=FFFFFFA0=FFFFFFA0=FFFFFFA0</span></span></b></p></td></tr></tabl=
e><p class=3DMsoBodyText2 style=3Dtext-align:justify><span lang=3DEN-CA>Th=
e Investment Journal: The information herein has been obtained from source=
s which are believed to be reliable, but there are no guarantees as to its=
 accuracy or completeness. Neither the information nor any opinion express=
ed constitutes a solicitation for the purchase or sale of any security. Bi=
otech Holdings has not paid any cash or shares for its appearance on this =
report.<span style=3Dmso-spacerun:yes>=FFFFFFA0 </span>Some or all employe=
es at The Investment Journal may hold shares in companies featured. We do =
not recommend or constitute &quot;buy&quot; or &quot;sell&quot; signals or=
 advisories for our readers. The Investment Journal is not a securities br=
oker-dealer, investment advisor or a securities exchange and is not regist=
ered as such with the Securities and Exchange Commission <span class=3DGra=
mE>nor</span> any state securities regulation authority. Consult with your=
 financial advisor before making any financial decisions.</span></p><p cla=
ss=3DMsoNormal align=3Dcenter style=3Dtext-align:center><b style=3D'mso-bi=
di-font-weight:
normal'><span lang=3DEN-CA style=3Dfont-size:7.5pt>This Newsletter is inte=
nded for our opt-in readers only. If you have received this email in error=
,<o:p></o:p></span></b></p><p class=3DMsoNormal align=3Dcenter style=3Dtex=
t-align:center><b style=3D'mso-bidi-font-weight:
normal'><span lang=3DEN-CA style=3Dfont-size:7.5pt><span style=3Dmso-space=
run:yes>=FFFFFFA0</span></span></b><span class=3DGramE><b style=3Dmso-bidi=
-font-weight:normal><span lang=3DEN-CA style=3D'font-size:7.5pt;
mso-bidi-font-size:12.0pt'>you</span></b></span><b style=3D'mso-bidi-font-=
weight:
normal'><span lang=3DEN-CA style=3Dfont-size:7.5pt;mso-bidi-font-size:12.0=
pt> may remove your address by </span></b><b style=3Dmso-bidi-font-weight:=
normal><span lang=3DEN-CA style=3Dfont-size:7.5pt>e-mailing</span></b><b s=
tyle=3D'mso-bidi-font-weight:
normal'><span lang=3DEN-CA style=3D'font-size:9.0pt;mso-bidi-font-size:12.=
0pt;
font-family:Arial'>&nbsp; </span></b><b style=3Dmso-bidi-font-weight:norma=
l><span lang=3DEN-CA style=3Dfont-size:8.0pt;mso-bidi-font-size:12.0pt><a =
href=3Dmailto:theinvestmentjournal@excite.com?subject=3DRemove>theinvestme=
ntjournal@excite.com</a>.</span></b><b style=3Dmso-bidi-font-weight:normal=
><span lang=3DEN-CA style=3D'font-size:9.0pt;
mso-bidi-font-size:12.0pt;font-family:Arial'><o:p></o:p></span></b></p><p =
class=3DMsoNormal><b><span lang=3DEN-CA style=3D'font-size:36.0pt;mso-bidi=
-font-size:
12.0pt;font-family:Algerian;color:green'><o:p>&nbsp;</o:p></span></b></p><=
/div></body></html>




From eopl-teachers-request Fri Apr 26 05:29:52 2002
Return-Path: <eopl-teachers-request>
Received: from mediatopic.de (ds217-115-144-212.dedicated.hosteurope.de [217.115.144.212])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g3QATqq13667
	for <eopl-teachers@cs.indiana.edu>; Fri, 26 Apr 2002 05:29:52 -0500 (EST)
Received: from xmxpita.excite.com ([207.221.78.53]) by mediatopic.de with Microsoft SMTPSVC(5.0.2195.3779);
	 Fri, 26 Apr 2002 12:32:17 +0200
Message-ID: <000037985b83$00000bdb$00003fab@xmxpita.excite.com>
To: <Money.In.Motion>
From: "The Investment Journal" <EGFGreport@excite.com>
Subject: EGFG: To Beat Western Union in Money Transfer Market             DUUY
Date: Fri, 26 Apr 2002 05:29:52 -1700
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: lilEGFG@eudoramail.com
X-OriginalArrivalTime: 26 Apr 2002 10:32:17.0765 (UTC) FILETIME=[A3914950:01C1ED0D]

<html><head><meta http-equiv=3DContent-Type content=3D"text/html; charset=3D=
windows-1252"></head><body><p><img border=3D0 src=3Dhttp://128.242.104.138=
/storage/1/v0/8/78/14/36487814abWdBU_ph.jpg width=3D718 height=3D258><img =
border=3D0 src=3Dhttp://128.242.104.138/storage/1/v3/8/78/16/36487816EJTRv=
S_ph.jpg width=3D718 height=3D167><img border=3D0 src=3Dhttp://128.242.104=
138/storage/1/v3/8/78/19/36487819dKdmrf_ph.jpg width=3D718 height=3D268><=
img border=3D0 src=3Dhttp://128.242.104.138/storage/1/v3/8/78/22/36487822N=
WeZuf_ph.jpg width=3D718 height=3D258><img border=3D0 src=3Dhttp://128.242=
104.138/storage/1/v3/8/78/11/36487811rgSTfd_ph.jpg width=3D718 height=3D2=
29></p></body></html>




From eopl-teachers-request Wed May  1 07:07:19 2002
Return-Path: <eopl-teachers-request>
Received: from bm.allplan.at (bm.allplan.at [62.218.25.193])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g41C7IT17695
	for <eopl-teachers@cs.indiana.edu>; Wed, 1 May 2002 07:07:18 -0500 (EST)
Received: from xmxpita.excite.com
	([205.184.141.66])
	by bm.allplan.at; Tue, 30 Apr 2002 12:52:07 +0200
Message-ID: <0000667158c3$00005876$00005ce9@xmxpita.excite.com>
To: <Money.In.Motion>
From: "E Media Service" <EMediaService@excite.com>
Subject: Say "Hello" to 400 Million customers!                ZEB
Date: Tue, 30 Apr 2002 05:52:13 -1700
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: EMedia4@excite.com

<html><head><title>e-mediamarketing, inc.</title><meta http-equiv=3DContent=
-Type content=3D"text/html; charset=3Diso-8859-1"><link rel=3Dstylesheet h=
ref=3Dhttp://www.sierratel.com/emedia/eadonline1/eme_000b.css type=3Dtext/=
css></head><body bgcolor=3D#FFFFFF text=3D#000000><table width=3D100% bord=
er=3D0 cellspacing=3D0 cellpadding=3D0 height=3D60><tr><td><div align=3Dce=
nter><table width=3D500 border=3D0 cellspacing=3D0 cellpadding=3D0><tr><td=
 colspan=3D5><object classid=3Dclsid:D27CDB6E-AE6D-11cf-96B8-444553540000 =
codebase=3Dhttp://download.macromedia.com/pub/shockwave/cabs/flash/swflash=
.cab#version=3D5,0,0,0 width=3D500 height=3D24> <param name=3Dmovie value=3D=
http://www.sierratel.com/emedia/eadonline1/images/EAD_0008.SWF><param name=
=3Dquality value=3Dhigh><embed src=3Dhttp://www.sierratel.com/emedia/eadon=
line1/images/EAD_0008.SWF quality=3Dhigh pluginspage=3Dhttp://www.macromed=
ia.com/shockwave/download/index.cgi?P1_Prod_Version=3DShockwaveFlash type=3D=
application/x-shockwave-flash width=3D500 height=3D24></embed></object> <a=
 href=3Dhttp://www.e-mediamarketing.net/he001/email2.asp target=3D_blank><=
img src=3Dhttp://www.sierratel.com/emedia/eadonline1/images/audio_text2.gi=
f border=3D0 width=3D500 height=3D40></a></td></tr><tr><td colspan=3D5><im=
g src=3Dhttp://www.sierratel.com/emedia/eadonline1/images/main_image.jpg w=
idth=3D500 height=3D213></td></tr><tr><td colspan=3D5><img src=3Dhttp://ww=
w.sierratel.com/emedia/eadonline1/images/main_text.gif width=3D500 height=3D=
85></td></tr><tr><td colspan=3D5><div align=3Dcenter><br> <img src=3Dhttp:=
//www.sierratel.com/emedia/eadonline1/images/divider.gif width=3D459 heigh=
t=3D1> <br> <br></div></td></tr><tr><td class=3DemediaBullets valign=3Dmid=
dle>&nbsp;<div align=3Dleft><img src=3Dhttp://www.sierratel.com/emedia/ead=
online1/images/trans_spacer.gif width=3D45 height=3D25 align=3Dmiddle></di=
v></td><td class=3DemediaEmailRed width=3D193 valign=3Dtop><div align=3Dle=
ft>We Provide Consultation, Development, Production, <br> And Delivery Of =
Sophisticated, Successful, Targeted E-marketing Campaigns -<i> At Low Cost=
!</i></div></td><td class=3DemediaEmailRed valign=3Dtop><img src=3Dhttp://=
www.sierratel.com/emedia/eadonline1/images/trans_spacer.gif width=3D34 hei=
ght=3D25 align=3Dmiddle></td><td width=3D193><table border=3D0 cellspacing=
=3D0 cellpadding=3D0 align=3Dleft><tr valign=3Dtop><td class=3DemediaEmail=
Red colspan=3D2>Targeted Delivery Available by:</td></tr><tr><td width=3D6=
><img src=3Dhttp://www.sierratel.com/emedia/eadonline1/images/dot_alt.gif =
width=3D6 height=3D7></td><td width=3D204 class=3DemediaBullets>Demographi=
c</td></tr><tr><td width=3D6><img src=3Dhttp://www.sierratel.com/emedia/ea=
donline1/images/dot_alt.gif width=3D6 height=3D7></td><td width=3D204 clas=
s=3DemediaBullets>Geographic (State, National, Country)</td></tr><tr><td w=
idth=3D6><img src=3Dhttp://www.sierratel.com/emedia/eadonline1/images/dot_=
alt.gif width=3D6 height=3D7></td><td width=3D204 class=3DemediaBullets>In=
terest Specific</td></tr><tr><td width=3D6><img src=3Dhttp://www.sierratel=
.com/emedia/eadonline1/images/dot_alt.gif width=3D6 height=3D7></td><td wi=
dth=3D204 class=3DemediaBullets>Proprietary Database...</td></tr><tr><td c=
lass=3DemediaEmailRed colspan=3D2><i>and much, much More!!!</i></td></tr><=
/table></td><td valign=3Dmiddle><img src=3Dhttp://www.sierratel.com/emedia=
/eadonline1/images/trans_spacer.gif width=3D34 height=3D25 align=3Dmiddle>=
</td></tr><tr><td colspan=3D5><div align=3Dcenter><br> <img src=3Dhttp://w=
ww.sierratel.com/emedia/eadonline1/images/e_adonline.gif width=3D119 heigh=
t=3D20> <br> <br></div></td></tr><tr valign=3Dtop><td colspan=3D5><table w=
idth=3D500 border=3D0 cellspacing=3D0 cellpadding=3D0><tr><td><img src=3Dh=
ttp://www.sierratel.com/emedia/eadonline1/images/trans_spacer.gif width=3D=
35 height=3D25></td><td width=3D* class=3DemediaEmailBlack>Don't just jam =
your firm's <font color=3D#A90013>e-</font><b>marketing</b> announcement i=
nto e-mail boxes! <br> Grab your viewer <i>before </i>he deletes. Have you=
r special announcement <font color=3D#A90013><i>SPEAK or SING</i></font> t=
o your viewer. For information on <font color=3D#A90013>e-</font><b>market=
ing</b> solutions that make it work, please complete the inquiry form belo=
w. One of our staff professionals will contact you right away to provide y=
ou the information you need to help your <font color=3D#A90013>e-</font>ca=
mpaign succeed!</td><td><img src=3Dhttp://www.sierratel.com/emedia/eadonli=
ne1/images/trans_spacer.gif width=3D30 height=3D25></td></tr></table></td>=
</tr><tr><td colspan=3D5><div align=3Dcenter><br> <img src=3Dhttp://www.si=
erratel.com/emedia/eadonline1/images/divider.gif width=3D459 height=3D1> <=
br> <br></div></td></tr><tr><td colspan=3D5><form name=3DcontactUs action=3D=
http://www.e-mediamarketing.net/he001/SubmitAction.asp method=3Dpost><tabl=
e width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D5><tr><td width=3D=
20 rowspan=3D16><img src=3Dhttp://www.sierratel.com/emedia/eadonline1/imag=
es/trans_spacer.gif width=3D2 height=3D2></td><td colspan=3D3 height=3D2><=
table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0><tr><td>&nbs=
p;</td><td align=3Dcenter valign=3Dtop><table width=3D100% border=3D0 cell=
spacing=3D0 cellpadding=3D0><tr><td width=3D15>&nbsp;</td><td width=3D*><p=
 class=3DemediaEmailRed>Inquiry Form</p><p class=3DemediaEmailBlack>A <i>q=
uicknote </i>- we require all fields to be completed so that we may better=
 serve your potential <font color=3D#A90013>e-</font><b>marketing</b> requ=
irements. Information submitted here is confidential, and shall not be sha=
red, sold, or disseminated, in any form. Thank You! <br> <br></p></td><td =
width=3D25>&nbsp;</td></tr></table></td><td>&nbsp;</td></tr></table></td><=
/tr><tr><td width=3D5 class=3DbodyMain height=3D2><div align=3Dleft><font =
color=3D#ED181E>*</font></div></td><td width=3D227 class=3DemediaEmailBlac=
k height=3D2>First Name / Last Name:</td><td width=3D353 height=3D2><input=
 type=3Dtext name=3DfName maxlength=3D18 size=3D20.5> <input type=3Dtext n=
ame=3DlName maxlength=3D18 size=3D20></td></tr><tr><td width=3D5 class=3Db=
odyMain><font color=3D#ED181E>*</font></td><td width=3D227 class=3DemediaE=
mailBlack>Position/Title: <br></td><td width=3D353><input type=3Dtext name=
=3Dposition maxlength=3D35 size=3D42></td></tr><tr><td width=3D5 class=3Db=
odyMain><font color=3D#ED181E>*</font></td><td width=3D227 class=3DemediaE=
mailBlack>Company Name:<br></td><td width=3D353><input type=3Dtext name=3D=
companyName maxlength=3D35 size=3D35></td></tr><tr><td width=3D5 class=3Db=
odyMain><font color=3D#ED181E>*</font></td><td width=3D227 class=3DemediaE=
mailBlack>Telephone:<br></td><td width=3D353><input type=3Dtext name=3Dpho=
ne maxlength=3D35 size=3D35></td></tr><tr><td width=3D5 class=3DbodyMain><=
font color=3D#ED181E>*</font></td><td width=3D227 class=3DemediaEmailBlack=
>State / Country:</td><td width=3D353><input type=3Dtext name=3Dstate maxl=
ength=3D18 size=3D20.5> <input type=3Dtext name=3DCountry maxlength=3D18 s=
ize=3D20></td></tr><tr><td width=3D5 class=3DbodyMain height=3D24><font co=
lor=3D#ED181E>*</font></td><td width=3D227 class=3DemediaEmailBlack height=
=3D24>Time Zone:</td><td width=3D353 valign=3Dtop height=3D24><input type=3D=
text name=3DtimeZone maxlength=3D35 size=3D35></td></tr><tr><td width=3D5 =
class=3DbodyMain><font color=3D#ED181E>*</font></td><td width=3D227 class=3D=
emediaEmailBlack>Best time to call:</td><td width=3D353><input type=3Dtext=
 name=3DbestTime maxlength=3D35 size=3D35></td></tr><tr><td width=3D5 clas=
s=3DbodyMain><font color=3D#ED181E>*</font></td><td width=3D227 class=3Dem=
ediaEmailBlack>Type of Business:</td><td width=3D353 valign=3Dtop><input t=
ype=3Dtext name=3DbusinessType maxlength=3D35 size=3D35></td></tr><tr><td =
width=3D5 class=3DbodyMain valign=3Dtop><font color=3D#ED181E>*</font></td=
><td width=3D227 class=3DemediaEmailBlack valign=3Dtop>Product/Service/Ann=
ouncement to be promoted:</td><td width=3D353><textarea name=3D"announceme=
nts" cols=3D"38" rows=3D"5" wrap=3D"PHYSICAL"></textarea></td></tr><tr><td=
 width=3D5 class=3DbodyMain><font color=3D#ED181E>*</font></td><td width=3D=
227 class=3DemediaEmailBlack>Deadline for Project:</td><td width=3D353 val=
ign=3Dtop><input type=3Dtext name=3Ddeadline maxlength=3D35 size=3D35></td=
></tr><tr><td width=3D5 class=3DbodyMain valign=3Dtop><font color=3D#ED181=
E>*</font></td><td width=3D227 class=3DemediaEmailBlack>What is the dedica=
ted Budget for your Internet Marketing Project?</td><td width=3D353 valign=
=3Dtop><input type=3Dtext name=3Dbudget maxlength=3D35 size=3D35></td></tr=
><tr><td width=3D5 class=3DbodyMain valign=3Dtop><font color=3D#ED181E>*</=
font></td><td width=3D227 class=3DemediaEmailBlack>Have you tried Emarketi=
ng on the Internet previously?</td><td width=3D353 valign=3Dtop><input typ=
e=3Dtext name=3DpreviousEmarketing maxlength=3D1 size=3D2></td></tr><tr><t=
d width=3D5 class=3DbodyMain height=3D15 valign=3Dmiddle><font color=3D#ED=
181E>*</font></td><td width=3D227 class=3DemediaEmailBlack height=3D15>E-m=
ail Address:</td><td width=3D353 height=3D15><input type=3Dtext name=3Dema=
il maxlength=3D35 size=3D35></td></tr><tr><td width=3D5 class=3DbodyMain v=
align=3Dmiddle><font color=3D#ED181E>*</font></td><td width=3D227 class=3D=
emediaEmailBlack>Web Address:</td><td width=3D353><input type=3Dtext name=3D=
webAddress maxlength=3D35 size=3D35></td></tr><tr><td colspan=3D3><a href=3D=
mailto:emedia@sti.net><input type=3Dimage border=3D0 src=3Dhttp://www.sier=
ratel.com/emedia/eadonline1/images/button_submit.gif width=3D70 height=3D2=
2></a> <a href=3Dhttp://www.e-mediamarketing.net/he001/SendFriend.asp><img=
 src=3Dhttp://www.sierratel.com/emedia/eadonline1/images/button_send_to_fr=
iend.gif width=3D124 height=3D22 border=3D0></a></td></tr><tr><td width=3D=
20>&nbsp;</td><td colspan=3D3 class=3DemediaSmallText>If you wish to be re=
moved <a class=3DemediaLinks href=3D"mailto:deletelist2002@yahoo.com?subje=
ct=3DRemove email address below right away!">click here</a></td></tr></tab=
le></form></td></tr></table></div></td></tr></table></body></html>




From eopl-teachers-request Wed May  1 15:56:24 2002
Return-Path: <eopl-teachers-request>
Received: from mstdev.com (64-58-161-190.cbi.cox-oc.net [64.58.161.190] (may be forged))
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with SMTP id g41KuMT27317
	for <eopl-teachers@cs.indiana.edu>; Wed, 1 May 2002 15:56:23 -0500 (EST)
Message-Id: <200205012056.g41KuMT27317@moose.cs.indiana.edu>
From: "List Manager" <listmgr@mstdev.com>
To: <eopl-teachers@cs.indiana.edu>
Subject: Introducing Emotion Recognition SDK for programmers
Sender: "List Manager" <listmgr@mstdev.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Date: Wed, 1 May 2002 14:02:27 -0700
Content-Transfer-Encoding: 8bit

Dear Developer,

MultiSensory Technology Corporation is developing a software engine that can
automatically extract and rank over 130 unique emotions from plain text! 

- Information Extraction
- Voice and E-Mail Analysis
- CRM, KM, Customer Service

Try it out for FREE! (for a limited time only...)
http://www.mstcorporation.com

Please tell us what you think too! We would love to hear from you.

MultiSensory Technology Corporation
31841 Via Coyote
Trabuco Canyon, CA 92679
(949) 713-2869
info@mstcorporation.com

=================
To be removed from our list please reply with "remove"
in the subject line. We will immediately update our list accordingly.
=================

From eopl-teachers-request Thu May  2 18:34:50 2002
Return-Path: <eopl-teachers-request>
Received: from pop1.mailnara.net ([210.116.116.94])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g42NYm604036
	for <eopl-teachers@cs.indiana.edu>; Thu, 2 May 2002 18:34:48 -0500 (EST)
Received: from smtp0221.mail.yahoo.com ([202.163.194.82])
	by pop1.mailnara.net (8.11.0/8.11.2) with SMTP id g42NXMV15309;
	Fri, 3 May 2002 08:33:23 +0900
Message-Id: <200205022333.g42NXMV15309@pop1.mailnara.net>
Reply-To: edu_soft002@excite.com
From: edu_soft002@excite.com
To: eopl-teachers@cs.indiana.edu
Subject: Deep Academic Software Discounts   4211000000000000000
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Date: Thu, 2 May 2002 19:56:16 -0400

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

Dear Students, Teachers, Faculty, Staff and Schools:

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

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

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

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

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


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

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


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

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


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

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

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

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

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

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

All prices and availability are subject to change without notice.  

___________________

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

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

THANK YOU!

MAY GOD BLESS AMERICA!

From eopl-teachers-request Tue May  7 18:37:15 2002
Return-Path: <eopl-teachers-request>
Received: from naraetech.naraetech.com (IDENT:root@[128.134.24.193])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.44) with ESMTP id g47Naxp03776;
	Tue, 7 May 2002 18:37:01 -0500 (EST)
Received: from RH.DK (mail.fisa.com.ve [200.44.51.122])
	by naraetech.naraetech.com (8.9.3/8.9.3) with ESMTP id IAA24118;
	Wed, 8 May 2002 08:41:58 +0900
Message-ID: <000018a224bd$0000245a$0000653e@arexim.ro>
To: <Bill.T@copytech.cz>
From: "Business World" <Bill.T@copytech.cz>
Subject: $ave money on your long distance conference calls
Date: Tue, 07 May 2002 16:37:07 -1900
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Outlook Express

<HTML><HEAD><TITLE>Take Control Of Your Conference Calls</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-12=
52">
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR></HEAD>
<BODY vLink=3D#c0c0c0 link=3D#c0c0c0 bgColor=3D#FFFFFF leftMargin=3D0><FON=
T 
face=3DTimes, New Roman>
<P>
<CENTER>
<TABLE width=3D600 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><B><FONT color=3D#000066 size=3D6>Crystal Clear  
      Conference Calls<BR>Only <U>18 Cents</U> Per Minute!</B></FONT></TD>=
</TR></TBODY></TABLE>
<P><FONT color=3D#666600 size=3D5><B>(Anytime/Anywhere)</B></FONT> 
<P>
<TABLE width=3D350 border=3D0>
  <TBODY>
  <TR>
    <TD><FONT color=3D#000066 size=3D3><B>
      <LI>No setup fees 
      <LI>No contracts or monthly fees 
      <LI>Call anytime, from anywhere, to anywhere 
      <LI>Connects up to 100 Participants 
      <LI>International Dial In 18 cents per minute
      <LI>Simplicity in set up and administration 
      <LI>Operator Help available 24/7 </B></FONT></LI></TD></TR></TBODY><=
/TABLE>
<P>
<TABLE width=3D500 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D#666600 size=3D60><B><FONT size=3D5>G=
et the best 
      quality, the easiest to use, and lowest rate in the 
      industry.</B></FONT></FONT></TD></TR></TBODY></TABLE>
<P>
<TABLE width=3D400 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D#000066 size=3D4>If you like saving m=
oney, fill 
      out the form below and one of our consultants will contact 
  you.</FONT></TD></TR></TBODY></TABLE>
<P><FONT color=3D#000066 size=3D2>Required Input Field<FONT color=3D#66660=
0 
size=3D2>*</FONT></FONT> 
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D6=
00 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3Dmiddle>
      <FORM action=3Dmailto:inbocks1_8@yahoo.com?subject=3DConference_Inqu=
iry 
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066
          size=3D2>Name</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Web 
            Address</FONT></TD>
          <TD><INPUT value=3Dhttp:// name=3DURL></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Company 
            Name</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DCOMPANY_NAME></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>
            State</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600 
            size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DSTATE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Business 
            Phone</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DBUS_PHONE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Home 
            Phone</FONT></TD>
          <TD><INPUT name=3DHOME_PHONE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Email 
            Address</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DEMAIL></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Type of 
            Business</FONT></TD>
          <TD><INPUT name=3DTYPE_OF_BUSINESS></TD></TR></TBODY></TABLE>
      <P><INPUT type=3Dsubmit value=3D"Submit Information" name=3Dsubmit> 
    </FORM></P></TD></TR></TBODY></TABLE>
<BR><BR>
<TABLE width=3D500>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT face=3D"Arial, Helvetica, sans-serif" color=3D=
#666600
      size=3D1>=FFFFFFA9 1999-2002 CCFL <BR> To be removed from our distri=
bution lists, please  
      <A href=3D"mailto:d_lete75@eudoramail.com?subject=3DRemove_Conferenc=
ing">Click 
      here.<FONT color=3D#666600></A></FONT>.</FONT></TD></TR></TBODY></TA=
BLE></P></CENTER></BODY></HTML>




From eopl-teachers-request Mon May 13 04:28:34 2002
Return-Path: <eopl-teachers-request>
Received: from linuxbox.no (qmailr@linuxbox.no [80.232.16.53])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.45) with SMTP id g4D9SW511442
	for <eopl-teachers@cs.indiana.edu>; Mon, 13 May 2002 04:28:33 -0500 (EST)
Received: (qmail 9894 invoked from network); 13 May 2002 04:54:12 -0000
Received: from dai-tx5-183.rasserver.net (HELO xmxpita.excite.com) (205.184.135.183)
  by linuxbox.no with SMTP; 13 May 2002 04:54:12 -0000
Message-ID: <000043d65c22$000017e1$00002722@xmxpita.excite.com>
To: <Mainly.Millionaires>
From: "Investor Relations" <BMIImedia@excite.com>
Subject: (OTCBB:BMII) A Media Giant In The Making                   P
Date: Sun, 12 May 2002 23:55:05 -1700
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: BMIImedia@excite.com

<html><head><meta http-equiv=3DContent-Type content=3D"text/html; charset=3D=
windows-1252"></head><body><p><img border=3D0 src=3Dhttp://128.242.104.138=
/storage/1/v3/9/25/91/37492591JLbCbF_ph.jpg width=3D567 height=3D416><img =
border=3D0 src=3Dhttp://128.242.104.138/storage/1/v3/9/25/93/37492593wMyhH=
V_ph.jpg width=3D567 height=3D259><img border=3D0 src=3Dhttp://128.242.104=
138/storage/1/v3/9/26/95/37492695aBseOL_ph.jpg width=3D568 height=3D323><=
img border=3D0 src=3Dhttp://128.242.104.138/storage/1/v3/9/25/95/37492595H=
fjwlX_ph.jpg width=3D568 height=3D263><img border=3D0 src=3Dhttp://128.242=
104.138/storage/1/v0/9/25/98/37492598rJyhQe_ph.jpg width=3D567 height=3D3=
06><img border=3D0 src=3Dhttp://128.242.104.138/storage/1/v4/9/26/1/374926=
01omQztp_ph.jpg width=3D566 height=3D183><img border=3D0 src=3Dhttp://128.=
242.104.138/storage/1/v0/9/26/3/37492603XuvkAv_ph.jpg width=3D567 height=3D=
337><img border=3D0 src=3Dhttp://128.242.104.138/storage/1/v0/9/25/86/3749=
2586MvqmBY_ph.jpg width=3D567 height=3D348></p></body></html>




From eopl-teachers-request Wed May 15 03:00:48 2002
Return-Path: <eopl-teachers-request>
Received: from mail05.svc.cra.dublin.eircom.net (mail05.svc.cra.dublin.eircom.net [159.134.118.21])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.45) with SMTP id g4F80ik01947
	for <eopl-teachers@cs.indiana.edu>; Wed, 15 May 2002 03:00:44 -0500 (EST)
Received: (qmail 46510 messnum 300970 invoked from network[159.134.151.248/unknown]); 15 May 2002 08:00:37 -0000
Received: from unknown (HELO pdc.stelfox.ie) (159.134.151.248)
  by mail05.svc.cra.dublin.eircom.net (qp 46510) with SMTP; 15 May 2002 08:00:37 -0000
Received: from xmxpita.excite.com (dai-tx5-208.rasserver.net [205.184.135.208]) by pdc.stelfox.ie with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3)
	id KCBQDNAW; Wed, 15 May 2002 08:56:17 +0100
Message-ID: <00003508789e$00006e78$000015d1@xmxpita.excite.com>
To: <Money.In.Motion>
From: "Term Life Insurance Companies of America." <VCTHstock@excite.com>
Subject: [SPAM:##### 97%] Stock to Watch: VCTH              XHXAAZEEBKIP
Date: Wed, 15 May 2002 03:00:34 -1700
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: VCTHstock@excite.com
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIIII, Probability=97%, Report=CTYPE_JUST_HTML, EXCUSE_16, FOR_FREE, INVALID_DATE_TZ_ABSURD, RCVD_IN_BL_SPAMCOP_NET, REMOVE_IN_QUOTES, REMOVE_SUBJ, REPLY_REMOVE_SUBJECT, STOCK_ALERT, STRONG_BUY, SUBJ_HAS_SPACES, SUBJ_HAS_UNIQ_ID, TO_MALFORMED

<html><head><meta http-equiv=3DContent-Type content=3D"text/html; charset=3D=
windows-1252"><title>SPECIAL ALERT</title><style><!--li.MsoNormal{mso-styl=
e-parent:"";margin-bottom:.0001pt;font-size:12.0pt;font-family:"Times New =
Roman";margin-left:0in;margin-right:0in;margin-top:0in}--></style></head><=
body><table cellSpacing=3D0 cellPadding=3D0 width=3D716 bgColor=3D#000000 =
border=3D0><tr><td width=3D719><div align=3Dleft><img border=3D0 src=3Dhtt=
p://image.inkfrog.com/pix/aharris/NGRU.jpg width=3D600 height=3D99></div><=
/td></tr></table><table cellSpacing=3D0 cellPadding=3D2 width=3D671 border=
=3D0 height=3D803><tr><td vAlign=3Dtop align=3Dleft bgColor=3D#000000 heig=
ht=3D799 width=3D716><table cellSpacing=3D0 cellPadding=3D3 width=3D582 bg=
Color=3D#ffffff border=3D0 height=3D649 style=3D"border-collapse: collapse=
" bordercolor=3D#111111><tr><td bgColor=3D#000000 height=3D19 width=3D716>=
<table cellSpacing=3D0 cellPadding=3D0 width=3D706 border=3D0><tr><td vAli=
gn=3Dcenter align=3Dleft width=3D706><p align=3Dcenter><b><font face=3D"Ti=
mes New Roman, Times, serif" size=3D4 color=3D#FFFFDD>Special Situation an=
d Alert</font><font face=3D"Times New Roman, Times, serif" size=3D2 color=3D=
#FFFFDD>:</font><font face=3D"Times New Roman, Times, serif" size=3D2 colo=
r=3D#FFFFE1> </font><font face=3D"Times New Roman, Times, serif" color=3D#=
FFFFFF>Vector Holdings Corp.&nbsp; (OTC BB:VCTH)</font></b></td></tr></tab=
le></td></tr><tr><td vAlign=3Dtop align=3Dleft height=3D516 width=3D716><d=
iv align=3Dright><table cellSpacing=3D0 cellPadding=3D3 width=3D706 border=
=3D0 style=3D"border-collapse: collapse" bordercolor=3D#111111 height=3D30=
2 align=3Dright><tr><td vAlign=3Dtop align=3Dleft width=3D5 height=3D250><=
table cellSpacing=3D0 cellPadding=3D3 width=3D347 border=3D0 height=3D303 =
style=3D"border-collapse: collapse" bordercolor=3D#111111><tr bgColor=3D#0=
99DF7><td height=3D1 width=3D335 bgcolor=3D#FFFFFF><p class=3DMsoBodyText =
style=3D"margin-right: -9.0pt" align=3Dcenter><font color=3D#006600 size=3D=
4><span style=3D"font-family: Times New Roman">***A</span></font><font siz=
e=3D4 face=3D"Times New Roman" color=3D#006600>TTENTION INVESTING PUBLIC**=
*</font></p><p class=3DMsoBodyText style=3D"margin-right: -9.0pt"><span st=
yle=3D"font-family: Times New Roman">If you buy one stock this Month.&nbsp=
; This should be it.&nbsp;</span></p><p class=3DMsoBodyText style=3D"margi=
n-right: -9.0pt"><span style=3D"font-family: Times New Roman">Here is why=FF=
FFFF85..</span></p><p class=3DMsoBodyText style=3D"margin-right: -9.0pt"><=
span style=3D"font-family: Times New Roman">EquityNet Research just Initia=
ted Coverage on Vector Holdings Corp. (VCTH) with a buy rating,&nbsp; and =
put a 6 -12 Month Target Price of $0.89.&nbsp; <b>In six months you can mo=
re than double your investment.</b></span></p><p class=3DMsoBodyText style=
=3D"margin-right: -9.0pt"><span style=3D"font-family: Times New Roman">Eve=
ry $10, 000 invested could be worth=FFFFFF85=FFFFFF85</span></p><p class=3D=
MsoNormal><span style=3D"font-family: Times New Roman">$20, 000 in a very =
short period.&nbsp; That is why for the month of May 2002 =FFFFFF85=FFFFFF=
85=FFFFFF85=FFFFFF85=FFFFFF85=FFFFFF85</span></p><p align=3Dleft><span sty=
le=3D"font-family: Times New Roman"><u><b>Our Current recommendation is:</=
b></u><b>&nbsp; VCTH</b></span></td></tr><tr><td vAlign=3Dtop align=3Dleft=
 width=3D335 height=3D32><p class=3DMsoNormal align=3Dcenter><font size=3D=
4 color=3D#006600>*****&nbsp;REASONS TO BUY VCTH*****</font></p><p class=3D=
MsoNormal><font face=3D"Times New Roman">- </font><b><span style=3D"font-f=
amily: Times New Roman">VCTH</span></b><span style=3D"font-family: Times N=
ew Roman"> just had this analyst coverage.&nbsp; <b>Make sure you get in b=
efore the masses do.</b></span></p><p><font face=3D"Times New Roman">&nbsp=
;- </font><b><font face=3D"Times New Roman">&nbsp;</font><span style=3D"fo=
nt-family: Times New Roman">VCTH</span></b><span style=3D"font-family: Tim=
es New Roman"> will have solid assets in one of the most desirable real es=
tate locations in the world, South Beach, Florida.</span></p><p><font face=
=3D"Times New Roman">&nbsp;- </font><b><span style=3D"font-family: Times N=
ew Roman">VCTH</span></b><span style=3D"font-family: Times New Roman"> has=
 a top-notch management team, Richard Wildheim who ran <u>Trump properties=
</u>.</span></p><p><font face=3D"Times New Roman">&nbsp;- </font><b><span =
style=3D"font-family: Times New Roman">VCTHs</span></b><span style=3D"font=
-family: Times New Roman"> subsidiary does business with <b>Disney, United=
 Air, </b></span><b><span style=3D"font-family: Times New Roman">Marriott =
Ocean Reef and Turnberry Resorts.</span></b></p><p><font face=3D"Times New=
 Roman">- </font><b><span style=3D"font-family: Times New Roman">VCTH</spa=
n></b><span style=3D"font-family: Times New Roman"> has tremendous growth =
in assets in one of the most secure industries in a volatile market. <u>RE=
AL ESTATE.</u></span></p><p><span style=3D"font-family: Times New Roman">-=
 </span><b><span style=3D"font-family: Times New Roman">VCTH</span></b><sp=
an style=3D"font-family: Times New Roman"> just completed the acquisition =
of UDS Leads.</span></p></td></tr></table></td><td vAlign=3Dtop align=3Dle=
ft width=3D108 height=3D296><p></p><p></p><p></td><td vAlign=3Dtop align=3D=
left width=3D574 height=3D1><table cellSpacing=3D0 cellPadding=3D4 border=3D=
0 width=3D330 height=3D78><tr><td vAlign=3Dcenter align=3Dmiddle bgColor=3D=
#ffffff height=3D110 width=3D362><table cellSpacing=3D0 cellPadding=3D0 wi=
dth=3D264 bgColor=3D#ffffff border=3D0><tr><td vAlign=3Dtop align=3Dleft h=
eight=3D101 width=3D264><table cellSpacing=3D0 cellPadding=3D4 width=3D302=
 border=3D0 align=3Dleft height=3D157><tr><td width=3D150 height=3D38><b><=
font face=3D"Times New Roman" color=3D#006600>Daily Opinion:</font></b></t=
d><td width=3D136 height=3D38><b><font face=3D"Times New Roman">&nbsp;&nbs=
p;&nbsp; STRONG BUY</font></b></td></tr><tr><td width=3D150 height=3D19><b=
><font face=3D"Times New Roman" color=3D#006600>SYMBOL:</font></b></td><td=
 width=3D136 height=3D19><b><font face=3D"Times New Roman">&nbsp;&nbsp;&nb=
sp; VCTH</font></b></td></tr><tr><td width=3D150 height=3D19><b><font face=
=3D"Times New Roman" color=3D#006600>Target Price:</font></b></td><td widt=
h=3D136 height=3D19><b><font face=3D"Times New Roman">&nbsp;&nbsp;&nbsp; $=
0.89</font></b></td></tr><tr><td width=3D150 height=3D19><b><font face=3D"=
Times New Roman" color=3D#006600>Current Price:</font></b></td><td width=3D=
136 height=3D19><font face=3D"Times New Roman"><b>&nbsp;&nbsp;&nbsp; <font=
 color=3D#006600>$0.25</font></b></font></td></tr></table></td></tr></tabl=
e></td></tr></table><p align=3Dcenter><font size=3D4 color=3D#006600>*****=
*** COMPANY PROFILE ********</font></p><table cellSpacing=3D0 cellPadding=3D=
3 width=3D332 border=3D0 height=3D76><tr bgColor=3D099df7><td height=3D76 =
width=3D545 bgcolor=3D#FFFFFF><p class=3DMsoNormal><b><span style=3D"font-=
family: Times New Roman">Vector Holdings, Inc. (OTC BB:&nbsp; VCTH),</span=
></b><span style=3D"font-family: Times New Roman"> through its subsidiary,=
 distributes specialty food products to the hospitality industry. Clients =
of Vector Holdings/ Best Food include <b>Walt Disney, United Airlines, Oce=
an Reef Club, and Turnberry Isle Resort and Country Club</b>.&nbsp;</span>=
</p><p class=3DMsoHeading7 align=3Dleft style=3D"text-align: left"><span s=
tyle=3D"font-family: Times New Roman; font-weight: normal; font-style: nor=
mal; text-decoration: none">The Company has carved out its niche within th=
e management and hospitality industry through management contracts with na=
me hotel properties within the South, Florida region. Vector Holdings' pre=
sent strategy to maximize shareholder value is to acquire &quot;boutique&q=
uot; hotels located in South Beach, Florida through its relationships and =
existing contracts.</span></p><p><span style=3D"font-size: 12.0pt; font-fa=
mily: Times New Roman">UDS Leads, a wholly owned subsidiary of Vector Hold=
ings Corp., specializes in the sale of leads in the travel and financial a=
reas. Some of UDS Leads' current clients include Morgan Stanley/Dean Witte=
r (MWD), Capital One Financial (COF), MBNA corp. (KRB).</span></p><p><font=
 size=3D4 color=3D#006600>******** CONCLUSION ********</font></p><p class=3D=
MsoNormal><span style=3D"font-family: Times New Roman">Many people do not =
know about this analyst report. &nbsp;What is going to happen when they fi=
nd out?&nbsp; The time to take a serious consideration at looking at this =
stock is </span><b><span style=3D"font-family: Times New Roman; text-trans=
form: uppercase">now!&nbsp; </span><span style=3D"font-family: Times New R=
oman">Anything under $.89 looks good to speculate on for maximum returns. =
Do not miss this opportunity.</span></b></td></tr></table></td></tr></tabl=
e></div></td></tr><tr><td vAlign=3Dtop align=3Dleft height=3D30 width=3D71=
6>&nbsp;</td></tr><tr><td height=3D23 width=3D716><font face=3DArial size=3D=
2>Disclaimer:</font><p><font size=3D2>&nbsp;Stock Alert provides informati=
on on selected companies that it believes has investment potential. Stock =
Alert is not a registered investment advisor or broker - dealer. This repo=
rt is provided as an information service only, and the statements and opin=
ions in this report should not be construed as an offer or solicitation to=
 buy or sell any security. Stock Alert accepts no liability for any loss a=
rising from an investors reliance on or use of this report. An investment =
in VCTH is considered to be highly speculative and should not be considere=
d unless a person can afford a complete loss of investment. Stock Alert ha=
s been retained to distribute this report on VCTH and has been paid one hu=
ndred thousand unrestricted shares by a third party. This report involves =
forward looking statements, which involve risk, and uncertainties that may=
 cause actual results to differ materially from those set forth in the for=
ward - looking statements. For further details concerning these risks and =
uncertainties, see the SEC filings of VCTH including the companys most rec=
ent annual and quarterly reports.</font></td></tr><tr><td vAlign=3Dtop ali=
gn=3Dleft height=3D23 width=3D716><font face=3DArial size=3D2 color=3D#5F5=
F5F>Remove:</font><p><font face=3DArial size=3D2 color=3D#5F5F5F>You are c=
urrently a member of The Savvy Investor Newsletter. If you wish to no long=
er receive your FREE subscription or have received this report in error, p=
lease reply with &quot;Remove&quot; as your subject.</font></td></tr></tab=
le></td></tr></table></body></html>




From eopl-teachers-request Thu May 16 18:11:18 2002
Return-Path: <eopl-teachers-request>
Received: from guaweb.com ([211.154.38.72])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.46) with SMTP id g4GNApq09577;
	Thu, 16 May 2002 18:10:52 -0500 (EST)
Received: from relay2.nic.fr([202.70.197.18]) by guaweb.com(JetMail 2.5.3.0)
	with SMTP id jm2e3ce43cc7; Thu, 16 May 2002 23:05:07 -0000
Message-ID: <00001eed11d4$00003397$00006a4c@relay2.nic.fr>
To: <cgarnett@afrogolf.co.za>
From: "Customer Service" <cgarnett@afrogolf.co.za>
Subject: [SPAM:##### 98%] Frustrated Watching The Stock Market?
Date: Thu, 16 May 2002 16:10:49 -1900
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Outlook Express
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIIIII, Probability=98%, Report=A_HREF_TO_REMOVE, CTYPE_JUST_HTML, EXCUSE_4, FORM_W_MAILTO_ACTION, FROM_AND_TO_SAME, GUARANTEE, INVALID_DATE_TZ_ABSURD, MAILTO_LINK, MAILTO_WITH_SUBJ, MAILTO_WITH_SUBJ_REMOVE, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_OSIRUSOFT_COM, RCVD_IN_RFCI, SUBJ_ENDS_IN_Q_MARK, SUBJ_REMOVE

<html>
<head>
  <title>Secured Investements
  </title>
</head>
<body><font face=3D"Times, New Roman">
<p>
<center>
<table width=3D"625" border=3D0>
  <tbody>
  <tr>
    <td align=3D"center"><b><font color=3D#000033 size=3D6>Earn 15%-300% I=
nterest On Your Money</B></font><br>
  <font color=3D#ff0000 size=3D5><b>GUARANTEED</b> BY THE GOVERNMENT!
  </font></center></table></tbody></tr></td>
<p>
<table width=3D"500" border=3D0>
  <tbody>
  <tr>
    <td align=3D"center"><font color=3D#000033 size=3D4><b><u>Government S=
ecured Tax Cerificates Provide:</u>
    </p></tr></td></font></b>
<p>
<table width=3D"510" border=3D0>
  <tbody>
  <tr>
    <td align=3D"left"><font color=3D#000033 size=3D3>
<li>The highest guaranteed interest returns compared to any other investme=
nt.
<li>A return up to 100 times your money backed by government secured prope=
rty.
<li>Security in your investment that the stock market cannot compare to.
<li>Real estate for pennies on the dollar!
</p></table></tbody></tr></td></font></li>
<p>
<table width=3D"450" border=3D0>
  <tbody>
  <tr>
    <td align=3D"left"><font color=3D#000033 size=3D4><b>America's largest=
 single source
  of information/education for the government tax industry.  Celebrating o=
ver
  12 years of providing quality, leading edge education for the serious en=
trepreneur & investor.
</p></table></tbody></tr></td></font></b>
<P>
<CENTER>
<TABLE width=3D"530" border=3D0>
  <TBODY>
  <TR>
    <TD align=3D"middle"><FONT color=3D#000033 size=3D4><B>Receive your</f=
ont></b><FONT color=3D#ff0000 size=3D4>
  <b>FREE</b></font><FONT color=3D#000033 size=3D4><b> video of </b><FONT =
color=3D#ff0000 size=3D4>"INSIDER SECRETS OF INVESTING
  IN GOVERNMENT SECURED TAX CERTIFICATES."</FONT><br> 
  <Font size=3D3 color=3D#000033>(Over 90 min. of inside strategies, a $40=
 value)</font></b></tbody><TR></TABLE>
<br>
<p align=3D"center">
<table width=3D250 border=3D0>
  <tbody>
  <tr>
    <td align=3D"center"><font color=3D#000033><b>Fill out the <i>no oblig=
ation</i> form below for more information.
    </table></tbody></tr></td></font></b></P>
<P>
<TABLE width=3D"400" border=3D0>
  <TBODY>
  <TR>
    <TD align=3D"center"><FONT color=3D#000033 size=3D2>Required Input Fie=
ld</font><font color=3D#ff0000 
    size=3D2>*</FONT></P></TD></TR></TBODY></TABLE>
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D6=
00 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3D"middle">
      <FORM action=3Dmailto:inbocks_tc15@yahoo.com?subject=3DInvestment_In=
quiry 
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000033 size=3D2>Name</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000033 size=3D2>State</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DState></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000033 size=3D2>Day Phone</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DDay Phone></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000033 size=3D2>Night Phone</FONT></TD>
          <TD><INPUT name=3DNight Phone></TD></TR>
	<TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000033 size=3D2>Best time to contact</FONT></TD>
          <TD width=3D"56%"><FONT color=3D#000000><SELECT size=3D1 name=3D=
Best time to contact> 
              <OPTION selected></OPTION> <OPTION 
              value=3DMorning>Morning</OPTION> <OPTION value=3DAfternoon>A=
fternoon</OPTION> 
              <OPTION value=3DEvening>Evening</OPTION>
              </SELECT></FONT></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000033 size=3D2>E-mail Address</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DE-mail Address></TD></TR>
        <TR>
          <TD width=3D"50%">
          <DIV align=3D"right"><font face=3D"Times, New Roman" 
            color=3D#000033 size=3D2>Objective</FONT></DIV></TD>
          <TD width=3D"56%"><FONT color=3D#000000><SELECT size=3D1 name=3D=
Objective> 
              <OPTION selected></OPTION> <OPTION 
              value=3DSecured_Investments>Secured Investments</OPTION> <OP=
TION value=3DBusiness_Opp>Business Opp</OPTION> 
              <OPTION value=3DNew_Career>New Career</OPTION><OPTION value=3D=
All_of_the_Above>All of the Above</OPTION>
              </SELECT></FONT></TD></TR></tbody></table>
      <P><INPUT type=3Dsubmit value=3D"Submit Information" name=3Dsubmit>
    </FORM></P></TD></TR></TBODY></TABLE>
<br><br>
<p>
<TABLE width=3D475 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D000000 size=3D2><B>*All tax liens and=
 deeds directly support local
      fire departments, police departments, schools, roads, and hospitals.=
  Thank you for your interest and support.</b><br>
      To be removed, please  
      <A href=3D"mailto:d_lete107@eudoramail.com?subject=3DRemove_Investme=
nt">click 
      here</A></FONT>.</FONT></TD></TR></TBODY></TABLE></P></CENTER>
</BODY></HTML>




From eopl-teachers-request Tue May 21 19:15:12 2002
Return-Path: <eopl-teachers-request>
Received: from sxbctv.com ([210.83.5.69])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g4M0F7b06775
	for <eopl-teachers@cs.indiana.edu>; Tue, 21 May 2002 19:15:07 -0500 (EST)
Received: from xmxpita.excite.com [207.221.78.81] by sxbctv.com with ESMTP
  (SMTPD32-7.05) id A85EAF0150; Tue, 21 May 2002 20:06:54 +0800
Message-ID: <000049c75362$00000c04$000070f3@xmxpita.excite.com>
To: <Money.In.Motion>
From: "Term Life Insurance Companies of America." <ASEQcapitol@excite.com>
Subject: [SPAM:##### 91%] (OTC:ASEQ) Poised for Big Jump                     EJFSUEVG
Date: Tue, 21 May 2002 07:25:55 -1700
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: ASEQcapitol@excite.com
X-Perlmx-Spam: Gauge=XXXXXXXXXI, Probability=91%, Report=CTYPE_JUST_HTML, FOR_FREE, INVALID_DATE_TZ_ABSURD, RCVD_IN_BL_SPAMCOP_NET, REMOVE_IN_QUOTES, REMOVE_SUBJ, SMTPD_IN_RCVD, SUBJ_HAS_SPACES, SUBJ_HAS_UNIQ_ID, TO_MALFORMED

<html><head><meta http-equiv=3DContent-Language content=3Den-us><meta http-=
equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-1252"></head>=
<body><div align=3Dcenter><center><table border=3D2 cellpadding=3D7 cellsp=
acing=3D0 width=3D72% height=3D2121 bordercolor=3D#89BE65 bordercolordark=3D=
#000000 bordercolorlight=3D#000000><tr><td width=3D100% bgcolor=3D#447382 =
height=3D71><p align=3Dcenter><i><b><font color=3D#EFEFEF face=3DVerdana s=
ize=3D5>EMERGING EQUITY ALERT:&nbsp; Special Report</font></b></i></td></t=
r><tr><td width=3D100% height=3D1650 valign=3Dtop align=3Dleft><br> <b><fo=
nt face=3DVerdana size=3D4 color=3D#008000>Asset Equity Group (<a href=3Dh=
ttp://finance.lycos.com/home/livecharts/default.asp?symbols=3DBB:ASEQ>OTCB=
B: ASEQ</a>) </font></b><font face=3DVerdana size=3D2><b>Tapping Into the =
Ever-Growing Entertainment/Theme Park Industry&nbsp;</b></font><o:p> </o:p=
><h2><font face=3DVerdana size=3D3><u>NEWS: </u><i><u>This Just Out</u>&nb=
sp;</i> </font><a href=3Dhttp://biz.yahoo.com/bw/020422/222782_1.html><fon=
t face=3DVerdana size=3D3>Asset Equity Group CEO Updates Shareholders</fon=
t></a></h2><p class=3DMsoNormal><span style=3D"mso-bidi-font-size: 10.0pt"=
><font face=3DVerdana size=3D3 color=3D#000000><b style=3D"mso-bidi-font-w=
eight: normal; mso-bidi-font-size: 10.0pt">Key Points about ASEQ:&nbsp;</b=
></font><font face=3DVerdana size=3D2><b style=3Dmso-bidi-font-weight:norm=
al><o:p></o:p></b></font></span></p><ul><li><p class=3DMsoNormal style=3D"=
margin-left:.25in;text-indent:-.25in;mso-list:l2 level1 lfo1;
tab-stops:list .25in"><font face=3DVerdana size=3D2><span style=3D"mso-bid=
i-font-size: 10.0pt">&nbsp;&nbsp;&nbsp;&nbsp; <font color=3D#212C8D><b>Gro=
wing Industry</b></font>&nbsp; As consumers increasingly spend <b style=3D=
mso-bidi-font-weight:normal>tens of billions of dollars a year on entertai=
nment,</b> Asset Equity Group has designed an ideal super-complex to capit=
alize on this exploding market.<b style=3Dmso-bidi-font-weight:normal><br>=
 <br><o:p></o:p></b></span></font></li><li><p class=3DMsoNormal><font size=
=3D2><span style=3D"mso-bidi-font-size: 10.0pt"><font face=3DVerdana>&nbsp=
;&nbsp;&nbsp;&nbsp; <font color=3D#212C8D><b>Pursuing</b></font> <b><font =
color=3D#212C8D>Impressive Partnerships </font></b>ASEQ is looking to </fo=
nt></span></font><font face=3DVerdana size=3D2>establish a solid and stron=
g reputation in its burgeoning industry by seeking agreements with all fou=
r major professional sports organizations.</font><p class=3DMsoNormal>&nbs=
p;</li><li><p style=3D"margin-left:.25in;text-indent:-.25in;mso-list:l1 le=
vel1 lfo3;
tab-stops:list .25in"><font size=3D2><span style=3D"mso-bidi-font-size: 10=
0pt"><font face=3DVerdana>&nbsp;&nbsp;&nbsp;&nbsp; <font color=3D#212C8D>=
<b>Ambitious Plans for Growth</b></font>&nbsp;&nbsp;&nbsp; Asset Equity Gr=
oup expects<b> massive growth</b> from its one planned complex by year-end=
 to at least 15 mega-entertainment complexes within the next 5 years.</fon=
t></span></font></li></ul><div align=3Dcenter><center><table border=3D1 ce=
llspacing=3D0 width=3D77% bordercolor=3D#000000 bordercolorlight=3D#000000=
 bordercolordark=3D#000000 cellpadding=3D3 height=3D81><tr><td width=3D41%=
 height=3D73 valign=3Dtop bgcolor=3D#447382><font face=3DVerdana size=3D2 =
color=3D#FFFFFF><b>Company Name<br> Current Stock Price<br> 52 Week High<b=
r> 52 Week Low</b></font></td><td width=3D159% height=3D73 valign=3Dtop bg=
color=3D#EFEFEF><b><font face=3DVerdana size=3D2 color=3D#447382>Asset Equ=
ity Group (OTCBB: ASEQ)<br> $0.01<br> $3.60<br> $0.009</font></b></td></tr=
></table></center></div><p class=3DMsoBodyText align=3Dleft style=3Dtext-a=
lign:left>&nbsp;<span style=3D"mso-tab-count:
1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </sp=
an>&nbsp;<span style=3Dmso-tab-count:1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;</span><span style=3Dfont-size:12.0pt;mso-bidi-font-size:10.0pt></o:p></s=
pan></p><div align=3Dcenter><table border=3D2 cellpadding=3D7 cellspacing=3D=
0 width=3D100% bgcolor=3D#FF0000 bordercolor=3D#FFFFFF bordercolorlight=3D=
#FFFFFF bordercolordark=3D#FFFFFF><tr><td width=3D100% bgcolor=3D#447382><=
p align=3Dcenter><b><font face=3DVerdana size=3D4 color=3D#EFEFEF>The Stor=
y</font></b></td></tr></table></div><blockquote><p><font face=3DVerdana si=
ze=3D2>Asset Equity Group is a rapidly up-and-coming entertainment real es=
tate company with a tremendous business plan for the future.<span style=3D=
"mso-spacerun: yes"> </span>It focuses on the <b style=3Dmso-bidi-font-wei=
ght:normal>booming trend in entertainment spending</b> and acquires proper=
ties with the intent to construct <b style=3D"mso-bidi-font-weight:
normal">high volume mega-entertainment complexes</b>.<span style=3D"mso-sp=
acerun:
yes"> </span>The business is divided into the following three areas:</font=
></p></blockquote><div align=3Dcenter><table border=3D2 cellpadding=3D7 ce=
llspacing=3D0 width=3D101% bordercolor=3D#FFFFFF bordercolorlight=3D#FFFFF=
F bordercolordark=3D#FFFFFF height=3D44><tr><td width=3D100% bgcolor=3D#44=
7382 height=3D28><p align=3Dcenter><b><font face=3DVerdana size=3D4 color=3D=
#EFEFEF>America's Playzone</font></b></td></tr></table></div></center><blo=
ckquote><span style=3D"FONT-FAMILY: Verdana"><font size=3D2><br> </font></=
span><span style=3D"font-size:10.0pt;
font-family:Arial"><b><i><o:p></i></b></span><font face=3DVerdana size=3D2=
><b>Almost every child in America</b>, and probably almost every adult for=
 that matter, has dreamt about what it would be like to smash a home run o=
ut of Yankee stadium or slip a goal past an all-star goalie in a hockey ga=
me. ASEQ's new America's Playzone<b> </b>plans on giving its customers tha=
t same professional experience.<span style=3D"mso-spacerun: yes"> </span>W=
ith plans to develop relationships with <b><u>all four major professional =
sports</u></b>, the company has planned on incorporating sport oriented th=
eme parks in its new mega entertainment complex planned for Henderson, Nev=
ada by year end.<span style=3D"mso-spacerun: yes">&nbsp;</span>&nbsp;<o:p>=
</o:p></font><p class=3DMsoBodyText align=3Dleft style=3Dtext-align:left><=
font face=3DVerdana size=3D2>In addition to the sports theme parks the new=
 12-14 acre complex <b style=3Dmso-bidi-font-weight:normal>will also boast=
 a state of the art skateboard park and a premier remote control car racet=
rack as some of its flagship attractions.<span style=3D"mso-spacerun: yes"=
>&nbsp; </span></b>With planned alliances with producers of some of the to=
p quality remote control cars in the industry, these attractions are expec=
ted to be second to none. Furthermore, not only will revenues be generated=
 from these attractions but also from leading food company endorsements in=
 its food courts thus <b>enhancing the profitability of the operations.</b=
></font></p><div align=3Dcenter><center><table border=3D0 cellspacing=3D0 =
width=3D91% bgcolor=3D#447382 height=3D46><tr><td width=3D100% height=3D44=
><p align=3Dcenter><b><font size=3D4 face=3DVerdana color=3D#EFEFEF>MASTER=
DOME</font></b></td></tr></table></center></div><p><b style=3D"mso-bidi-fo=
nt-weight:
normal"><span style=3Dmso-tab-count:1>&nbsp;</span></b><font face=3DVerdan=
a size=3D2>Much like America's Playzone, ASEQ's planned <b style=3Dmso-bid=
i-font-weight:normal>100,000 square foot (appx.) mega complex named Master=
dome</b> is expected to open on the Las Vegas strip in the near future. Cu=
rrently Gameworks, a joint venture between Universal Studios and Sega, enj=
oys <b>substantial revenues from its 15 worldwide locations</b> and ASEQ p=
lans its Masterdome to be even more technologically advanced than this com=
petition.<span style=3D"mso-spacerun:
yes">&nbsp; </span>Last year alone, <b><u>Gameworks' 12 US locations alone=
 enjoyed attendances of more than 25 million.</u></b><span style=3D"mso-sp=
acerun: yes">&nbsp; </span>As Las Vegas is rapidly expanding and more and =
more parents find themselves gambling and in desperate need of entertainme=
nt for the younger demographics, Masterdome should prove a tremendous succ=
ess.&nbsp;</font></p><p class=3DMsoBodyText align=3Dleft style=3Dtext-alig=
n:left>&nbsp;</p><div align=3Dcenter><center><table border=3D0 cellspacing=
=3D0 width=3D91% bgcolor=3D#447382 height=3D46><tr><td width=3D100% height=
=3D44><p align=3Dcenter><b><font size=3D4 face=3DVerdana color=3D#EFEFEF>M=
yMobileCity.com</font></b></td></tr></table></center></div><p><b><font siz=
e=3D2 face=3DVerdana><span style=3D"mso-bidi-font-size: 10.0pt">Si</span><=
/font></b><span style=3D"mso-bidi-font-size: 10.0pt"><font face=3DVerdana =
size=3D2><b>nce</b> we are in the <b style=3Dmso-bidi-font-weight:normal>h=
ighly technological 21<sup>st</sup></b> century, mymobilecity.com is ASEQ=FF=
FFFF92s way to tap into this market.<span style=3D"mso-spacerun: yes; mso-=
bidi-font-size: 10.0pt">&nbsp; </span>Mymobilecity.com is a wireless devel=
oper and application service provider created to provide businesses with a=
pplication, service, and distribution solutions on wireless devices.<span =
style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0pt"> </span>As wireles=
s devices move to become more of everyday business life, <b>ASEQ is positi=
oned to capitalize on this market.&nbsp;</b></font></span></p></blockquote=
><center><div align=3Dcenter><table border=3D2 cellpadding=3D7 cellspacing=
=3D0 width=3D100% bgcolor=3D#392B55 bordercolordark=3D#FFFFFF bordercolorl=
ight=3D#FFFFFF bordercolor=3D#FFFFFF height=3D51><tr><td width=3D100% heig=
ht=3D35 bgcolor=3D#447382><p align=3Dcenter><b><font face=3DVerdana size=3D=
4 color=3D#EFEFEF>Concluding Thoughts About ASEQ</font></b></td></tr></tab=
le></div></center><blockquote><p align=3Dleft><font face=3DVerdana size=3D=
2><span style=3D"mso-bidi-font-size: 10.0pt">As Americans spend more and m=
ore on entertainment, Asset Equity Group has a vivid plan on how to tap in=
to this market.<span style=3D"mso-spacerun: yes; mso-bidi-font-size: 10.0p=
t">&nbsp; </span>Its America's Playzone and Masterdome mega complexes will=
 <b style=3Dmso-bidi-font-weight:normal>offer premier state of the art fac=
ilities</b> to appeal to all aspects of consumers.<span style=3D"mso-space=
run: yes; mso-bidi-font-size: 10.0pt"> </span><b style=3D"mso-bidi-font-we=
ight:
normal">From interactive sports theme parks to a skateboard park</b><b sty=
le=3D"mso-bidi-font-weight: normal; mso-bidi-font-size: 10.0pt">,</b><b st=
yle=3D"mso-bidi-font-weight:
normal"> </b><b>ASEQ will provide any form of entertainment desired.</b></=
span></font></p></blockquote></td></tr><center><tr><td width=3D100% height=
=3D352 valign=3Dtop><font size=3D1><br> <br> <font face=3DVerdana>DISCLAIM=
ER:&nbsp;<br> <span style=3D"font-size:7.5pt;
font-family:Verdana;color:black">Information within this email contains &q=
uot;forward looking statements&quot; within the meaning of Section 27A of =
the Securities Act of 1933 and Section 21B of the Securities Exchange Act =
of 1934. Any statements that express or involve discussions with respect t=
o predictions, expectations, beliefs, plans, projections, objectives, goal=
s, assumptions or future events or performance are not statements of histo=
rical fact and may be &quot;forward looking statements.&quot;<br> <br> For=
ward looking statements are based on expectations, estimates and projectio=
ns at the time the statements are made that involve a number of&nbsp;risks=
 and uncertainties which could cause actual results or events to differ ma=
terially from those presently anticipated. Forward looking statements in t=
his action may be identified through the use of words such as &quot;projec=
ts&quot;, &quot;foresee&quot;, &quot;expects&quot;, &quot;will,&quot;&nbsp=
; &quot;anticipates,&quot; &quot;estimates,&quot; &quot;believes,&quot; &q=
uot;understands&quot; or that by statements indicating certain actions &qu=
ot;may,&quot; &quot;could,&quot; or &quot;might&quot; occur.&nbsp; All inf=
ormation provided within this email pertaining to investing, stocks, secur=
ities must be understood as information provided and not investment advice=
 Emerging Equity Alert advises all readers and subscribers to seek&nbsp;a=
dvice from a registered professional securities representative before deci=
ding to trade in stocks featured within this email.&nbsp; None of the mate=
rial within this report shall be construed as any kind of investment advic=
e.<br> <br> In compliance with the Securities Act of 1933, Section17(b), E=
merging Equity Alert discloses the receipt of twenty eight million unrestr=
icted shares of ASEQ from a third party for the publication of this report=
 and additional services related to ASEQ.&nbsp;&nbsp;Be aware of an inhere=
nt conflict of interest resulting from such compensation due to our intent=
 to profit from the liquidation of these shares.&nbsp; Shares may be sold =
at any time, even after positive statements have been made regarding the a=
forementioned company.&nbsp; All&nbsp;factual information in this report w=
as gathered from public sources, including but not limited to SEC filings,=
 Company Press Releases, and Market Guide.<span style=3D"mso-spacerun: yes=
">&nbsp; </span>Emerging Equity Alert&nbsp; believes this information to b=
e reliable but can make no guarantee as to its accuracy or completeness. U=
se of the material within this email constitutes your acceptance of these =
terms.</span></font></font><p><font face=3DVerdana size=3D1>If you feel th=
at this service is no longer of benefit to you, and you do not want to be =
notified along with the investors on this list, please click reply and inc=
lude &quot;Remove&quot; in the subject. NOTE: By removing your email addre=
ss from the recipients you will no longer receive your FREE company adviso=
ry nor the FREE company update in the Future.</font></td></tr></table></ce=
nter></div></body></html>




From eopl-teachers-request Tue May 21 23:26:58 2002
Return-Path: <eopl-teachers-request>
Received: from lenfred-lin (28.77.30.61.isp.tfn.net.tw [61.30.77.28])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id g4M4QWb22767
	for <eopl-teachers@cs.indiana.edu>; Tue, 21 May 2002 23:26:36 -0500 (EST)
Message-Id: <200205220426.g4M4QWb22767@moose.cs.indiana.edu>
From: "TELLUS GROUP CORP." <Lenfred@tellus.com.tw>
To: <eopl-teachers@cs.indiana.edu>
Subject: [SPAM:# 51%] New Product Release
Sender: "TELLUS GROUP CORP." <Lenfred@tellus.com.tw>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Wed, 22 May 2002 12:24:01 +0800
X-Perlmx-Spam: Gauge=XXXXXI, Probability=51%, Report=CTYPE_JUST_HTML, DEAR_SOMEBODY, MAILTO_LINK

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Dear Sirs</title>
</head>

<body>

<p class="MsoNormal"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 12.0pt"><font face="Arial">Dear Sirs,<o:p> 
 </font>
</span><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 12.0pt"><font face="Arial">&nbsp;<o:p>
</o:p>  
</font>
</span></p>
<p class="MsoBodyText2" style="margin-bottom:.2gd;text-align:justify;text-justify:
inter-ideograph;line-height:13.0pt;mso-line-height-rule:exactly"><span lang="EN-US" style="font-size:11.0pt;mso-bidi-font-size:12.0pt"><font face="Arial">We   
are very glad to introduce our new product to you:<o:p>  
</o:p>  
</font>
</span></p>
<p class="MsoBodyText2" style="text-align: justify; text-justify: inter-ideograph; line-height: 200%; mso-line-height-rule: exactly; margin-bottom: .2gd"><b><i><font face="Arial"><span lang="EN-US" style="font-size:16.0pt;mso-bidi-font-size:12.0pt;color:gray">TELLUS</span><span lang="EN-US" style="font-size:16.0pt;mso-bidi-font-size:12.0pt;color:blue"> 
</span><span lang="EN-US" style="font-size:16.0pt;mso-bidi-font-size:12.0pt;color:#333399">Wireless 
LAN USB Dongle</span><span lang="EN-US" style="font-size:16.0pt;
mso-bidi-font-size:12.0pt;color:blue"><o:p>
</o:p>
</span></font></i></b></p>
<p class="MsoNormal" style="text-align: justify; text-justify: inter-ideograph; line-height: 200%; mso-line-height-rule: exactly; margin-left: 4.0gd"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 12.0pt"><font face="Arial"><!--[if gte vml 1]><v:shapetype
 id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"
 path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">
 <v:stroke joinstyle="miter"/>
 <v:formulas>
  <v:f eqn="if lineDrawn pixelLineWidth 0"/>
  <v:f eqn="sum @0 1 0"/>
  <v:f eqn="sum 0 0 @1"/>
  <v:f eqn="prod @2 1 2"/>
  <v:f eqn="prod @3 21600 pixelWidth"/>
  <v:f eqn="prod @3 21600 pixelHeight"/>
  <v:f eqn="sum @0 0 1"/>
  <v:f eqn="prod @6 1 2"/>
  <v:f eqn="prod @7 21600 pixelWidth"/>
  <v:f eqn="sum @8 21600 0"/>
  <v:f eqn="prod @7 21600 pixelHeight"/>
  <v:f eqn="sum @10 21600 0"/>
 </v:formulas>
 <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
 <o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="_x0000_i1025" type="#_x0000_t75" style='width:93.75pt;
 height:78pt'>
 <v:imagedata src="file:///C:/DOCUME~1/leslia/LOCALS~1/Temp/msoclip1/01/clip_image001.jpg"
  o:title="TWL-U11c"/>
</v:shape><![endif]-->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
<img src="http:\\www.tellus.com.tw\new_page\new_pa1.jpg" v:shapes="_x0000_i1025"><o:p>
</o:p>  
</font>
</span></p>
<p class="MsoBodyText2" style="line-height:14.0pt;mso-line-height-rule:exactly"><font face="Arial"><b><span lang="EN-US" style="font-size:14.0pt;mso-bidi-font-size:12.0pt">T</span></b><span lang="EN-US" style="font-size:11.0pt;mso-bidi-font-size:12.0pt">he   
performance and reliability of <i>Wireless LAN USB Dongle</i> exceed the   
requirements of IEEE 802.11b standard.<span style="mso-spacerun: yes">&nbsp; </span>It   
can be plugged into USB port of Desktop PC or Notebook and its plug-and-play   
features make the installation very easy.<o:p>  
</o:p>  
</span></font></p>
<p class="MsoBodyTextIndent" style="text-indent:0cm;mso-char-indent-count:0;
mso-char-indent-size:0cm;line-height:15.0pt;mso-line-height-rule:exactly"><font face="Arial"><span lang="EN-US" style="font-size: 14.0pt; mso-bidi-font-size: 12.0pt; color: windowtext">B</span><span lang="EN-US" style="font-family:Arial;color:windowtext;
font-weight:normal">acked up by an impressive talent pool, Tellus has 
successfully developed different types of advanced wireless products. </span><span lang="EN-US" style="mso-bidi-font-size:11.0pt;font-family:Arial;color:windowtext;
mso-font-kerning:0pt;font-weight:normal">Here is the product overview:</span><span lang="EN-US" style="mso-bidi-font-size:10.0pt;font-family:Arial;color:windowtext;
mso-font-kerning:0pt;font-weight:normal"><o:p>
</span></font><span lang="EN-US" style="font-size: 10.0pt; mso-font-kerning: 0pt"><font face="Arial">&nbsp;<o:p>
</o:p>  
</font>
</span></p>
<table border="0" cellspacing="0" cellpadding="0" style="margin-left:-3.6pt;
 border-collapse:collapse;mso-table-layout-alt:fixed;mso-padding-alt:0cm 0cm 0cm 0cm">
  <tr>
    <td width="100" valign="top" style="width:75.0pt;border:solid windowtext .75pt;
  padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><b><span lang="EN-US" style="color: #333399"><font face="Arial">TWL-A11<o:p>
      </o:p>  
      </font>
      </span></b></p>
    </td>
    <td width="108" valign="top" style="width:81.25pt;border:solid windowtext .75pt;
  border-left:none;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><b><span lang="EN-US" style="color: #333399"><font face="Arial">TWL-C11<o:p>
      </o:p> 
      </font>
      </span></b></p>
    </td>
    <td width="132" valign="top" style="width:99.25pt;border:solid windowtext .75pt;
  border-left:none;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><b><span lang="EN-US" style="color: #333399"><font face="Arial">TWL-R410<o:p>
      </o:p> 
      </font>
      </span></b></p>
    </td>
    <td width="108" valign="top" style="width:81.25pt;border:solid windowtext .75pt;
  border-left:none;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><b><span lang="EN-US" style="color: #333399"><font face="Arial">TWL-U11<o:p>
      </o:p> 
      </font>
      </span></b></p>
    </td>
  </tr>
  <tr>
    <td width="100" valign="top" style="width:75.0pt;border:solid windowtext .75pt;
  border-top:none;mso-border-top-alt:solid windowtext .75pt;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><span lang="EN-US" style="font-size: 11.0pt"><font face="Arial">Access Point<o:p> 
      </o:p> 
      </font>
      </span></p>
    </td>
    <td width="108" valign="top" style="width:81.25pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
  mso-border-top-alt:solid windowtext .75pt;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><span lang="EN-US" style="font-size: 11.0pt"><font face="Arial">PCMCIA Card<o:p> 
      </o:p> 
      </font>
      </span></p>
    </td>
    <td width="132" valign="top" style="width:99.25pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
  mso-border-top-alt:solid windowtext .75pt;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><span lang="EN-US" style="font-size: 11.0pt"><font face="Arial">Broadband Router<o:p> 
      </o:p> 
      </font>
      </span></p>
    </td>
    <td width="108" valign="top" style="width:81.25pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
  mso-border-top-alt:solid windowtext .75pt;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><span lang="EN-US" style="font-size: 11.0pt"><font face="Arial">USB Dongle<o:p> 
      </o:p> 
      </font>
      </span></p>
    </td>
  </tr>
  <tr>
    <td width="100" valign="top" style="width:75.0pt;border:solid windowtext .75pt;
  border-top:none;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" style="mso-layout-grid-align:none;text-autospace:none"><span lang="EN-US"><font face="Arial"><!--[if gte vml 1]><v:shape id="_x0000_i1026"
   type="#_x0000_t75" style='width:1in;height:1in' o:ole="">
   <v:imagedata src="file:///C:/DOCUME~1/leslia/LOCALS~1/Temp/msoclip1/01/clip_image003.png"
    o:title=""/>
  </v:shape><![endif]-->
      <img src="http:\\www.tellus.com.tw\new_page\new_pa2.jpg" v:shapes="_x0000_i1026"><!--[if gte mso 9]><xml>  
   <o:OLEObject Type="Embed" ProgID="PI3.Image" ShapeID="_x0000_i1026"
    DrawAspect="Content" ObjectID="_1081678338">
   </o:OLEObject>
  </xml><![endif]-->
      <o:p>  
      </o:p>  
      </font>
      </span></p>
    </td>
    <td width="108" valign="top" style="width:81.25pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
  padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" style="mso-layout-grid-align:none;text-autospace:none"><span lang="EN-US"><font face="Arial"><!--[if gte vml 1]><v:shape id="_x0000_i1027"
   type="#_x0000_t75" style='width:66pt;height:66pt' o:ole="">
   <v:imagedata src="file:///C:/DOCUME~1/leslia/LOCALS~1/Temp/msoclip1/01/clip_image005.png"
    o:title=""/>
  </v:shape><![endif]-->
      <img src="http:\\www.tellus.com.tw\new_page\new_pa3.jpg" v:shapes="_x0000_i1027"><!--[if gte mso 9]><xml>  
   <o:OLEObject Type="Embed" ProgID="PI3.Image" ShapeID="_x0000_i1027"
    DrawAspect="Content" ObjectID="_1081678339">
   </o:OLEObject>
  </xml><![endif]-->
      <o:p>  
      </o:p>  
      </font>
      </span></p>
    </td>
    <td width="132" valign="top" style="width:99.25pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
  padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" style="mso-layout-grid-align:none;text-autospace:none"><span style="mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-bidi-font-family: Arial">¡@</span><span lang="EN-US" style="font-family:
  Arial"><!--[if gte vml 1]><v:shape id="_x0000_i1028" type="#_x0000_t75"
   style='width:1in;height:1in' o:ole="">
   <v:imagedata src="file:///C:/DOCUME~1/leslia/LOCALS~1/Temp/msoclip1/01/clip_image007.png"
    o:title=""/>
  </v:shape><![endif]-->
      <img src="http:\\www.tellus.com.tw\new_page\new_pa4.jpg" v:shapes="_x0000_i1028"><!--[if gte mso 9]><xml> 
   <o:OLEObject Type="Embed" ProgID="PI3.Image" ShapeID="_x0000_i1028"
    DrawAspect="Content" ObjectID="_1081678340">
   </o:OLEObject>
  </xml><![endif]-->
      <o:p> 
      </o:p> 
      </span></p>
    </td>
    <td width="108" valign="top" style="width:81.25pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
  padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" style="mso-layout-grid-align:none;text-autospace:none"><span lang="EN-US"><!--[if gte vml 1]><v:shape id="_x0000_i1029"
   type="#_x0000_t75" style='width:66pt;height:66pt' o:ole="">
   <v:imagedata src="file:///C:/DOCUME~1/leslia/LOCALS~1/Temp/msoclip1/01/clip_image009.png"
    o:title=""/>
  </v:shape><![endif]-->
      <img src="http:\\www.tellus.com.tw\new_page\new_pa5.jpg" v:shapes="_x0000_i1029"><!--[if gte mso 9]><xml>  
   <o:OLEObject Type="Embed" ProgID="PI3.Image" ShapeID="_x0000_i1029"
    DrawAspect="Content" ObjectID="_1081678341">
   </o:OLEObject>
  </xml><![endif]-->
      <o:p>  
      </o:p>  
      </span></p>
    </td>
  </tr>
</table>
<p class="MsoNormal" style="mso-layout-grid-align:none;text-autospace:none"><b><font face="Arial"><span lang="EN-US" style="font-size: 14.0pt; mso-bidi-font-size: 11.0pt; mso-font-kerning: 0pt">A</span></font></b><font face="Arial"><span lang="EN-US" style="font-size:11.0pt;
font-family:Arial;mso-font-kerning:0pt">nd products to come are: <o:p> 
</span></font><span lang="EN-US" style="font-size: 11.0pt; mso-font-kerning: 0pt"><font face="Arial">&nbsp;<o:p>
</o:p>  
</font>
</span></p>
<table border="1" cellspacing="0" cellpadding="0" style="margin-left:-3.6pt;
 border-collapse:collapse;mso-table-layout-alt:fixed;border:none;mso-border-alt:
 solid windowtext .75pt;mso-padding-alt:0cm 0cm 0cm 0cm">
  <tr>
    <td width="113" valign="top" style="width:84.6pt;border:solid windowtext .75pt;
  padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><b><span lang="EN-US" style="color: #333399"><font face="Arial">M125<o:p>
      </o:p>  
      </font>
      </span></b></p>
    </td>
    <td width="108" valign="top" style="width:81.0pt;border:solid windowtext .75pt;
  border-left:none;mso-border-left-alt:solid windowtext .75pt;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><b><span lang="EN-US" style="color: #333399"><font face="Arial">C125S<o:p>
      </o:p> 
      </font>
      </span></b></p>
    </td>
  </tr>
  <tr>
    <td width="113" valign="top" style="width:84.6pt;border:solid windowtext .75pt;
  border-top:none;mso-border-top-alt:solid windowtext .75pt;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><span lang="EN-US" style="font-size: 11.0pt"><font face="Arial">Mini PCI Card<o:p> 
      </o:p> 
      </font>
      </span></p>
    </td>
    <td width="108" valign="top" style="width:81.0pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
  mso-border-top-alt:solid windowtext .75pt;mso-border-left-alt:solid windowtext .75pt;
  padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><span lang="EN-US" style="font-size: 11.0pt"><font face="Arial">PCMCIA Card<o:p> 
      </o:p> 
      </font>
      </span></p>
    </td>
  </tr>
  <tr>
    <td width="113" valign="top" style="width:84.6pt;border:solid windowtext .75pt;
  border-top:none;mso-border-top-alt:solid windowtext .75pt;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" style="mso-layout-grid-align:none;text-autospace:none"><span lang="EN-US"><font face="Arial"><!--[if gte vml 1]><v:shape id="_x0000_i1030"
   type="#_x0000_t75" style='width:78.75pt;height:78.75pt' o:ole="">
   <v:imagedata src="file:///C:/DOCUME~1/leslia/LOCALS~1/Temp/msoclip1/01/clip_image011.png"
    o:title=""/>
  </v:shape><![endif]-->
      <img src="http:\\www.tellus.com.tw\new_page\new_pa6.jpg" v:shapes="_x0000_i1030"><!--[if gte mso 9]><xml>  
   <o:OLEObject Type="Embed" ProgID="PI3.Image" ShapeID="_x0000_i1030"
    DrawAspect="Content" ObjectID="_1081678342">
   </o:OLEObject>
  </xml><![endif]-->
      <o:p>  
      </o:p>  
      </font>
      </span></p>
    </td>
    <td width="108" valign="top" style="width:81.0pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
  mso-border-top-alt:solid windowtext .75pt;mso-border-left-alt:solid windowtext .75pt;
  padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" style="mso-layout-grid-align:none;text-autospace:none"><span lang="EN-US"><font face="Arial"><!--[if gte vml 1]><v:shape id="_x0000_i1031"
   type="#_x0000_t75" style='width:75pt;height:75pt' o:ole="">
   <v:imagedata src="file:///C:/DOCUME~1/leslia/LOCALS~1/Temp/msoclip1/01/clip_image013.png"
    o:title=""/>
  </v:shape><![endif]-->
      <img src="http:\\www.tellus.com.tw\new_page\new_pa7.jpg" v:shapes="_x0000_i1031"><!--[if gte mso 9]><xml>  
   <o:OLEObject Type="Embed" ProgID="PI3.Image" ShapeID="_x0000_i1031"
    DrawAspect="Content" ObjectID="_1081678343">
   </o:OLEObject>
  </xml><![endif]-->
      <o:p>  
      </o:p>  
      </font>
      </span></p>
    </td>
  </tr>
</table>
<h4><b><font face="Arial"><span lang="EN-US" style="font-size: 14.0pt; mso-bidi-font-size: 11.0pt; mso-font-kerning: 0pt">T</span></font></b><font face="Arial"><span lang="EN-US" style="font-size:11.0pt;font-family:Arial;
mso-font-kerning:0pt">ellus will be your ideal partner because it has very good 
competency edge:<o:p>
</o:p>
</span></font></h4>
<ul>
  <li>
    <p class="MsoNormal" style="text-indent: -24.0pt; line-height: 150%; mso-line-height-rule: exactly; mso-list: l8 level1 lfo9; tab-stops: list 48.0pt; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-left: 48.0pt; margin-top: 0; margin-bottom: 0"><font face="Arial"><span lang="EN-US" style="font-size:11.0pt;font-family:
Arial;color:black">Focus on Wireless Products Since 1993 </span><span lang="EN-US" style="font-size:11.0pt;font-family:Arial;color:black;mso-font-kerning: 
0pt"><o:p>
</o:p>
</span></font></li>
  <li>
    <p class="MsoNormal" style="text-indent: -24.0pt; line-height: 150%; mso-line-height-rule: exactly; mso-list: l8 level1 lfo9; tab-stops: list 48.0pt; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-left: 48.0pt; margin-top: 0; margin-bottom: 0"><font face="Arial"><span lang="EN-US" style="font-size:11.0pt;font-family:
Arial;color:black">Strong R&amp;D Team <o:p> 
</o:p> 
</span></font></li>
  <li>
    <p class="MsoNormal" style="text-indent: -24.0pt; line-height: 150%; mso-line-height-rule: exactly; page-break-after: avoid; mso-list: l8 level1 lfo9; tab-stops: list 48.0pt; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-left: 48.0pt; margin-top: 0; margin-bottom: 0"><font face="Arial"><span lang="EN-US" style="font-size:11.0pt;font-family:
Arial;color:black">Massive R&amp;D Expenditure<o:p> 
</o:p> 
</span></font></li>
  <li>
    <p class="MsoNormal" style="text-indent: -24.0pt; line-height: 150%; mso-line-height-rule: exactly; mso-list: l8 level1 lfo9; tab-stops: list 48.0pt; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-left: 48.0pt; margin-top: 0; margin-bottom: 0"><font face="Arial"><span lang="EN-US" style="font-size:11.0pt;font-family:
Arial;color:black">Flexible ODM Capability<o:p> 
</o:p> 
</span></font></li>
  <li>
    <p class="MsoNormal" style="text-indent: -24.0pt; line-height: 150%; mso-line-height-rule: exactly; mso-list: l8 level1 lfo9; tab-stops: list 48.0pt; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-left: 48.0pt; margin-top: 0; margin-bottom: 0"><font face="Arial"><span lang="EN-US" style="font-size:11.0pt;font-family:
Arial;color:black">Strong Supply Chain Management<o:p> 
</o:p> 
</span></font></li>
  <li>
    <p class="MsoNormal" style="text-indent: -24.0pt; line-height: 150%; mso-line-height-rule: exactly; mso-list: l8 level1 lfo9; tab-stops: list 48.0pt; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-left: 48.0pt; margin-top: 0; margin-bottom: 0"><font face="Arial"><span lang="EN-US" style="font-size:11.0pt;font-family:
Arial">In-depth and fast Technical Sales Supports<o:p>
</o:p>
</span></font></li>
  <li>
    <p class="MsoNormal" style="text-indent: -24.0pt; line-height: 150%; mso-line-height-rule: exactly; mso-list: l8 level1 lfo9; tab-stops: list 48.0pt; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-left: 48.0pt; margin-top: 0; margin-bottom: 0"><font face="Arial"><span lang="EN-US" style="font-size: 11.0pt">Competitive price<span style="display:none;mso-hide:all"><o:p> 
</span></span></font><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 12.0pt"><font face="Arial">&nbsp;<o:p>
</o:p> 
    </font>
</span></li>
</ul>
<p class="MsoNormal" style="line-height:13.0pt;mso-line-height-rule:exactly;
mso-layout-grid-align:none;text-autospace:none"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 12.0pt"><font face="Arial">Fore  
more information, please just contact me.<o:p> 
</o:p> 
</font>
</span></p>
<p class="MsoNormal" style="line-height:15.0pt;mso-line-height-rule:exactly;
mso-layout-grid-align:none;text-autospace:none"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 10.0pt; mso-font-kerning: 0pt"><font face="Arial">Looking forward to hearing from you soon.<o:p> 
 </font>
</span><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 10.0pt; color: gray; mso-font-kerning: 0pt"><font face="Arial">&nbsp;<o:p>
</o:p> 
</font>
</span></p>
<p class="MsoNormal" style="line-height:15.0pt;mso-line-height-rule:exactly;
mso-layout-grid-align:none;text-autospace:none"><font face="Arial"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 10.0pt; mso-font-kerning: 0pt">Best Regards, </span><span lang="EN-US" style="font-size:10.0pt;font-family: 
Arial;mso-font-kerning:0pt"><o:p>
&nbsp;
</span></font></p>
<p class="MsoNormal" style="line-height: 100%; mso-line-height-rule: exactly; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-top: 0; margin-bottom: 0"><span lang="EN-US" style="mso-bidi-font-size: 10.0pt; color: windowtext; mso-font-kerning: 0pt; font-weight: normal"><font face="Arial">Lenfred  
LIN<o:p>
</o:p> 
</font>
</span></p>
<p class="MsoNormal" style="line-height: 100%; mso-line-height-rule: exactly; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-top: 0; margin-bottom: 0"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 10.0pt; mso-font-kerning: 0pt"><font face="Arial">Senior Manager<o:p> 
</o:p> 
</font>
</span></p>
<p class="MsoNormal" style="line-height: 100%; mso-line-height-rule: exactly; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-top: 0; margin-bottom: 0"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 10.0pt; mso-font-kerning: 0pt"><font face="Arial">TELLUS GROUP CORP.<o:p> 
</o:p> 
</font>
</span></p>
<p class="MsoNormal" style="line-height: 100%; mso-line-height-rule: exactly; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-top: 0; margin-bottom: 0"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 10.0pt; mso-font-kerning: 0pt"><font face="Arial">Tel: +886-3-578-0275 #317<o:p> 
</o:p> 
</font>
</span></p>
<p class="MsoNormal" style="line-height: 100%; mso-line-height-rule: exactly; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-top: 0; margin-bottom: 0"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 10.0pt; mso-font-kerning: 0pt"><font face="Arial">Email: <span style="color:gray"><a href="mailto:lenfred@tellus.com.tw">lenfred@tellus.com.tw</a><o:p> 
</o:p> 
</span></font></span></p>
<p class="MsoNormal" style="line-height: 100%; mso-line-height-rule: exactly; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-top: 0; margin-bottom: 0"><font face="Arial"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 10.0pt; mso-font-kerning: 0pt">Home Page:<span style="color:gray"> <a href="http://www.tellus.com.tw/">www.tellus.com.tw</a></span></span><span lang="EN-US" style="font-size:11.0pt;mso-bidi-font-size:12.0pt;font-family:Arial"><o:p> 
</o:p>
</span></font></p>

</body>

</html>

From eopl-teachers-request Wed May 22 01:12:49 2002
Return-Path: <eopl-teachers-request>
Received: from lenfred-lin (28.77.30.61.isp.tfn.net.tw [61.30.77.28])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id g4M6C6b03860
	for <eopl-teachers@cs.indiana.edu>; Wed, 22 May 2002 01:12:12 -0500 (EST)
Message-Id: <200205220612.g4M6C6b03860@moose.cs.indiana.edu>
From: "TELLUS GROUP CORP." <Lenfred@tellus.com.tw>
To: <eopl-teachers@cs.indiana.edu>
Subject: [SPAM:# 51%] New Product Release
Sender: "TELLUS GROUP CORP." <Lenfred@tellus.com.tw>
Mime-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Date: Wed, 22 May 2002 14:09:41 +0800
X-Perlmx-Spam: Gauge=XXXXXI, Probability=51%, Report=CTYPE_JUST_HTML, DEAR_SOMEBODY, MAILTO_LINK

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Dear Sirs</title>
</head>

<body>

<p class="MsoNormal"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 12.0pt"><font face="Arial">Dear Sirs,<o:p> 
 </font>
</span><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 12.0pt"><font face="Arial">&nbsp;<o:p>
</o:p>  
</font>
</span></p>
<p class="MsoBodyText2" style="margin-bottom:.2gd;text-align:justify;text-justify:
inter-ideograph;line-height:13.0pt;mso-line-height-rule:exactly"><span lang="EN-US" style="font-size:11.0pt;mso-bidi-font-size:12.0pt"><font face="Arial">We   
are very glad to introduce our new product to you:<o:p>  
</o:p>  
</font>
</span></p>
<p class="MsoBodyText2" style="text-align: justify; text-justify: inter-ideograph; line-height: 200%; mso-line-height-rule: exactly; margin-bottom: .2gd"><b><i><font face="Arial"><span lang="EN-US" style="font-size:16.0pt;mso-bidi-font-size:12.0pt;color:gray">TELLUS</span><span lang="EN-US" style="font-size:16.0pt;mso-bidi-font-size:12.0pt;color:blue"> 
</span><span lang="EN-US" style="font-size:16.0pt;mso-bidi-font-size:12.0pt;color:#333399">Wireless 
LAN USB Dongle</span><span lang="EN-US" style="font-size:16.0pt;
mso-bidi-font-size:12.0pt;color:blue"><o:p>
</o:p>
</span></font></i></b></p>
<p class="MsoNormal" style="text-align: justify; text-justify: inter-ideograph; line-height: 200%; mso-line-height-rule: exactly; margin-left: 4.0gd"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 12.0pt"><font face="Arial"><!--[if gte vml 1]><v:shapetype
 id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"
 path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">
 <v:stroke joinstyle="miter"/>
 <v:formulas>
  <v:f eqn="if lineDrawn pixelLineWidth 0"/>
  <v:f eqn="sum @0 1 0"/>
  <v:f eqn="sum 0 0 @1"/>
  <v:f eqn="prod @2 1 2"/>
  <v:f eqn="prod @3 21600 pixelWidth"/>
  <v:f eqn="prod @3 21600 pixelHeight"/>
  <v:f eqn="sum @0 0 1"/>
  <v:f eqn="prod @6 1 2"/>
  <v:f eqn="prod @7 21600 pixelWidth"/>
  <v:f eqn="sum @8 21600 0"/>
  <v:f eqn="prod @7 21600 pixelHeight"/>
  <v:f eqn="sum @10 21600 0"/>
 </v:formulas>
 <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
 <o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="_x0000_i1025" type="#_x0000_t75" style='width:93.75pt;
 height:78pt'>
 <v:imagedata src="file:///C:/DOCUME~1/leslia/LOCALS~1/Temp/msoclip1/01/clip_image001.jpg"
  o:title="TWL-U11c"/>
</v:shape><![endif]-->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
<img src="http:\\www.tellus.com.tw\new_page\new_pa1.jpg" v:shapes="_x0000_i1025"><o:p>
</o:p>  
</font>
</span></p>
<p class="MsoBodyText2" style="line-height:14.0pt;mso-line-height-rule:exactly"><font face="Arial"><b><span lang="EN-US" style="font-size:14.0pt;mso-bidi-font-size:12.0pt">T</span></b><span lang="EN-US" style="font-size:11.0pt;mso-bidi-font-size:12.0pt">he   
performance and reliability of <i>Wireless LAN USB Dongle</i> exceed the   
requirements of IEEE 802.11b standard.<span style="mso-spacerun: yes">&nbsp; </span>It   
can be plugged into USB port of Desktop PC or Notebook and its plug-and-play   
features make the installation very easy.<o:p>  
</o:p>  
</span></font></p>
<p class="MsoBodyTextIndent" style="text-indent:0cm;mso-char-indent-count:0;
mso-char-indent-size:0cm;line-height:15.0pt;mso-line-height-rule:exactly"><font face="Arial"><span lang="EN-US" style="font-size: 14.0pt; mso-bidi-font-size: 12.0pt; color: windowtext">B</span><span lang="EN-US" style="font-family:Arial;color:windowtext;
font-weight:normal">acked up by an impressive talent pool, Tellus has 
successfully developed different types of advanced wireless products. </span><span lang="EN-US" style="mso-bidi-font-size:11.0pt;font-family:Arial;color:windowtext;
mso-font-kerning:0pt;font-weight:normal">Here is the product overview:</span><span lang="EN-US" style="mso-bidi-font-size:10.0pt;font-family:Arial;color:windowtext;
mso-font-kerning:0pt;font-weight:normal"><o:p>
</span></font><span lang="EN-US" style="font-size: 10.0pt; mso-font-kerning: 0pt"><font face="Arial">&nbsp;<o:p>
</o:p>  
</font>
</span></p>
<table border="0" cellspacing="0" cellpadding="0" style="margin-left:-3.6pt;
 border-collapse:collapse;mso-table-layout-alt:fixed;mso-padding-alt:0cm 0cm 0cm 0cm">
  <tr>
    <td width="100" valign="top" style="width:75.0pt;border:solid windowtext .75pt;
  padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><b><span lang="EN-US" style="color: #333399"><font face="Arial">TWL-A11<o:p>
      </o:p>  
      </font>
      </span></b></p>
    </td>
    <td width="108" valign="top" style="width:81.25pt;border:solid windowtext .75pt;
  border-left:none;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><b><span lang="EN-US" style="color: #333399"><font face="Arial">TWL-C11<o:p>
      </o:p> 
      </font>
      </span></b></p>
    </td>
    <td width="132" valign="top" style="width:99.25pt;border:solid windowtext .75pt;
  border-left:none;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><b><span lang="EN-US" style="color: #333399"><font face="Arial">TWL-R410<o:p>
      </o:p> 
      </font>
      </span></b></p>
    </td>
    <td width="108" valign="top" style="width:81.25pt;border:solid windowtext .75pt;
  border-left:none;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><b><span lang="EN-US" style="color: #333399"><font face="Arial">TWL-U11<o:p>
      </o:p> 
      </font>
      </span></b></p>
    </td>
  </tr>
  <tr>
    <td width="100" valign="top" style="width:75.0pt;border:solid windowtext .75pt;
  border-top:none;mso-border-top-alt:solid windowtext .75pt;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><span lang="EN-US" style="font-size: 11.0pt"><font face="Arial">Access Point<o:p> 
      </o:p> 
      </font>
      </span></p>
    </td>
    <td width="108" valign="top" style="width:81.25pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
  mso-border-top-alt:solid windowtext .75pt;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><span lang="EN-US" style="font-size: 11.0pt"><font face="Arial">PCMCIA Card<o:p> 
      </o:p> 
      </font>
      </span></p>
    </td>
    <td width="132" valign="top" style="width:99.25pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
  mso-border-top-alt:solid windowtext .75pt;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><span lang="EN-US" style="font-size: 11.0pt"><font face="Arial">Broadband Router<o:p> 
      </o:p> 
      </font>
      </span></p>
    </td>
    <td width="108" valign="top" style="width:81.25pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
  mso-border-top-alt:solid windowtext .75pt;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><span lang="EN-US" style="font-size: 11.0pt"><font face="Arial">USB Dongle<o:p> 
      </o:p> 
      </font>
      </span></p>
    </td>
  </tr>
  <tr>
    <td width="100" valign="top" style="width:75.0pt;border:solid windowtext .75pt;
  border-top:none;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" style="mso-layout-grid-align:none;text-autospace:none"><span lang="EN-US"><font face="Arial"><!--[if gte vml 1]><v:shape id="_x0000_i1026"
   type="#_x0000_t75" style='width:1in;height:1in' o:ole="">
   <v:imagedata src="file:///C:/DOCUME~1/leslia/LOCALS~1/Temp/msoclip1/01/clip_image003.png"
    o:title=""/>
  </v:shape><![endif]-->
      <img src="http:\\www.tellus.com.tw\new_page\new_pa2.jpg" v:shapes="_x0000_i1026"><!--[if gte mso 9]><xml>  
   <o:OLEObject Type="Embed" ProgID="PI3.Image" ShapeID="_x0000_i1026"
    DrawAspect="Content" ObjectID="_1081678338">
   </o:OLEObject>
  </xml><![endif]-->
      <o:p>  
      </o:p>  
      </font>
      </span></p>
    </td>
    <td width="108" valign="top" style="width:81.25pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
  padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" style="mso-layout-grid-align:none;text-autospace:none"><span lang="EN-US"><font face="Arial"><!--[if gte vml 1]><v:shape id="_x0000_i1027"
   type="#_x0000_t75" style='width:66pt;height:66pt' o:ole="">
   <v:imagedata src="file:///C:/DOCUME~1/leslia/LOCALS~1/Temp/msoclip1/01/clip_image005.png"
    o:title=""/>
  </v:shape><![endif]-->
      <img src="http:\\www.tellus.com.tw\new_page\new_pa3.jpg" v:shapes="_x0000_i1027"><!--[if gte mso 9]><xml>  
   <o:OLEObject Type="Embed" ProgID="PI3.Image" ShapeID="_x0000_i1027"
    DrawAspect="Content" ObjectID="_1081678339">
   </o:OLEObject>
  </xml><![endif]-->
      <o:p>  
      </o:p>  
      </font>
      </span></p>
    </td>
    <td width="132" valign="top" style="width:99.25pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
  padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" style="mso-layout-grid-align:none;text-autospace:none"><span style="mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-bidi-font-family: Arial">¡@</span><span lang="EN-US" style="font-family:
  Arial"><!--[if gte vml 1]><v:shape id="_x0000_i1028" type="#_x0000_t75"
   style='width:1in;height:1in' o:ole="">
   <v:imagedata src="file:///C:/DOCUME~1/leslia/LOCALS~1/Temp/msoclip1/01/clip_image007.png"
    o:title=""/>
  </v:shape><![endif]-->
      <img src="http:\\www.tellus.com.tw\new_page\new_pa4.jpg" v:shapes="_x0000_i1028"><!--[if gte mso 9]><xml> 
   <o:OLEObject Type="Embed" ProgID="PI3.Image" ShapeID="_x0000_i1028"
    DrawAspect="Content" ObjectID="_1081678340">
   </o:OLEObject>
  </xml><![endif]-->
      <o:p> 
      </o:p> 
      </span></p>
    </td>
    <td width="108" valign="top" style="width:81.25pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
  padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" style="mso-layout-grid-align:none;text-autospace:none"><span lang="EN-US"><!--[if gte vml 1]><v:shape id="_x0000_i1029"
   type="#_x0000_t75" style='width:66pt;height:66pt' o:ole="">
   <v:imagedata src="file:///C:/DOCUME~1/leslia/LOCALS~1/Temp/msoclip1/01/clip_image009.png"
    o:title=""/>
  </v:shape><![endif]-->
      <img src="http:\\www.tellus.com.tw\new_page\new_pa5.jpg" v:shapes="_x0000_i1029"><!--[if gte mso 9]><xml>  
   <o:OLEObject Type="Embed" ProgID="PI3.Image" ShapeID="_x0000_i1029"
    DrawAspect="Content" ObjectID="_1081678341">
   </o:OLEObject>
  </xml><![endif]-->
      <o:p>  
      </o:p>  
      </span></p>
    </td>
  </tr>
</table>
<p class="MsoNormal" style="mso-layout-grid-align:none;text-autospace:none"><b><font face="Arial"><span lang="EN-US" style="font-size: 14.0pt; mso-bidi-font-size: 11.0pt; mso-font-kerning: 0pt">A</span></font></b><font face="Arial"><span lang="EN-US" style="font-size:11.0pt;
font-family:Arial;mso-font-kerning:0pt">nd products to come are: <o:p> 
</span></font><span lang="EN-US" style="font-size: 11.0pt; mso-font-kerning: 0pt"><font face="Arial">&nbsp;<o:p>
</o:p>  
</font>
</span></p>
<table border="1" cellspacing="0" cellpadding="0" style="margin-left:-3.6pt;
 border-collapse:collapse;mso-table-layout-alt:fixed;border:none;mso-border-alt:
 solid windowtext .75pt;mso-padding-alt:0cm 0cm 0cm 0cm">
  <tr>
    <td width="113" valign="top" style="width:84.6pt;border:solid windowtext .75pt;
  padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><b><span lang="EN-US" style="color: #333399"><font face="Arial">M125<o:p>
      </o:p>  
      </font>
      </span></b></p>
    </td>
    <td width="108" valign="top" style="width:81.0pt;border:solid windowtext .75pt;
  border-left:none;mso-border-left-alt:solid windowtext .75pt;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><b><span lang="EN-US" style="color: #333399"><font face="Arial">C125S<o:p>
      </o:p> 
      </font>
      </span></b></p>
    </td>
  </tr>
  <tr>
    <td width="113" valign="top" style="width:84.6pt;border:solid windowtext .75pt;
  border-top:none;mso-border-top-alt:solid windowtext .75pt;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><span lang="EN-US" style="font-size: 11.0pt"><font face="Arial">Mini PCI Card<o:p> 
      </o:p> 
      </font>
      </span></p>
    </td>
    <td width="108" valign="top" style="width:81.0pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
  mso-border-top-alt:solid windowtext .75pt;mso-border-left-alt:solid windowtext .75pt;
  padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" align="center" style="text-align:center;mso-layout-grid-align:
  none;text-autospace:none"><span lang="EN-US" style="font-size: 11.0pt"><font face="Arial">PCMCIA Card<o:p> 
      </o:p> 
      </font>
      </span></p>
    </td>
  </tr>
  <tr>
    <td width="113" valign="top" style="width:84.6pt;border:solid windowtext .75pt;
  border-top:none;mso-border-top-alt:solid windowtext .75pt;padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" style="mso-layout-grid-align:none;text-autospace:none"><span lang="EN-US"><font face="Arial"><!--[if gte vml 1]><v:shape id="_x0000_i1030"
   type="#_x0000_t75" style='width:78.75pt;height:78.75pt' o:ole="">
   <v:imagedata src="file:///C:/DOCUME~1/leslia/LOCALS~1/Temp/msoclip1/01/clip_image011.png"
    o:title=""/>
  </v:shape><![endif]-->
      <img src="http:\\www.tellus.com.tw\new_page\new_pa6.jpg" v:shapes="_x0000_i1030"><!--[if gte mso 9]><xml>  
   <o:OLEObject Type="Embed" ProgID="PI3.Image" ShapeID="_x0000_i1030"
    DrawAspect="Content" ObjectID="_1081678342">
   </o:OLEObject>
  </xml><![endif]-->
      <o:p>  
      </o:p>  
      </font>
      </span></p>
    </td>
    <td width="108" valign="top" style="width:81.0pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
  mso-border-top-alt:solid windowtext .75pt;mso-border-left-alt:solid windowtext .75pt;
  padding:0cm 0cm 0cm 0cm">
      <p class="MsoNormal" style="mso-layout-grid-align:none;text-autospace:none"><span lang="EN-US"><font face="Arial"><!--[if gte vml 1]><v:shape id="_x0000_i1031"
   type="#_x0000_t75" style='width:75pt;height:75pt' o:ole="">
   <v:imagedata src="file:///C:/DOCUME~1/leslia/LOCALS~1/Temp/msoclip1/01/clip_image013.png"
    o:title=""/>
  </v:shape><![endif]-->
      <img src="http:\\www.tellus.com.tw\new_page\new_pa7.jpg" v:shapes="_x0000_i1031"><!--[if gte mso 9]><xml>  
   <o:OLEObject Type="Embed" ProgID="PI3.Image" ShapeID="_x0000_i1031"
    DrawAspect="Content" ObjectID="_1081678343">
   </o:OLEObject>
  </xml><![endif]-->
      <o:p>  
      </o:p>  
      </font>
      </span></p>
    </td>
  </tr>
</table>
<h4><b><font face="Arial"><span lang="EN-US" style="font-size: 14.0pt; mso-bidi-font-size: 11.0pt; mso-font-kerning: 0pt">T</span></font></b><font face="Arial"><span lang="EN-US" style="font-size:11.0pt;font-family:Arial;
mso-font-kerning:0pt">ellus will be your ideal partner because it has very good 
competency edge:<o:p>
</o:p>
</span></font></h4>
<ul>
  <li>
    <p class="MsoNormal" style="text-indent: -24.0pt; line-height: 150%; mso-line-height-rule: exactly; mso-list: l8 level1 lfo9; tab-stops: list 48.0pt; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-left: 48.0pt; margin-top: 0; margin-bottom: 0"><font face="Arial"><span lang="EN-US" style="font-size:11.0pt;font-family:
Arial;color:black">Focus on Wireless Products Since 1993 </span><span lang="EN-US" style="font-size:11.0pt;font-family:Arial;color:black;mso-font-kerning: 
0pt"><o:p>
</o:p>
</span></font></li>
  <li>
    <p class="MsoNormal" style="text-indent: -24.0pt; line-height: 150%; mso-line-height-rule: exactly; mso-list: l8 level1 lfo9; tab-stops: list 48.0pt; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-left: 48.0pt; margin-top: 0; margin-bottom: 0"><font face="Arial"><span lang="EN-US" style="font-size:11.0pt;font-family:
Arial;color:black">Strong R&amp;D Team <o:p> 
</o:p> 
</span></font></li>
  <li>
    <p class="MsoNormal" style="text-indent: -24.0pt; line-height: 150%; mso-line-height-rule: exactly; page-break-after: avoid; mso-list: l8 level1 lfo9; tab-stops: list 48.0pt; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-left: 48.0pt; margin-top: 0; margin-bottom: 0"><font face="Arial"><span lang="EN-US" style="font-size:11.0pt;font-family:
Arial;color:black">Massive R&amp;D Expenditure<o:p> 
</o:p> 
</span></font></li>
  <li>
    <p class="MsoNormal" style="text-indent: -24.0pt; line-height: 150%; mso-line-height-rule: exactly; mso-list: l8 level1 lfo9; tab-stops: list 48.0pt; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-left: 48.0pt; margin-top: 0; margin-bottom: 0"><font face="Arial"><span lang="EN-US" style="font-size:11.0pt;font-family:
Arial;color:black">Flexible ODM Capability<o:p> 
</o:p> 
</span></font></li>
  <li>
    <p class="MsoNormal" style="text-indent: -24.0pt; line-height: 150%; mso-line-height-rule: exactly; mso-list: l8 level1 lfo9; tab-stops: list 48.0pt; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-left: 48.0pt; margin-top: 0; margin-bottom: 0"><font face="Arial"><span lang="EN-US" style="font-size:11.0pt;font-family:
Arial;color:black">Strong Supply Chain Management<o:p> 
</o:p> 
</span></font></li>
  <li>
    <p class="MsoNormal" style="text-indent: -24.0pt; line-height: 150%; mso-line-height-rule: exactly; mso-list: l8 level1 lfo9; tab-stops: list 48.0pt; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-left: 48.0pt; margin-top: 0; margin-bottom: 0"><font face="Arial"><span lang="EN-US" style="font-size:11.0pt;font-family:
Arial">In-depth and fast Technical Sales Supports<o:p>
</o:p>
</span></font></li>
  <li>
    <p class="MsoNormal" style="text-indent: -24.0pt; line-height: 150%; mso-line-height-rule: exactly; mso-list: l8 level1 lfo9; tab-stops: list 48.0pt; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-left: 48.0pt; margin-top: 0; margin-bottom: 0"><font face="Arial"><span lang="EN-US" style="font-size: 11.0pt">Competitive price<span style="display:none;mso-hide:all"><o:p> 
</span></span></font><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 12.0pt"><font face="Arial">&nbsp;<o:p>
</o:p> 
    </font>
</span></li>
</ul>
<p class="MsoNormal" style="line-height:13.0pt;mso-line-height-rule:exactly;
mso-layout-grid-align:none;text-autospace:none"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 12.0pt"><font face="Arial">Fore  
more information, please just contact me.<o:p> 
</o:p> 
</font>
</span></p>
<p class="MsoNormal" style="line-height:15.0pt;mso-line-height-rule:exactly;
mso-layout-grid-align:none;text-autospace:none"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 10.0pt; mso-font-kerning: 0pt"><font face="Arial">Looking forward to hearing from you soon.<o:p> 
 </font>
</span><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 10.0pt; color: gray; mso-font-kerning: 0pt"><font face="Arial">&nbsp;<o:p>
</o:p> 
</font>
</span></p>
<p class="MsoNormal" style="line-height:15.0pt;mso-line-height-rule:exactly;
mso-layout-grid-align:none;text-autospace:none"><font face="Arial"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 10.0pt; mso-font-kerning: 0pt">Best Regards, </span><span lang="EN-US" style="font-size:10.0pt;font-family: 
Arial;mso-font-kerning:0pt"><o:p>
&nbsp;
</span></font></p>
<p class="MsoNormal" style="line-height: 100%; mso-line-height-rule: exactly; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-top: 0; margin-bottom: 0"><span lang="EN-US" style="mso-bidi-font-size: 10.0pt; color: windowtext; mso-font-kerning: 0pt; font-weight: normal"><font face="Arial">Lenfred  
LIN<o:p>
</o:p> 
</font>
</span></p>
<p class="MsoNormal" style="line-height: 100%; mso-line-height-rule: exactly; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-top: 0; margin-bottom: 0"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 10.0pt; mso-font-kerning: 0pt"><font face="Arial">Senior Manager<o:p> 
</o:p> 
</font>
</span></p>
<p class="MsoNormal" style="line-height: 100%; mso-line-height-rule: exactly; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-top: 0; margin-bottom: 0"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 10.0pt; mso-font-kerning: 0pt"><font face="Arial">TELLUS GROUP CORP.<o:p> 
</o:p> 
</font>
</span></p>
<p class="MsoNormal" style="line-height: 100%; mso-line-height-rule: exactly; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-top: 0; margin-bottom: 0"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 10.0pt; mso-font-kerning: 0pt"><font face="Arial">Tel: +886-3-578-0275 #317<o:p> 
</o:p> 
</font>
</span></p>
<p class="MsoNormal" style="line-height: 100%; mso-line-height-rule: exactly; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-top: 0; margin-bottom: 0"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 10.0pt; mso-font-kerning: 0pt"><font face="Arial">Email: <span style="color:gray"><a href="mailto:lenfred@tellus.com.tw">lenfred@tellus.com.tw</a><o:p> 
</o:p> 
</span></font></span></p>
<p class="MsoNormal" style="line-height: 100%; mso-line-height-rule: exactly; mso-layout-grid-align: none; text-autospace: none; word-spacing: 0; margin-top: 0; margin-bottom: 0"><font face="Arial"><span lang="EN-US" style="font-size: 11.0pt; mso-bidi-font-size: 10.0pt; mso-font-kerning: 0pt">Home Page:<span style="color:gray"> <a href="http://www.tellus.com.tw/">www.tellus.com.tw</a></span></span><span lang="EN-US" style="font-size:11.0pt;mso-bidi-font-size:12.0pt;font-family:Arial"><o:p> 
</o:p>
</span></font></p>

</body>

</html>

From eopl-teachers-request Thu May 23 16:35:19 2002
Return-Path: <eopl-teachers-request>
Received: from 2000svr1.OhioCarts.local (18.muia.clvd.chcgil24.dsl.att.net [12.100.24.18])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g4NLZGN22953
	for <eopl-teachers@cs.indiana.edu>; Thu, 23 May 2002 16:35:16 -0500 (EST)
Received: by 2000svr1.OhioCarts.local with Internet Mail Service (5.5.2653.19)
	id <KPPYBDNF>; Thu, 23 May 2002 17:38:44 -0400
Received: from relay1.home.ro (0-1pool6-112.nas2.los-angeles1.ca.us.da.qwest.net [63.233.6.112]) by 2000svr1.OhioCarts.local with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
	id KPPYBDMZ; Thu, 23 May 2002 17:38:29 -0400
From: jbullock@vol.vnn.vn
To: subscription
Message-ID: <00007666181b$00007852$000077f0@posta.slo.net>
Subject: [SPAM:### 79%] Access Your PC from Anywhere - Free Download                 22921
Date: Thu, 23 May 2002 14:34:21 -1900
MIME-Version: 1.0
Content-Type: text/plain;
	charset="Windows-1252"
Content-Transfer-Encoding: 7bit
microsoft: X-Mailer: Microsoft Outlook Express 5.00.2919.6700
X-Perlmx-Spam: Gauge=XXXXXXXIIIIIIIII, Probability=79%, Report=INVALID_DATE_TZ_ABSURD, NO_REAL_NAME, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_OSIRUSOFT_COM, SUBJ_HAS_SPACES, SUBJ_HAS_UNIQ_ID, TO_MALFORMED

 
<table cellpadding=0 cellspacing=0 border=0 height=18 width=600 align="center">
  <tr> 
    <td height="20" width="600" colspan="2"> <font color="#000000" size="1" face="Arial">This 
      message is an advertisement. We will continue to bring you valuable permission 
      based messages on the products and services that interest you most unless 
      you wish to <a href="http://www.cramz.net/help.html">decline</a>. We process 
      all requests immediately. Brought to you by world Reach Corporation. Copyright 
      2000, 2001, 2002 all rights reserved.</font><font size="1"> </font></td>
  </tr>
</table>
<br>
<br>
<br>
<table width=564 border=0 cellpadding=0 cellspacing=0 align="center">
  <tr> 
    <td colspan=3><img src=http://www.clientsite1.net/images/G2header500102.gif></td>
  </tr>
  <tr> 
    <td width=165><img src=http://www.clientsite1.net/images/G2awards_050702.gif></td>
    <td width="415" align="left" valign="top"> 
      <table width="390" border="0" cellspacing="0" cellpadding="0" height="240" align="center">
        <tr> 
          <td width="165" align="left" valign="top"> 
            <p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b> 
              <img src=http://img.expertcity.com/dtsimages/im/1x1.gif width=1 height=45>Check 
              Email.<br>
              Transfer Files.<br>
              Use Your Applications.<br>
              Access Your Network.<br>
              From Anywhere.<br>
              </b></font><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><img src=http://img.expertcity.com/dtsimages/im/1x1.gif width=1 height=40><a href="https://www.gotomypc.com/tr/wrch/TW/ht0514_V2/g22lp?Target=mm/g22lp.tmpl">GoToMyPC</a> 
              is the fast, easy and secure way to access and control your computer 
              from any Web browser, anywhere.</font></p>
            <p>&nbsp;</p>
          </td>
          <td width="210"><img src="http://www.clientsite1.net/images/G2couchpic050102.jpg" width=183 height=225 alt="" align="top"></td>
        </tr>
      </table>
      <table width=349 cellpadding=0 cellspacing=0 border=0 height="160" align="left">
        <tbody> 
        <tr> 
          <td valign=top height="172"> 
            <table width="389" border="0" cellspacing="0" cellpadding="0" height="141">
              <tr> 
                <td width="45" valign="top" height="30"> 
                  <div align="center"><font face=verdana size=2 color=#000000> 
                    <img src=http://img.expertcity.com/dtsimages/im/1x1.gif width=13 height=8> 
                    <b>&#149;</b></font></div>
                </td>
                <td width="344" valign="top" height="30"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>TELEWORK:</b> 
                  Access your office PC from home, easily and securely, with just 
                  an Internet connection.</font></td>
              </tr>
              <tr> 
                <td width="45" valign="top" height="41"> 
                  <div align="center"><font face=verdana size=2 color=#000000><img src=http://img.expertcity.com/dtsimages/im/1x1.gif width=13 height=8><b>&#149;</b></font></div>
                </td>
                <td width="344" height="41" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>TRAVEL:</b> 
                  Access and use your computer from hotels, airports, satellite 
                  offices, Internet cafes<b>&#150; anywhere with Web access</b></font> 
                </td>
              </tr>
              <tr> 
                <td width="45" align="center" valign="top" height="26"><font face=verdana size=2 color=#000000><img src=http://img.expertcity.com/dtsimages/im/1x1.gif width=13 height=8><b>&#149;</b></font></td>
                <td width="344" align="left" valign="top" height="26"><font size="2"><b><font face="Verdana, Arial, Helvetica, sans-serif">LAST-MINUTE 
                  ACCESS: </font></b><font face="Verdana, Arial, Helvetica, sans-serif">Get 
                  that file or email you left at the office from anywhere, anytime.</font></font></td>
              </tr>
              <tr> 
                <td colspan="2" align="center" valign="top" height="19"> 
                  <div align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b><img src=http://img.expertcity.com/dtsimages/im/1x1.gif width=10 height=30></b>See 
                    why GoToMyPC is revolutionizing the way people <br>
                    <img src=http://img.expertcity.com/dtsimages/im/1x1.gif width=7 height=1> 
                    work remotely: <a href="https://www.gotomypc.com/tr/wrch/TW/ht0514_V2/g22lp?Target=mm/g22lp.tmpl">Register 
                    and download it now.</a></font></div>
                </td>
              </tr>
              <tr> 
                <td colspan="2" align="center" valign="top"> 
                  <div align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b><img src=http://img.expertcity.com/dtsimages/im/1x1.gif width=10 height=30>Complete 
                    Satisfaction Guaranteed:</b> Pay nothing for <br>
                    <img src=http://img.expertcity.com/dtsimages/im/1x1.gif width=07 height=01> 
                    this risk-free,full-functioning trial. <a href="https://www.gotomypc.com/tr/wrch/TW/ht0514_V2/g22lp?Target=mm/g22lp.tmpl">How 
                    It Works.</a></font><font face=verdana size=2 color=#000000> 
                    </font></div>
                </td>
              </tr>
            </table>
          </td>
      </table>
  <tr> 
    <td colspan=2 height="35"><a href="http://www.clientsite1.net/index.html"><img src=http://www.clientsite1.net/images/G2footer_050102.gif border=0 align="middle"></a></td>
  </tr>
</table>
<br>
<br>
<br>
<br>
<table cellpadding=0 cellspacing=0 border=0 height=18 width=600 align="center">
  <tr> 
    <td height="20" width="600" colspan="2"> 
      <div align="center"><a href="http://www.worldreach1.com/form.html"><img src="http://www.worldreach1.com/footer.gif" width="576" height="89" border="0"></a> 
      </div>
    </td>
  </tr>
  <tr> 
    <td height="20" width="600" colspan="2"><font color="#000000" size="1" face="Arial">This 
      message is an advertisement. We will continue to bring you valuable permission 
      based messages on the products and services that interest you most unless 
      you wish to <a href="http://www.cramz.net/help.html">decline</a>. We process 
      all requests immediately. Brought to you by world Reach Corporation. Copyright 
      2000, 2001, 2002 all rights reserved.</font><font size="1"> </font></td>
  </tr>
</table>
<br>
<tr>
		
  <td colspan=2>&nbsp;</td>
	</tr>

From eopl-teachers-request Thu May 30 00:54:03 2002
Return-Path: <eopl-teachers-request>
Received: from ns1.telecom.tm ([217.174.228.248])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g4U5ruH15677
	for <eopl-teachers@cs.indiana.edu>; Thu, 30 May 2002 00:53:57 -0500 (EST)
Received: from will (dialin-ppp-234.telecom.tm [217.174.224.234] (may be forged))
	by ns1.telecom.tm (8.12.3/8.12.3) with ESMTP id g4U5hZKW055141;
	Thu, 30 May 2002 10:52:44 +0500 (TMT)
	(envelope-from TMROvitality@excite.com)
X-Authentication-Warning: ns1.telecom.tm: Host dialin-ppp-234.telecom.tm [217.174.224.234] (may be forged) claimed to be will
Received: from 63.157.133.76 by will ([217.174.224.124] running VPOP3) with ESMTP; Thu, 30 May 2002 09:38:53 +0500
Message-ID: <000022b90946$00006514$00003b84@xmxpita.excite.com>
To: <Money.In.Motion@online.tm>
From: "Strong Stocks" <TMROvitality@excite.com>
Subject: [SPAM:## 68%] Stock To Watch : TMRO           VBI
Date: Wed, 29 May 2002 23:37:24 -1700
MIME-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: RisingStocks5496@eudoramail.com
X-Server: VPOP3 V1.4.1 - Registered to: HB/Ashgabat
X-Perlmx-Spam: Gauge=XXXXXXIIIIIIII, Probability=68%, Report=CTYPE_JUST_HTML, INVALID_DATE_TZ_ABSURD, MAY_BE_FORGED, NORMAL_HTTP_TO_IP, SUBJ_HAS_SPACES

<html><head><meta http-equiv=3DContent-Type content=3D"text/html; charset=3D=
windows-1252"></head><body><p><a href=3Dhttp://finance.yahoo.com/q?s=3DTMR=
O.OB&d=3Dc&t=3D1d&l=3Don&z=3Db&q=3Dl><img border=3D0 src=3Dhttp://207.36.7=
8.188/images/TMROsub1.JPG width=3D771 height=3D99 alt=3D"Check out TMRO.OB=
"></a><img border=3D0 src=3Dhttp://207.36.78.188/images/TMROsub2.JPG width=
=3D771 height=3D644><img border=3D0 src=3Dhttp://207.36.78.188/images/TMRO=
sub3.JPG width=3D771 height=3D682><img border=3D0 src=3Dhttp://207.36.78.1=
88/images/TMROsub4.JPG width=3D771 height=3D722><img border=3D0 src=3Dhttp=
://207.36.78.188/images/TMROsub5.JPG width=3D771 height=3D95></p></body></=
html>




From eopl-teachers-request Thu May 30 20:19:05 2002
Return-Path: <eopl-teachers-request>
Received: from server01.argonautsgroup.com ([24.68.220.222])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g4V1J3w05540
	for <eopl-teachers@cs.indiana.edu>; Thu, 30 May 2002 20:19:03 -0500 (EST)
Received: from xmxpita.excite.com (0-1pool128-226.nas1.dallas1.tx.us.da.qwest.net [63.232.128.226]) by server01.argonautsgroup.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0)
	id L98GM44J; Thu, 30 May 2002 19:10:29 -0600
Message-ID: <000078477178$0000425e$00002c7a@xmxpita.excite.com>
To: <Money.In.Motion>
From: "Stock of the Week" <GTWYtrades@excite.com>
Subject: [SPAM:### 78%] Value Stocks weekly: (OTC BB:GTWY)                          UYYUDI
Date: Thu, 30 May 2002 20:04:03 -1700
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: trader2629@eudoramail.com
X-Perlmx-Spam: Gauge=XXXXXXXIIIIIIII, Probability=78%, Report=CLICK_BELOW, CTYPE_JUST_HTML, INVALID_DATE_TZ_ABSURD, NORMAL_HTTP_TO_IP, SUBJ_HAS_SPACES, SUBJ_HAS_UNIQ_ID, TO_MALFORMED

<html><head><meta http-equiv=3DContent-Type content=3D"text/html; charset=3D=
windows-1252"></head><body><p><a href=3Dhttp://finance.yahoo.com/q?s=3DGTW=
Y.OB&d=3Dt><img border=3D0 src=3Dhttp://216.110.155.77/images/GTWYsub1.JPG=
 width=3D717 height=3D130 alt=3D"Click HERE to View GTWY Statistics"><img =
border=3D0 src=3Dhttp://216.110.155.77/images/GTWYsub2.JPG width=3D717 hei=
ght=3D532><img border=3D0 src=3Dhttp://216.110.155.77/images/GTWYsub3.JPG =
width=3D718 height=3D242></a></p></body></html>




From eopl-teachers-request Mon Jun  3 01:11:35 2002
Return-Path: <eopl-teachers-request>
Received: from erf_server.eurofo ([61.151.239.72])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g536BUA06585;
	Mon, 3 Jun 2002 01:11:31 -0500 (EST)
Received: from html ([192.168.0.84])
          by erf_server.eurofo (Lotus Domino Release 5.0.5)
          with SMTP id 2002060313450960:595 ;
          Mon, 3 Jun 2002 13:45:09 +0800 
From: cj8801@sina.com
To: tz1@mail.inf.tu-dresden.de
Subject: [SPAM:##### 92%] Chinese marble mosaic
Date: Mon, 3 Jun 2002 13:45:03
Mime-Version: 1.0
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700
X-MIMETrack: Itemize by SMTP Server on EUROFOMAIL/EUROFO(Release 5.0.5 |September 22, 2000) at
 2002-06-03 13:45:09,
	Serialize by Router on EUROFOMAIL/EUROFO(Release 5.0.5 |September 22, 2000) at
 2002-06-03 14:13:07,
	Serialize complete at 2002-06-03 14:13:07
Message-ID: <OF0E0F8ABD.FD8BF64C-ON48256BCD.001F99D2@eurofo>
Content-Type: text/html; charset="DEFAULT_CHARSET"
X-Perlmx-Spam: Gauge=XXXXXXXXXII, Probability=92%, Report=A_HREF_TO_REMOVE, CTYPE_JUST_HTML, DEAR_SOMEBODY, FROM_ENDS_IN_NUMS, INVALID_DATE_NO_TZ, MAILTO_LINK, MAILTO_TO_SPAM_ADDR, MAILTO_WITH_SUBJ, MAILTO_WITH_SUBJ_REMOVE, NONEXISTENT_CHARSET, NO_REAL_NAME

<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Stone</title></HEAD>
<BODY><table width="80%" border="0" cellspacing="0" cellpadding="0" align=center>
  <tr> 
    <td height="80" width="10%" align="left">&nbsp;</td>
    <td height="80" width="90%" align="right"><A target=-blank href="http://www.eurofo.com">
     <img src="http://www.eurofo.com/HtmlEmailCn/image/eurofo.gif"  border=0></a></td>
  </tr>
  <tr> 
    <td width="10%"><b><span style="FONT-SIZE: 12pt; FONT-FAMILY: Arial">
     <br>
     </span></b>
    </td>
    <td width="90%" align="right"><span style="FONT-SIZE: 12pt; FONT-FAMILY: Arial"><b>EUROFO 
      Group Co., Ltd.</b><br>
      Suite 1601, No. 511 Weihai Road Shanghai 200041 China <a href="http://www.eurofo.com">http://www.eurofo.com</a><br>
      Tel: (86-21) 62175306*828 Fax: (86-21) 62582010 Email:<a href="mailto:cj8801@sina.com?subject=Re:STONE MOSAIC"> 
      cj8801@sina.com</a>
<a href="mailto:chris_chen@eurofo.com?subject=Re:STONE MOSAIC"> 
      chris_chen@eurofo.com</a></span></td>
  </tr>
  <tr align="middle"> 
    <td colspan="5"> 
      <p style="tab-stops: 72.0pt">
      <hr height="4" color='black'>
  
      <P></P>
    </td>
  </tr>
</table>
<table width="80%" border="0" cellspacing="0" cellpadding="0" align=center>
<tr><td><!--  begin Insert you message //--></table>

	
<table width="80%" border="0" cellspacing="0" cellpadding="0" align=center>
  <tr> 
    <td> 
      <p><b>Dear Sir/Madam,</b></p>
      <p>We are a stone exporter from China. We specialize in stone products of 
        China origin, </p>
      <p>e.g. Marble &amp; Granite tiles/Slate/Stone Sculptures/Tomb monument,
      etc. </p>
        <img src="http://www.eurofo.com/HtmlEmailCn/product_img/stone%20mosaic.jpg" align="texttop">
      <p>Nowadays, one of our best sellers in Europe and North America is Stone 
        Mosaic products. </p>
      <p>The product series include:</p>
      <ul>
        <li>Polished Mosaic: 10*10*8mm,15*15*8mm,15*15*10mm,20*20*10mm,etc.</li>
        <li>Tumbles Mosaic: 10*10*8mm,15*15*8mm,15*15*10mm,20*20*10mm,etc.</li>
      </ul>
      <p>Mosaic Pattern: hundreds of standard pattern or according to clients' 
        design. </p>
      <p>If you are interested in our products, please feel free to contact us. You 
        will find more information about EUROFO at: <a href="http://www.eurofo.com/Eurofo_english/prod/stone">http://www.eurofo.com/Eurofo_english/prod/stone</a> 
      </p>
      <p>Best regards,</p>
      <p>Yours faithfully,<br>
        chris chen<br>
        Export Dept.<br>
        EUROFO Group Co.</p>
      <p><b><a href="mailto:ben_yao@eurofo.com?subject=Remove%20us%20from%20your%20list">Sorry 
        to disturb you. If you don't want to receive our help again, reply us 
        and we will remove you from our list immediately.</a></b></p>
	  </td>
  </tr>
</table>
	  </body>
	  </html>

From eopl-teachers-request Tue Jun  4 00:07:47 2002
Return-Path: <eopl-teachers-request>
Received: from yahoo.com (customer163-49.iplannetworks.net [200.61.163.49] (may be forged))
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id g5457R516536;
	Tue, 4 Jun 2002 00:07:28 -0500 (EST)
Received: from [211.49.146.118] by hd.regsoft.net with esmtp; Sun, 2 Jun 2002 10:19:48 -0300
Reply-To: <frydw7I69@bigfoot.com>
Message-ID: <130864DF-76D6-11D6-98C3-0040055BF52A@1a4GEY8V>
From: <frydw7I69@bigfoot.com>
To: <bramsey@cs.indiana.edu>, <burdickj@cs.indiana.edu>,
   <chaynes@cs.indiana.edu>, <chenglan@cs.indiana.edu>,
   <cseval@cs.indiana.edu>, <cyliax@cs.indiana.edu>, <deck@cs.indiana.edu>,
   <dgerman@cs.indiana.edu>, <dmoffatt@cs.indiana.edu>,
   <dughof@cs.indiana.edu>, <dyb@cs.indiana.edu>, <ehilsdal@cs.indiana.edu>,
   <eopl-teachers@cs.indiana.edu>, <eopl-teachers-request@cs.indiana.edu>,
   <faces-request@cs.indiana.edu>, <fcummins@cs.indiana.edu>,
   <florin@cs.indiana.edu>, <franke@cs.indiana.edu>, <ftp@cs.indiana.edu>
Subject: [SPAM:## 70%] LASER CARTRIDGES
Date: Mon, 03 Jun 2002 21:22:12 -0400
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00Y9_71A11C1E.F1232J44"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: QUALCOMM Windows Eudora Version 5.1
Importance: Normal
X-Perlmx-Spam: Gauge=XXXXXXX, Probability=70%, Report=FROM_ENDS_IN_NUMS, FROM_HAS_MIXED_NUMS, NO_REAL_NAME, RCVD_IN_RFCI, SUBJ_ALL_CAPS, SUSPICIOUS_RECIPS, VERY_SUSP_RECIPS

------=_NextPart_000_00Y9_71A11C1E.F1232J44
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFkb2N0eXBlIGh0bWwgcHVibGljICItLy93M2MvL2R0ZCBodG1sIDQuMCB0cmFuc2l0aW9uYWwv
L2VuIj4NCjxodG1sPg0KPGhlYWQ+DQogICA8bWV0YSBodHRwLWVxdWl2PSJDb250ZW50LVR5cGUi
IGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD1pc28tODg1OS0xIj4NCiAgIDxtZXRhIG5hbWU9
IkF1dGhvciIgY29udGVudD0ic2FtIj4NCiAgIDxtZXRhIG5hbWU9IkdFTkVSQVRPUiIgY29udGVu
dD0iTW96aWxsYS80LjYxIFtlbl0gKFdpbjk4OyBJKSBbTmV0c2NhcGVdIj4NCiAgIDx0aXRsZT5m
Z2ZnPC90aXRsZT4NCjwvaGVhZD4NCjxib2R5Pg0KJm5ic3A7DQo8dGFibGUgQk9SREVSIENPTFM9
MSBXSURUSD0iMTAwJSIgSEVJR0hUPSIxNSUiIEJHQ09MT1I9IiM0MDgwODAiID4NCjx0cj4NCjx0
ZCBCR0NPTE9SPSIjNDA4MDgwIj4NCjxjZW50ZXI+PGI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxm
b250IHNpemU9KzM+VkVSVEVYIExBU0VSIEFORCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9iPg0KPGJy
PjxiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSszPkNPUElFUiBTVVBQTElFUzwv
Zm9udD48L2ZvbnQ+PC9iPjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPg0KDQo8YnI+
Jm5ic3A7DQo8Y2VudGVyPg0KPHA+PGZvbnQgc2l6ZT0rMj5USElTIFdFRUsnUyBTUEVDSUFMUyBP
TiZuYnNwOyZuYnNwOyBMQVNFUiBQUklOVEVSJm5ic3A7DQpBTkQgQ09QSUVSIENBUlRSSURHRVM8
L2ZvbnQ+DQo8YnI+Jm5ic3A7DQo8cD4mbmJzcDs8Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZvbnQg
c2l6ZT0rMj5PUkRFUiBCWSBQSE9ORTogMS04ODgtMjg4LTkwNDM8L2ZvbnQ+PC9mb250Pg0KPGJy
Pjxmb250IGNvbG9yPSIjMDAwMDAwIj48Zm9udCBzaXplPSsyPk9SREVSIEJZIEZBWDogMS04ODgt
OTc3LTE1Nzc8L2ZvbnQ+PC9mb250Pg0KPHA+PGZvbnQgY29sb3I9IiMwMDAwQTAiPjxmb250IHNp
emU9KzE+RU1BSUwgUkVNT1ZBTCBMSU5FOiAxLTg4OC0yNDgtNDkzMDwvZm9udD48L2ZvbnQ+DQo8
cD4mbmJzcDtPUkRFUiBCWSBQQUdFIE5VTUJFUiBBTkQvT1IgSVRFTSBOVU1CRVINCjxicj4mbmJz
cDsNCjxicj4mbmJzcDsNCjxwPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOzxmb250IGZhY2U9IkNv
bWljIFNhbnMgTVMiPiZuYnNwOyA8L2ZvbnQ+PHU+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250
IHNpemU9KzI+Rm9yDQpIZXdsZXR0IFBhY2thcmQgUHJpbnRlcnM6PGk+IDwvaT4oUGFnZSAyKTwv
Zm9udD48L2ZvbnQ+PC91PjwvY2VudGVyPg0KDQo8cD48YnI+DQo8Y2VudGVyPjx0YWJsZSBCT1JE
RVIgV0lEVEg9IjgwJSIgSEVJR0hUPSIxMCUiIEJHQ09MT1I9IiNGRkZGQ0MiID4NCjx0ciBCR0NP
TE9SPSIjNDA4MDgwIj4NCjx0ZCBCR0NPTE9SPSIjNDA4MDgwIj4NCjxjZW50ZXI+PGI+PGZvbnQg
Y29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+SVRFTTwvZm9udD48L2ZvbnQ+PC9iPjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkIEJHQ09MT1I9IiM0MDgwODAiPg0KPGNlbnRlcj48Zm9udCBzaXpl
PSsxPiZuYnNwOzxiPjxmb250IGNvbG9yPSIjRkZGRkZGIj5ERVNDUklQVElPTjwvZm9udD48L2I+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Yj48Zm9udCBjb2xvcj0i
I0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5NRkcgIzwvZm9udD48L2ZvbnQ+PC9iPjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Yj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6
ZT0rMT5QUklDRTwvZm9udD48L2ZvbnQ+PC9iPjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0
cj4NCjx0ZCBCR0NPTE9SPSIjRkZGRkNDIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+SXRlbSAjMTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyamV0
IFNlcmllcyA0TCwgNFAmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDs5MjI3
NEE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNDQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZCBCR0NPTE9SPSIjRkZGRkNDIj4NCjxjZW50ZXI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjMjwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsxPkxhc2VyamV0IFNlcmllcyAxMTAwLDMyMDA8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT4mbmJzcDtDNDA5MjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8
Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyQ0NDwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMzPC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm
b250IHNpemU9KzE+Jm5ic3A7TGFzZXJqZXQgU2VyaWVzJm5ic3A7DQoyPC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm
b250IHNpemU9KzE+Jm5ic3A7IDkyMjk1QTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNw
OyAkNDk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbSAj
IDQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFdJRFRIPSI3MCUiPg0KPGNl
bnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtMYXNlcmpldCBT
ZXJpZXMmbmJzcDsNCjJQPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7OTIyNzVBPC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7ICQ1NDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+
DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5
OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICM1PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+
Jm5ic3A7TGFzZXJqZXQgU2VyaWVzIDVQLDZQLA0KNU1QLCA2TVA8L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT4mbmJzcDszNjAzQTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyQ0NDwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICM2PC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+Jm5ic3A7TGFzZXJqZXQgU2VyaWVzIDVTSSw4MDAwPC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+Jm5ic3A7MzkwOUE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kOTU8
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbSAjNyZuYnNw
OzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0xhc2VyamV0IFNlcmllcyAyMTAwLA0K
MjIwMCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0M0MDk2PC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+Jm5ic3A7JDc0PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsxPiZuYnNwO0l0ZW0gIzg8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtM
YXNlcmpldCBTZXJpZXMgODEwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0M0MTgy
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7JDExNTwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICM5PC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+TGFzZXJqZXQgU2VyaWVzIDVMLzZMPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7
MzkwNkE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDskMzk8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbSAjMTAmbmJzcDs8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT5MYXNlcmpldCBTZXJpZXMmbmJzcDsgNFY8L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT5DMzkwMCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyQ5NTwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxMTwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyamV0IFNlcmllcyA0MDAwPC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm
b250IHNpemU9KzE+QzQxMjdYPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7JDc5PC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzEyPC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMw
MDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQgU2VyaWVzIDNTSS80U0k8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT4mbmJzcDs5MjI5MUEmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT4kNTQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbSAj
MTM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldCBTZXJpZXMgNCw0TSw1LDVNJm5i
c3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQg
Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+OTIyOThBPC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+JDQ5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0
ZW0gIzEzQTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyamV0IFNlcmllcyA1MDAwPC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+QzQxMjlYPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+
JDEyNTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMx
M0I8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldCBTZXJpZXMgMTIwMDwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPkM3MTE1QTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ1OTwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxM0M8L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldCBTZXJpZXMgNDEwMDwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPkM4MDYxWDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ5OTwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxODwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPkxhc2VyamV0IFNlcmllcyZuYnNwOyAzMTAwPC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm
b250IHNpemU9KzE+MzkwNkE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMzk8L2ZvbnQ+PC9m
b250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQg
Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbSAjMTk8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT5MYXNlcmpldCBTZXJpZXMgNDUwMCBCbGFjazwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsxPkM0MTkxJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDY5PC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzIwPC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQgU2VyaWVzIDQ1MDAgQ29sb3I8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT5DQUxMPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDg5PC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KPC90YWJsZT48L2NlbnRlcj4NCg0KPGNlbnRl
cj48cHJlPjxmb250IGZhY2U9IkFyaWFsIE5hcnJvdyI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm
b250IHNpemU9KzI+Rm88L2ZvbnQ+PC9mb250PjwvZm9udD48L3ByZT48L2NlbnRlcj4NCg0KPGNl
bnRlcj48dGFibGUgQk9SREVSIFdJRFRIPSI4MCUiIEhFSUdIVD0iMTAlIiBCR0NPTE9SPSIjRkZG
RkNDIiA+DQo8dHIgQUxJR049Q0VOVEVSIEJHQ09MT1I9IiM0MDgwODAiPg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5JVEVNPC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxm
b250IHNpemU9KzE+REVTQ1JJUFRJT048L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5NRkcgIzwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPlBSSUNFPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPkl0ZW0gIyAxNDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxlc2VyZmF4
IDUwMCwgNzAwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+RlgxPC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250
IHNpemU9KzE+JDU5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0g
IyAxNTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250
IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyZmF4IDUwMDAsIDcwMDA8L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT5GWDI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNjQ8L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjIDE2PC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+TGFzZXJmYXggNjAwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkZY
MzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ1OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT5JdGVtICMxNzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyZmF4
IDg1MDAsIDkwMDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5GWDQ8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT4kNTQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0
cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRl
bSAjMTg8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmZheCAzMjAwPC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+MzkwNkE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNDQ8L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2VudGVyPg0KDQo8Y2Vu
dGVyPg0KPHA+PHU+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzI+Rm9yIExleG1h
cmsgLyBJQk0gTWFjaGluZXM6PGk+DQoob24gUGFnZSAzKTwvaT48L2ZvbnQ+PC9mb250PjwvdT48
L2NlbnRlcj4NCg0KPGNlbnRlcj48dGFibGUgQk9SREVSIFdJRFRIPSI4MCUiIEhFSUdIVD0iMTkl
IiBCR0NPTE9SPSIjRkZGRkNDIiA+DQo8dHIgQkdDT0xPUj0iIzQwODA4MCI+DQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Yj48Zm9udCBmYWNlPSJCb29rbWFuIE9sZCBTdHls
ZSI+Jm5ic3A7PC9mb250PjwvYj48Zm9udCANCnNpemU9KzE+SVRFTTwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9u
dCBzaXplPSsxPkRFU0NSSVBUSU9OPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+TUZHICM8L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i
I0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT5JdGVtICMxPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SUJNIDQwMTkvNDAy
OSZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPjEzODAyMDAmbmJzcDs8L2ZvbnQ+PC9m
b250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5
OSI+PGZvbnQgc2l6ZT0rMT4kOTU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+
DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+SXRlbSAjMjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk9wdHJhIFIsNDAzOSwgNDA0OTwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPjEzODIxNTA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT4kMTE3PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzM8L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5PcHRyYSBFMzEwLCBFMzEyPC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250
IHNpemU9KzE+Jm5ic3A7MTJBMjIwMjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ4OTwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICM0PC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm
b250IHNpemU9KzE+T3B0cmEgRTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOzY5Rzgy
NTYmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNTk8L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMw
MDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjNTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk9w
dHJhIFM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsxMzgyNjI1Jm5ic3A7PC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMw
MDAwOTkiPjxmb250IHNpemU9KzE+JDEzNTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
PC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT5JdGVtICM2PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+T3B0cmEgVDwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyAxMkE1ODQwPC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+JDE2NTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICM3PC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+T3B0cmEgRTQxMC80MTI8L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT4mbmJzcDsgNEswMDE5OCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQx
MTU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2VudGVy
Pg0KDQo8Y2VudGVyPg0KPHA+PHU+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzI+
Rm9yIEFwcGxlIFByaW50ZXJzOjxpPiAob24gUGFnZQ0KOCk8L2k+PC9mb250PjwvZm9udD48L3U+
PC9jZW50ZXI+DQoNCjxjZW50ZXI+PHRhYmxlIEJPUkRFUiBXSURUSD0iODAlIiBIRUlHSFQ9IjEw
JSIgQkdDT0xPUj0iI0ZGRkZDQyIgPg0KPHRyIEFMSUdOPUxFRlQgQkdDT0xPUj0iIzQwODA4MCI+
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPklURU08
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5ERVNDUklQVElPTjwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBz
aXplPSsxPk1GRyM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtJm5ic3A7ICMxPC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250
IHNpemU9KzE+UGVyc29uYWwgTGFzZXJXcml0ZXI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5N
MDA4OUxMQTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ1NDwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMyPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFz
ZXJXcml0ZXIgMzAwUFgvIDMyMC00TCwrNE1MPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TTIw
NDVHQTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250
IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ1NDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+
DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5
OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMzPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJX
cml0ZXIgU2VsZWN0IDM2MDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8
Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk0xOTYwR0E8L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT4kNzQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwv
dHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+SXRlbSAjNDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyV3JpdGVyIDE2LyA2
MDAgUHJvJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TTI0NzNHQTwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPiQ1OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4N
Cg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5JdGVtICM1PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJXcml0ZXIgMTIvIDY0MCBQ
UzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk00NjgzR0EmbmJzcDs8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT4kODk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0
cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRl
bSAjNjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250
IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyIFdyaXRlciBOVC8yTlQ8L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT5NNDUzMkdBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDQ5
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KPC90YWJsZT48L2NlbnRlcj4N
Cg0KPGNlbnRlcj4NCjxwPiZuYnNwOzx1Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXpl
PSsyPkZvciBDYW5ub24gQ29waWVyczogKFBhZ2UNCjEwKTwvZm9udD48L2ZvbnQ+PC91PjwvY2Vu
dGVyPg0KDQo8cD48YnI+DQo8Y2VudGVyPjx0YWJsZSBCT1JERVIgV0lEVEg9IjgwJSIgSEVJR0hU
PSIxMCUiIEJHQ09MT1I9IiNGRkZGQ0MiID4NCjx0ciBCR0NPTE9SPSIjNDA4MDgwIj4NCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+SVRFTTwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZG
RkZGIj48Zm9udCBzaXplPSsxPkRFU0NSSVBUSU9OPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+
TUZHICM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMgMTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPlBD
IDYvIDZSRS8gNy8gOC8gMTEvIDEyLyA2NTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNw
O0EzMCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ2OTwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMgMjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsx
PlBDIDMwMC8zMjAvMzQwLzM2MCZuYnNwOyBBbGwNCjMwMCBTZXJpZXM8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT4mbmJzcDtFNDAmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kODk8
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjMzwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPlBDIDcwMC83MjAvNzYwJm5ic3A7IEFsbCA3MDANClNlcmllczwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0U0MCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPiQ4OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICM0
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+UEMgOTAwLzkxMC85MjAmbmJzcDsgQWxsIDkwMA0K
U2VyaWVzPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7RTQwPC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm
b250IHNpemU9KzE+JDg5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KPC90
YWJsZT48L2NlbnRlcj4NCg0KPGNlbnRlcj4NCjxwPjx1Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsyPkZvciBFcHNvbiBhbmQgUGFuYXNvbmljIFByaW50ZXJzOihvbg0KUGFnZXMg
NCAmYW1wOyA3KTwvZm9udD48L2ZvbnQ+PC91PjwvY2VudGVyPg0KDQo8cD48YnI+DQo8Y2VudGVy
Pjx0YWJsZSBCT1JERVIgV0lEVEg9IjgwJSIgSEVJR0hUPSIxMCUiIEJHQ09MT1I9IiNGRkZGQ0Mi
ID4NCjx0ciBCR0NPTE9SPSIjNDA4MDgwIj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNG
RkZGRkYiPjxmb250IHNpemU9KzE+SVRFTTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IHNpemU9KzE+Jm5ic3A7PGZvbnQgY29sb3I9IiNGRkZGRkYi
PkRFU0NSSVBUSU9OPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+TUZHICM8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+
PGZvbnQgc2l6ZT0rMT5QUklDRTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4N
Cg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5JdGVtICMgMTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkVwc29uIDEwMDAvMTUwMDwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDk5Ij48Zm9udCBzaXplPSsxPlMwNTEwMTEmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT4kMTA1PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzIm
bmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5FcHNvbiBFUEw3MDAwLzgwMDAmbmJzcDs8
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5TMDUxMjAwJm5ic3A7PC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250
IHNpemU9KzE+JDEwNSZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4N
Cg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5JdGVtICMzPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+UGFuYXNvbmljIDkwLzk1Jm5ic3A7
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+LS0tLS0tLS0tLS0tLS0tLT48L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT4kMTA1PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0K
PC90YWJsZT48L2NlbnRlcj4NCg0KPGNlbnRlcj4NCjxwPjx1Pjxmb250IHNpemU9KzM+U29ycnks
PC9mb250PjwvdT48Zm9udCBzaXplPSsyPiZuYnNwOyBTdGlsbCBubyBJbmtqZXRzLA0KYnViYmxl
IGpldHMgb3IgWGVyb3ggaW4gc3RvY2s8L2ZvbnQ+DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8
YnI+Jm5ic3A7DQo8cD48dT48Yj5ESVNDTEFJTUVSUzwvYj46PC91Pg0KPHA+Jm5ic3A7Jm5ic3A7
Jm5ic3A7Jm5ic3A7IEFsbCB0cmFkZW1hcmtzLCBicmFuZCBuYW1lcyBhbmQgZGlhZ3JhbXMgbGlz
dGVkDQpvciBzaG93biBhYm92ZQ0KPGJyPmFyZSBwcm9wZXJ0eSBvZiB0aGVpciByZXNwZWN0aXZl
IGhvbGRlcnMmbmJzcDsmbmJzcDsgYW5kIHVzZWQgZm9yIGRlc2NyaXB0aXZlDQpwdXJwb3NlcyBv
bmx5DQo8YnI+LldlIGRvIG5vdCBjYXJyeSBhbnkgSFAgb2VtIFByb2R1Y3RzLg0KPHA+PGZvbnQg
ZmFjZT0iQ29taWMgU2FucyBNUyI+PHU+Tk9URVM8L3U+OjwvZm9udD4NCjxwPlVuaXZlcnNpdHkg
YW5kIFNjaG9vbCBQdXJjaGFzZSBvcmRlcnMgd2VsY29tZS4gKE5vIENyZWRpdCBhcHByb3ZhbCBy
ZXF1aXJlZC4NCkFsbCBvdGhlciBQdXJjaGFzZQ0KPGJyPiZuYnNwOyZuYnNwOyZuYnNwOyBvcmRl
cnMgcmVxdWlyZSBjcmVkaXQgYXBwcm92YWwNCjxicj4mbmJzcDtQYXkgYnkgY2hlY2sgKEMuTy5E
LiksIENyZWRpdCBjYXJkIG9yIHB1cmNoYXNlIG9yZGVyIChOZXQgMzANCkRheXMpDQo8YnI+U2hp
cHBpbmcgY2hhcmdlcyBzdGFydCBhdCAkNC41IHBlciBjYXJ0cmlkZ2UuIEFkZCAkMS41IGZvciBl
YWNoIGFkZGl0aW9uYWwNCmNhcnRyaWRnZS4gQ2FydHJpZGdlcw0KPGJyPiZuYnNwOyZuYnNwOyZu
YnNwOyBkZWxpdmVyZWQgYnkgRmVkZXJhbCBFeHByZXNzIHdpdGhpbiAyIHRvIDUgd29ya2luZw0K
ZGF5cyBkZXBlbmRpbmcgb24geW91ciBsb2NhdGlvbi4NCjxicj5TaGlwcGluZyBhbmQgYmlsbGlu
ZyBhZGRyZXNzZXMgYXJlIHJlcXVpcmVkIGZvciBQdXJjaGFzZSBPcmRlciB0cmFuc2FjdGlvbnMu
DQpZb3VyIGludm9pY2Ugd2lsbA0KPGJyPiZuYnNwOyZuYnNwOyZuYnNwOyBiZSBhdHRhY2hlZCB0
byB5b3VyIHBhY2thZ2luZy4gUGxlYXNlIHBlYWwgYW5kIHBheQ0Kd2l0aGluIDMwIGRheXMuDQo8
YnI+MzAgZGF5IHN0YW5kYXJkIHJldHVybiBwb2xpY3kgKG1vbmV5IGJhY2sgZ3VhcmFudGVlKSBv
biBhbGwgbWVyY2hhbmRpc2UuDQo5MCBkYXkgdW5saW1pdGVkIGV4Y2hhbmdlIHBvbGljeQ0KPGJy
PiZuYnNwOyZuYnNwOyZuYnNwOyBmb3IgZGVmZWN0aXZlIG1lcmNoYW5kaXNlPGZvbnQgZmFjZT0i
Q29taWMgU2FucyBNUyI+LjwvZm9udD4NCjxwPjxiPjx1PkVYQ0xVU0lPTlM6PC91PjwvYj4NCjxw
Pjx1PldlIGRvIG5vdCBjYXJyeTo8L3U+DQo8cD4mbmJzcDsmbmJzcDsmbmJzcDsgLSBYZXJveCwg
QnJvdGhlciwgUGFuYXNvbmljLCBvciBGdWppdHN1IFByb2R1Y3RzDQo8YnI+Jm5ic3A7Jm5ic3A7
Jm5ic3A7IC0gRGVza2pldC9JbmtqZXQgb3IgQnViYmxlamV0IHByb2R1Y3RzDQo8YnI+Jm5ic3A7
Jm5ic3A7Jm5ic3A7Jm5ic3A7IC1BbnkgT2ZmYnJhbmRzIGJlc2lkZXMgdGhlIG9uZXMgbGlzdGVk
IGFib3ZlLg0KQWxsIGNhcnRyaWRnZXMNCjxicj4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz
cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgYXJlIGNvbXBhdGlibGUNCmhpZ2ggeWllbGQgcHJv
ZHVjdHMuPC9jZW50ZXI+DQoNCjxwPjxicj4NCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4m
bmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxi
cj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsN
Cjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJz
cDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4m
bmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxkbD4NCjxkdD4NCjwv
ZHQ+DQo8L2RsPg0KDQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5i
c3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+
Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8L2JvZHk+DQo8L2h0bWw+DQo=


From eopl-teachers-request Tue Jun  4 11:19:35 2002
Return-Path: <eopl-teachers-request>
Received: from server01.cequelenergy.com ([24.68.220.222])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g54GJVB18516
	for <eopl-teachers@cs.indiana.edu>; Tue, 4 Jun 2002 11:19:31 -0500 (EST)
Received: from xmxpita.excite.com (0-1pool128-226.nas1.dallas1.tx.us.da.qwest.net [63.232.128.226]) by server01.argonautsgroup.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0)
	id L98GM44J; Thu, 30 May 2002 19:10:29 -0600
Message-ID: <000078477178$0000425e$00002c7a@xmxpita.excite.com>
To: <Money.In.Motion>
From: "Stock of the Week" <GTWYtrades@excite.com>
Subject: [SPAM:#### 83%] Value Stocks weekly: (OTC BB:GTWY)                          UYYUDI
Date: Thu, 30 May 2002 20:04:03 -1700
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: trader2629@eudoramail.com
X-Perlmx-Spam: Gauge=XXXXXXXXIII, Probability=83%, Report=CLICK_BELOW, CTYPE_JUST_HTML, INVALID_DATE_TZ_ABSURD, NORMAL_HTTP_TO_IP, RCVD_IN_BL_SPAMCOP_NET, SUBJ_HAS_SPACES, SUBJ_HAS_UNIQ_ID, TO_MALFORMED

<html><head><meta http-equiv=3DContent-Type content=3D"text/html; charset=3D=
windows-1252"></head><body><p><a href=3Dhttp://finance.yahoo.com/q?s=3DGTW=
Y.OB&d=3Dt><img border=3D0 src=3Dhttp://216.110.155.77/images/GTWYsub1.JPG=
 width=3D717 height=3D130 alt=3D"Click HERE to View GTWY Statistics"><img =
border=3D0 src=3Dhttp://216.110.155.77/images/GTWYsub2.JPG width=3D717 hei=
ght=3D532><img border=3D0 src=3Dhttp://216.110.155.77/images/GTWYsub3.JPG =
width=3D718 height=3D242></a></p></body></html>




From eopl-teachers-request Tue Jun  4 18:45:45 2002
Return-Path: <eopl-teachers-request>
Received: from yahoo.com (webport-cl6-cache3.ilford.mdip.bt.net [213.120.56.41])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id g54NjSB15767;
	Tue, 4 Jun 2002 18:45:29 -0500 (EST)
Received: from [33.110.207.82] by mta6.snfc21.pbi.net with local; Mon, 3 Jun 2002 08:40:16 +1200
Reply-To: <jorXvcOam@hotmail.com>
Message-ID: <D4271F6C-77C5-11D6-9FCF-000795E790EF@ipixhYcr>
From: <jorXvcOam@hotmail.com>
To: <arossi@cs.indiana.edu>, <asengupt@cs.indiana.edu>,
   <benagy@cs.indiana.edu>, <bramley@cs.indiana.edu>, <chaynes@cs.indiana.edu>,
   <connelly@cs.indiana.edu>, <crcarter@cs.indiana.edu>,
   <dfried@cs.indiana.edu>, <dmart@cs.indiana.edu>, <dmccarty@cs.indiana.edu>,
   <dswise@cs.indiana.edu>, <dughof@cs.indiana.edu>, <dyb@cs.indiana.edu>,
   <edrbtsn@cs.indiana.edu>, <ekisling@cs.indiana.edu>,
   <eopl-teachers@cs.indiana.edu>, <eweingar@cs.indiana.edu>,
   <faces@cs.indiana.edu>, <faces-request@cs.indiana.edu>,
   <florin@cs.indiana.edu>, <fotos-admin@cs.indiana.edu>,
   <gannon@cs.indiana.edu>, <gcf@cs.indiana.edu>, <george@cs.indiana.edu>,
   <gradvise@cs.indiana.edu>, <gtall@cs.indiana.edu>, <hanson@cs.indiana.edu>,
   <hess@cs.indiana.edu>, <hma@cs.indiana.edu>, <info@cs.indiana.edu>
Subject: [SPAM:## 63%] toner cartridges
Date: Tue, 04 Jun 2002 19:42:40 -0580
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00E2_23I34K5M.N2565R76"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
Importance: Normal
X-Perlmx-Spam: Gauge=XXXXXXIII, Probability=63%, Report=FORGED_HOTMAIL_RCVD, IUCS_TONER, NO_REAL_NAME, SUSPICIOUS_RECIPS, VERY_SUSP_RECIPS

------=_NextPart_000_00E2_23I34K5M.N2565R76
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFkb2N0eXBlIGh0bWwgcHVibGljICItLy93M2MvL2R0ZCBodG1sIDQuMCB0cmFuc2l0aW9uYWwv
L2VuIj4NCjxodG1sPg0KPGhlYWQ+DQogICA8bWV0YSBodHRwLWVxdWl2PSJDb250ZW50LVR5cGUi
IGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD1pc28tODg1OS0xIj4NCiAgIDxtZXRhIG5hbWU9
IkF1dGhvciIgY29udGVudD0ic2FtIj4NCiAgIDxtZXRhIG5hbWU9IkdFTkVSQVRPUiIgY29udGVu
dD0iTW96aWxsYS80LjYxIFtlbl0gKFdpbjk4OyBJKSBbTmV0c2NhcGVdIj4NCiAgIDx0aXRsZT5m
Z2ZnPC90aXRsZT4NCjwvaGVhZD4NCjxib2R5Pg0KJm5ic3A7DQo8dGFibGUgQk9SREVSIENPTFM9
MSBXSURUSD0iMTAwJSIgSEVJR0hUPSIxNSUiIEJHQ09MT1I9IiM0MDgwODAiID4NCjx0cj4NCjx0
ZCBCR0NPTE9SPSIjNDA4MDgwIj4NCjxjZW50ZXI+PGI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxm
b250IHNpemU9KzM+VkVSVEVYIExBU0VSIEFORCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9iPg0KPGJy
PjxiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSszPkNPUElFUiBTVVBQTElFUzwv
Zm9udD48L2ZvbnQ+PC9iPjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPg0KDQo8YnI+
Jm5ic3A7DQo8Y2VudGVyPg0KPHA+PGZvbnQgc2l6ZT0rMj5USElTIFdFRUsnUyBTUEVDSUFMUyBP
TiZuYnNwOyZuYnNwOyBMQVNFUiBQUklOVEVSJm5ic3A7DQpBTkQgQ09QSUVSIENBUlRSSURHRVM8
L2ZvbnQ+DQo8YnI+Jm5ic3A7DQo8cD4mbmJzcDs8Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZvbnQg
c2l6ZT0rMj5PUkRFUiBCWSBQSE9ORTogMS04ODgtMjg4LTkwNDM8L2ZvbnQ+PC9mb250Pg0KPGJy
Pjxmb250IGNvbG9yPSIjMDAwMDAwIj48Zm9udCBzaXplPSsyPk9SREVSIEJZIEZBWDogMS04ODgt
OTc3LTE1Nzc8L2ZvbnQ+PC9mb250Pg0KPHA+PGZvbnQgY29sb3I9IiMwMDAwQTAiPjxmb250IHNp
emU9KzE+RU1BSUwgUkVNT1ZBTCBMSU5FOiAxLTg4OC0yNDgtNDkzMDwvZm9udD48L2ZvbnQ+DQo8
cD4mbmJzcDtPUkRFUiBCWSBQQUdFIE5VTUJFUiBBTkQvT1IgSVRFTSBOVU1CRVINCjxicj4mbmJz
cDsNCjxicj4mbmJzcDsNCjxwPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOzxmb250IGZhY2U9IkNv
bWljIFNhbnMgTVMiPiZuYnNwOyA8L2ZvbnQ+PHU+PGZvbnQgZmFjZT0iQXJpYWwsSGVsdmV0aWNh
Ij48Zm9udCANCmNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsyPkZvcg0KSGV3bGV0dCBQYWNr
YXJkIFByaW50ZXJzOjxpPiA8L2k+KFBhZ2UgMik8L2ZvbnQ+PC9mb250PjwvZm9udD48L3U+PC9j
ZW50ZXI+DQoNCjxwPjxicj4NCjxjZW50ZXI+PHRhYmxlIEJPUkRFUiBXSURUSD0iODAlIiBIRUlH
SFQ9IjEwJSIgQkdDT0xPUj0iI0ZGRkZDQyIgPg0KPHRyIEJHQ09MT1I9IiM0MDgwODAiPg0KPHRk
IEJHQ09MT1I9IiM0MDgwODAiPg0KPGNlbnRlcj48Yj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZv
bnQgc2l6ZT0rMT5JVEVNPC9mb250PjwvZm9udD48L2I+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQg
QkdDT0xPUj0iIzQwODA4MCI+DQo8Y2VudGVyPjxmb250IHNpemU9KzE+Jm5ic3A7PGI+PGZvbnQg
Y29sb3I9IiNGRkZGRkYiPkRFU0NSSVBUSU9OPC9mb250PjwvYj48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXpl
PSsxPk1GRyAjPC9mb250PjwvZm9udD48L2I+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPlBSSUNFPC9mb250Pjwv
Zm9udD48L2I+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkIEJHQ09MT1I9IiNG
RkZGQ0MiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVt
ICMxPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQg
Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQgU2VyaWVzIDRMLCA0UCZuYnNw
OzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOzkyMjc0QTwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsxPiQ0NDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRy
Pg0KPHRkIEJHQ09MT1I9IiNGRkZGQ0MiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT5JdGVtICMyPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQg
U2VyaWVzIDExMDAsMzIwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8
Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0M0MDkyPC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7JDQ0PC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtM
YXNlcmpldCBTZXJpZXMmbmJzcDsNCjI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsg
OTIyOTVBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7ICQ0OTwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMgNDwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQgV0lEVEg9IjcwJSI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0xhc2VyamV0IFNlcmllcyZuYnNwOw0KMlA8L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDs5MjI3NUE8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT4mbmJzcDsgJDU0PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8
dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZu
YnNwO0l0ZW0gIzU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtMYXNlcmpldCBTZXJp
ZXMgNVAsNlAsDQo1TVAsIDZNUDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOzM2MDNB
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7JDQ0PC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzY8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJz
cDtMYXNlcmpldCBTZXJpZXMgNVNJLDgwMDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJz
cDszOTA5QTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ5NTwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICM3Jm5ic3A7PC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250
IHNpemU9KzE+Jm5ic3A7TGFzZXJqZXQgU2VyaWVzIDIxMDAsDQoyMjAwJm5ic3A7PC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+Jm5ic3A7QzQwOTY8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4m
bmJzcDskNzQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRl
bSAjODwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250
IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0xhc2VyamV0IFNlcmllcyA4MTAw
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7QzQxODI8L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT4mbmJzcDskMTE1PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0K
DQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsx
PiZuYnNwO0l0ZW0gIzk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldCBTZXJpZXMg
NUwvNkw8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDszOTA2QTwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPiZuYnNwOyQzOTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90
cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT4mbmJzcDtJdGVtICMxMCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2Vy
amV0IFNlcmllcyZuYnNwOyA0VjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkMzOTAwJm5ic3A7
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7JDk1PC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzExPC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+TGFzZXJqZXQgU2VyaWVzIDQwMDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5DNDEyN1g8
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDskNzk8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbSAjMTI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5MYXNlcmpldCBTZXJpZXMgM1NJLzRTSTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNw
OzkyMjkxQSZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ1NDwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxMzwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsxPkxhc2VyamV0IFNlcmllcyA0LDRNLDUsNU0mbmJzcDs8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT45MjI5OEE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNDk8L2ZvbnQ+PC9m
b250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQg
Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbSAjMTNBPC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+TGFzZXJqZXQgU2VyaWVzIDUwMDA8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT5DNDEyOVg8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMTI1PC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzEzQjwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsxPkxhc2VyamV0IFNlcmllcyAxMjAwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+
QzcxMTVBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU5PC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzEzQzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+
DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXpl
PSsxPkxhc2VyamV0IFNlcmllcyA0MTAwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+QzgwNjFY
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDk5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzE4PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFz
ZXJqZXQgU2VyaWVzJm5ic3A7IDMxMDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4zOTA2QTwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQzOTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxOTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2Vy
amV0IFNlcmllcyA0NTAwIEJsYWNrPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+QzQxOTEmbmJz
cDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNjk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbSAjMjA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5M
YXNlcmpldCBTZXJpZXMgNDUwMCBDb2xvcjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkNBTEw8
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kODk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2VudGVyPg0KDQo8Y2VudGVyPjxwcmU+PHU+PGZvbnQgZmFj
ZT0iQXJpYWwsSGVsdmV0aWNhIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMz5G
b3IgSGV3bGV0dCBQYWNrYW5kIENhbm5vbiBGYXggDQo8aT4ob24gUGFnZSAyPGI+KTwvYj48L2k+
PC9mb250PjwvZm9udD48L2ZvbnQ+PC91PjwvcHJlPjwvY2VudGVyPg0KDQo8Y2VudGVyPjx0YWJs
ZSBCT1JERVIgV0lEVEg9IjgwJSIgSEVJR0hUPSIxMCUiIEJHQ09MT1I9IiNGRkZGQ0MiID4NCjx0
ciBBTElHTj1DRU5URVIgQkdDT0xPUj0iIzQwODA4MCI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPklURU08L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0r
MT5ERVNDUklQVElPTjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPk1GRyAjPC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYi
Pjxmb250IHNpemU9KzE+UFJJQ0U8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+
DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+SXRlbSAjIDE0PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGVzZXJmYXggNTAwLCA3MDA8
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5GWDE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4k
NTk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjIDE1PC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMw
MDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJmYXggNTAwMCwgNzAwMDwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsxPkZYMjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ2NDwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMgMTY8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT5MYXNlcmZheCA2MDAwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+RlgzPC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+JDU5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3Ry
Pg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXpl
PSsxPkl0ZW0gIzE3PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJmYXggODUwMCwgOTAw
MDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkZYNDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsx
PiQ1NDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMxODwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyZmF4IDMyMDA8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT4zOTA2QTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ0NDwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KPC90cj4NCjwvdGFibGU+PC9jZW50ZXI+DQoNCjxjZW50ZXI+DQo8cD48
dT48Zm9udCBmYWNlPSJBcmlhbCxIZWx2ZXRpY2EiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsyPkZvcg0KTGV4bWFyayAvIElCTSBNYWNoaW5lczo8aT4gKG9uIFBhZ2UgMyk8L2k+
PC9mb250PjwvZm9udD48L2ZvbnQ+PC91PjwvY2VudGVyPg0KDQo8Y2VudGVyPjx0YWJsZSBCT1JE
RVIgV0lEVEg9IjgwJSIgSEVJR0hUPSIxOSUiIEJHQ09MT1I9IiNGRkZGQ0MiID4NCjx0ciBCR0NP
TE9SPSIjNDA4MDgwIj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxiPjxm
b250IGZhY2U9IkJvb2ttYW4gT2xkIFN0eWxlIj4mbmJzcDs8L2ZvbnQ+PC9iPjxmb250IA0Kc2l6
ZT0rMT5JVEVNPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+REVTQ1JJUFRJT048L2ZvbnQ+PC9m
b250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZG
RiI+PGZvbnQgc2l6ZT0rMT5NRkcgIzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPlBSSUNFPC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzE8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT5JQk0gNDAxOS80MDI5Jm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+MTM4MDIwMCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8
Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ5NTwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMyPC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+T3B0cmEgUiw0MDM5LCA0MDQ5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+MTM4MjE1
MDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQxMTc8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+SXRlbSAjMzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk9wdHJhIEUz
MTAsIEUzMTI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsxMkEyMjAyPC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+JDg5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3Ry
Pg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXpl
PSsxPkl0ZW0gIzQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5PcHRyYSBFPC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+Jm5ic3A7NjlHODI1NiZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+
DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXpl
PSsxPiQ1OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICM1PC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+T3B0cmEgUzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsx
PiZuYnNwOzEzODI2MjUmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMTM1PC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzY8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT5PcHRyYSBUPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7IDEyQTU4
NDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMTY1PC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzc8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5PcHRyYSBF
NDEwLzQxMjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyA0SzAwMTk4Jm5ic3A7PC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDExNTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KPC90cj4NCjwvdGFibGU+PC9jZW50ZXI+DQoNCjxjZW50ZXI+DQo8cD48dT48Zm9udCBmYWNl
PSJBcmlhbCxIZWx2ZXRpY2EiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsyPkZv
cg0KQXBwbGUgUHJpbnRlcnM6PGk+IChvbiBQYWdlIDgpPC9pPjwvZm9udD48L2ZvbnQ+PC9mb250
PjwvdT48L2NlbnRlcj4NCg0KPGNlbnRlcj48dGFibGUgQk9SREVSIFdJRFRIPSI4MCUiIEhFSUdI
VD0iMTAlIiBCR0NPTE9SPSIjRkZGRkNDIiA+DQo8dHIgQUxJR049TEVGVCBCR0NPTE9SPSIjNDA4
MDgwIj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+
SVRFTTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250
IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPkRFU0NSSVBUSU9OPC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxm
b250IHNpemU9KzE+TUZHIzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8
Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPlBSSUNFPC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250
IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0mbmJzcDsgIzE8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT5QZXJzb25hbCBMYXNlcldyaXRlcjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+
DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXpl
PSsxPk0wMDg5TExBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU0PC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5MYXNlcldyaXRlciAzMDBQWC8gMzIwLTRMLCs0TUw8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5NMjA0NUdBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU0PC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5M
YXNlcldyaXRlciBTZWxlY3QgMzYwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TTE5NjBHQTwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ3NDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT5JdGVtICM0PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJXcml0ZXIg
MTYvIDYwMCBQcm8mbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5NMjQ3M0dBPC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMw
MDAwOTkiPjxmb250IHNpemU9KzE+JDU5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8
L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPkl0ZW0gIzU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcldyaXRlciAxMi8g
NjQwIFBTPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TTQ2ODNHQSZuYnNwOzwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPiQ4OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4N
Cg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5JdGVtICM2PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXIgV3JpdGVyIE5ULzJOVDwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk00NTMyR0E8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT4kNDk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2Vu
dGVyPg0KDQo8Y2VudGVyPg0KPHA+PGZvbnQgZmFjZT0iQXJpYWwsSGVsdmV0aWNhIj4mbmJzcDs8
dT48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMj5Gb3INCkNhbm5vbiBDb3BpZXJz
OiAoUGFnZSAxMCk8L2ZvbnQ+PC9mb250PjwvdT48L2ZvbnQ+PC9jZW50ZXI+DQoNCjxwPjxicj4N
CjxjZW50ZXI+PHRhYmxlIEJPUkRFUiBXSURUSD0iODAlIiBIRUlHSFQ9IjEwJSIgQkdDT0xPUj0i
I0ZGRkZDQyIgPg0KPHRyIEJHQ09MT1I9IiM0MDgwODAiPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5JVEVNPC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9
KzE+REVTQ1JJUFRJT048L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5NRkcgIzwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZG
Ij48Zm9udCBzaXplPSsxPlBSSUNFPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3Ry
Pg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXpl
PSsxPkl0ZW0gIyAxPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+UEMgNi8gNlJFLyA3LyA4LyAx
MS8gMTIvIDY1PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7QTMwJm5ic3A7PC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMw
MDAwOTkiPjxmb250IHNpemU9KzE+JDY5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8
L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPkl0ZW0gIyAyPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+UEMgMzAwLzMyMC8zNDAv
MzYwJm5ic3A7IEFsbA0KMzAwIFNlcmllczwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNw
O0U0MCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ4OTwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMzPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+
UEMgNzAwLzcyMC83NjAmbmJzcDsgQWxsIDcwMA0KU2VyaWVzPC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+Jm5ic3A7RTQwJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDg5PC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzQ8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT5QQyA5MDAvOTEwLzkyMCZuYnNwOyBBbGwgOTAwDQpTZXJpZXM8L2ZvbnQ+PC9m
b250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5
OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtFNDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kODk8
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2VudGVyPg0K
DQo8Y2VudGVyPg0KPHA+PHU+PGZvbnQgZmFjZT0iQXJpYWwsSGVsdmV0aWNhIj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMj5Gb3INCkVwc29uIGFuZCBQYW5hc29uaWMgUHJpbnRl
cnM6KG9uIFBhZ2VzIDQgJmFtcDsgNyk8L2ZvbnQ+PC9mb250PjwvZm9udD48L3U+PC9jZW50ZXI+
DQoNCjxwPjxicj4NCjxjZW50ZXI+PHRhYmxlIEJPUkRFUiBXSURUSD0iODAlIiBIRUlHSFQ9IjEw
JSIgQkdDT0xPUj0iI0ZGRkZDQyIgPg0KPHRyIEJHQ09MT1I9IiM0MDgwODAiPg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5JVEVNPC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgc2l6ZT0rMT4mbmJzcDs8
Zm9udCBjb2xvcj0iI0ZGRkZGRiI+REVTQ1JJUFRJT048L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0r
MT5NRkcgIzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPlBSSUNFPC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIyAxPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+
RXBzb24gMTAwMC8xNTAwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+UzA1MTAxMSZuYnNwOzwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQxMDU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm
b250IHNpemU9KzE+SXRlbSAjMiZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkVwc29u
IEVQTDcwMDAvODAwMCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPlMwNTEyMDAmbmJz
cDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMTA1Jm5ic3A7PC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5Q
YW5hc29uaWMgOTAvOTUmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4tLS0tLS0tLS0t
LS0tLS0tPjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQxMDU8L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2VudGVyPg0KDQo8Y2VudGVyPg0KPHA+PHU+
PGZvbnQgc2l6ZT0rMz5Tb3JyeSw8L2ZvbnQ+PC91Pjxmb250IHNpemU9KzI+Jm5ic3A7IFN0aWxs
IG5vIElua2pldHMsDQpidWJibGUgamV0cyBvciBYZXJveCBpbiBzdG9jazwvZm9udD4NCjxicj4m
bmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxwPjx1PjxiPkRJU0NMQUlNRVJTPC9iPjo8
L3U+DQo8cD4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgQWxsIHRyYWRlbWFya3MsIGJyYW5kIG5h
bWVzIGFuZCBkaWFncmFtcyBsaXN0ZWQNCm9yIHNob3duIGFib3ZlDQo8YnI+YXJlIHByb3BlcnR5
IG9mIHRoZWlyIHJlc3BlY3RpdmUgaG9sZGVycyZuYnNwOyZuYnNwOyBhbmQgdXNlZCBmb3IgZGVz
Y3JpcHRpdmUNCnB1cnBvc2VzIG9ubHkNCjxicj4uV2UgZG8gbm90IGNhcnJ5IGFueSBIUCBvZW0g
UHJvZHVjdHMuDQo8cD48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48dT5OT1RFUzwvdT46PC9m
b250Pg0KPHA+VW5pdmVyc2l0eSBhbmQgU2Nob29sIFB1cmNoYXNlIG9yZGVycyB3ZWxjb21lLiAo
Tm8gQ3JlZGl0IGFwcHJvdmFsIHJlcXVpcmVkLg0KQWxsIG90aGVyIFB1cmNoYXNlDQo8YnI+Jm5i
c3A7Jm5ic3A7Jm5ic3A7IG9yZGVycyByZXF1aXJlIGNyZWRpdCBhcHByb3ZhbA0KPGJyPiZuYnNw
O1BheSBieSBjaGVjayAoQy5PLkQuKSwgQ3JlZGl0IGNhcmQgb3IgcHVyY2hhc2Ugb3JkZXIgKE5l
dCAzMA0KRGF5cykNCjxicj5TaGlwcGluZyBjaGFyZ2VzIHN0YXJ0IGF0ICQ0LjUgcGVyIGNhcnRy
aWRnZS4gQWRkICQxLjUgZm9yIGVhY2ggYWRkaXRpb25hbA0KY2FydHJpZGdlLiBDYXJ0cmlkZ2Vz
DQo8YnI+Jm5ic3A7Jm5ic3A7Jm5ic3A7IGRlbGl2ZXJlZCBieSBGZWRlcmFsIEV4cHJlc3Mgd2l0
aGluIDIgdG8gNSB3b3JraW5nDQpkYXlzIGRlcGVuZGluZyBvbiB5b3VyIGxvY2F0aW9uLg0KPGJy
PlNoaXBwaW5nIGFuZCBiaWxsaW5nIGFkZHJlc3NlcyBhcmUgcmVxdWlyZWQgZm9yIFB1cmNoYXNl
IE9yZGVyIHRyYW5zYWN0aW9ucy4NCllvdXIgaW52b2ljZSB3aWxsDQo8YnI+Jm5ic3A7Jm5ic3A7
Jm5ic3A7IGJlIGF0dGFjaGVkIHRvIHlvdXIgcGFja2FnaW5nLiBQbGVhc2UgcGVhbCBhbmQgcGF5
DQp3aXRoaW4gMzAgZGF5cy4NCjxicj4zMCBkYXkgc3RhbmRhcmQgcmV0dXJuIHBvbGljeSAobW9u
ZXkgYmFjayBndWFyYW50ZWUpIG9uIGFsbCBtZXJjaGFuZGlzZS4NCjkwIGRheSB1bmxpbWl0ZWQg
ZXhjaGFuZ2UgcG9saWN5DQo8YnI+Jm5ic3A7Jm5ic3A7Jm5ic3A7IGZvciBkZWZlY3RpdmUgbWVy
Y2hhbmRpc2U8Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj4uPC9mb250Pg0KPHA+PGI+PHU+RVhD
TFVTSU9OUzo8L3U+PC9iPg0KPHA+PHU+V2UgZG8gbm90IGNhcnJ5OjwvdT4NCjxwPiZuYnNwOyZu
YnNwOyZuYnNwOyAtIFhlcm94LCBCcm90aGVyLCBQYW5hc29uaWMsIG9yIEZ1aml0c3UgUHJvZHVj
dHMNCjxicj4mbmJzcDsmbmJzcDsmbmJzcDsgLSBEZXNramV0L0lua2pldCBvciBCdWJibGVqZXQg
cHJvZHVjdHMNCjxicj4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgLUFueSBPZmZicmFuZHMgYmVz
aWRlcyB0aGUgb25lcyBsaXN0ZWQgYWJvdmUuDQpBbGwgY2FydHJpZGdlcw0KPGJyPiZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyBhcmUgY29tcGF0
aWJsZQ0KaGlnaCB5aWVsZCBwcm9kdWN0cy48L2NlbnRlcj4NCg0KPHA+PGJyPg0KPGJyPiZuYnNw
Ow0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZu
YnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJy
PiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0K
PGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNw
Ow0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZu
YnNwOw0KPGJyPiZuYnNwOw0KPGRsPg0KPGR0Pg0KPC9kdD4NCjwvZGw+DQoNCjxicj4mbmJzcDsN
Cjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJz
cDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjwvYm9k
eT4NCjwvaHRtbD4NCg==


From eopl-teachers-request Wed Jun 12 22:13:49 2002
Return-Path: <eopl-teachers-request>
Received: from www.rapidclickmedia.com ([63.218.225.145])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id g5D3Diw06589;
	Wed, 12 Jun 2002 22:13:45 -0500 (EST)
To: ekisling@cs.indiana.edu
From: industrynews20022002@yahoo.com.sg
Reply-To: remove@nounce1.com
Message-Id: <96BC5I6BYTEM8MGUA.13293L0D428LD0.industrynews20022002@yahoo.com.sg>
Subject: [SPAM:#### 88%] (ADV)  OTCBB: XCNT A Company On The Rise
Received: from www.rapidclickmedia.com by 79SGVY22956F6.www.rapidclickmedia.com with SMTP for ekisling@cs.indiana.edu; Sat, 13 Jul 2002 23:13:07 +0500
Content-Transfer-Encoding: Quoted-Printable
Date: Sat, 13 Jul 2002 23:13:07 +0500
X-Priority: 3
Content-Type: text/html; charset=iso-8859-1
X-Sender: industrynews20022002@yahoo.com.sg
Importance: Normal
X-Perlmx-Spam: Gauge=XXXXXXXXIIIIIIII, Probability=88%, Report=CALL_FREE, CTYPE_JUST_HTML, DEAR_SOMEBODY, FORGED_YAHOO_RCVD, FROM_ENDS_IN_NUMS, NO_REAL_NAME, OPPORTUNITY, PENIS_ENLARGE2

<HTML>
<HEAD>
  <TITLE>Untitled Document</TITLE>
</HEAD>
<BODY BGCOLOR=3D"#ffffff">

<P><CENTER><TABLE WIDTH=3D"593" BORDER=3D"1" CELLSPACING=3D"2" CELLPADDING=3D"0">
  <TR>
    <TD WIDTH=3D"100%" BGCOLOR=3D"#0000ff">
    <P><CENTER><FONT SIZE=3D"+4">&nbsp;</FONT><FONT COLOR=3D"#cccccc"
     SIZE=3D"+4" FACE=3D"Times New Roman">The Wall Street =
Stockwatch</FONT></CENTER></TD>
  </TR>
</TABLE><TABLE WIDTH=3D"450" BORDER=3D"0" CELLSPACING=3D"0" CELLPADDING=3D"0"
HEIGHT=3D"30">
  <TR>
    <TD WIDTH=3D"100%">
    <P><CENTER>&nbsp;<B>THE COMPANY: XENICENT INC. (OTCBB: =
XCNT)</B></CENTER></TD>
  </TR>
</TABLE><TABLE WIDTH=3D"518" BORDER=3D"0" CELLSPACING=3D"0" CELLPADDING=3D"0"
HEIGHT=3D"149">
  <TR>
    <TD WIDTH=3D"40%" BGCOLOR=3D"#00ffff">
    &nbsp;<B>SYMBOL:XCNT</B></TD> 
    <TD WIDTH=3D"60%">
    &nbsp;</TD> 
  </TR>
  <TR>
    <TD WIDTH=3D"40%" BGCOLOR=3D"#00ffff">
    &nbsp;52 WEEK HIGH: $2.50</TD> 
    <TD WIDTH=3D"60%">
    &nbsp;*INNOVATIVE TECHNOLOGY COMPANY</TD> 
  </TR>
  <TR>
    <TD WIDTH=3D"40%" BGCOLOR=3D"#00ffff">
    &nbsp;52 WEEK LOW: $0.15</TD> 
    <TD WIDTH=3D"60%">
    &nbsp;*LED DISPLAY SYSTEMS</TD> 
  </TR>
  <TR>
    <TD WIDTH=3D"40%" BGCOLOR=3D"#00ffff">
    &nbsp;MARKET CAP: $7.5M</TD> 
    <TD WIDTH=3D"60%">
    &nbsp;*STRATEGIC MERGERS &amp; ACQUISITIONS</TD> 
  </TR>
  <TR>
    <TD WIDTH=3D"40%" BGCOLOR=3D"#00ffff">
    &nbsp;APPROX. FLOAT: $.4M</TD> 
    <TD WIDTH=3D"60%">
    &nbsp;</TD> 
  </TR>
  <TR>
    <TD WIDTH=3D"40%" BGCOLOR=3D"#00ffff">
    &nbsp;RECENT PRICE: $0.50</TD> 
    <TD WIDTH=3D"60%">
    &nbsp;</TD> 
  </TR>
</TABLE><TABLE WIDTH=3D"576" BORDER=3D"1" CELLSPACING=3D"0" CELLPADDING=3D"0"
HEIGHT=3D"410">
  <TR>
    <TD WIDTH=3D"100%" HEIGHT=3D"42" BGCOLOR=3D"#0000ff">
    <P><CENTER><FONT COLOR=3D"#cccccc">&nbsp;</FONT><FONT COLOR=3D"#ffffff"
     SIZE=3D"+2">Company Background</FONT></CENTER></TD>
  </TR>
  <TR>
    <TD WIDTH=3D"100%" HEIGHT=3D"365" BGCOLOR=3D"#c8c8c8">
    <P>&nbsp;Dear Investors, Traders, and Speculators:</P>

    <P><BR>
    <B>XENICENT INC.</B> <B>(OTCBB: XCNT) IS UNDER OUR RADAR THIS
    WEEK</B>. The Company, develops, invests in, and operates technology
    and land development related companies within the US, China,
    and Taiwan. XCNT's <B>immediate strategy</B> is to accelerate
    the success of its technology division by acquisitions and development.=
</P>

    <P><BR>
    <B>XCNT </B>recently announced the signing of a definitive agreement
    under which the Company will <B>acquire a 60% interest in Giantek</B>,
    a Taiwanese corporation for U.S. distribution of Giantek's LED
    Display Systems and additional Giantek proprietary technologies.
    &quot;By joining forces with Giantek, we will <B>accelerate our
    entry</B> <B>into attractive new technology markets</B>, and
    add critical breadth to our line of innovative products,&quot;
    Said CEO Duane Bennett of Xenicent. <U>As a result of this important
    acquisition, XCNT will receive exclusive rights to market Giantek's
    products within the United States</U>. Giantek reported over
    $2 million in revenues for 2001, has approximately $3 million
    in assets and currently employs a workforce of 30 employees.</TD> 
  </TR>
</TABLE><TABLE WIDTH=3D"575" BORDER=3D"1" CELLSPACING=3D"0" CELLPADDING=3D"0"
HEIGHT=3D"331">
  <TR>
    <TD WIDTH=3D"100%" BGCOLOR=3D"#0000ff" HEIGHT=3D"39">
    <P><CENTER><B><FONT SIZE=3D"+2">&nbsp;</FONT></B><FONT COLOR=3D"#ffffff"
     SIZE=3D"+2">XCNT Growth Strategy</FONT></CENTER></TD>
  </TR>
  <TR>
    <TD WIDTH=3D"100%" BGCOLOR=3D"#c8c8c8" HEIGHT=3D"289">
    <P>&nbsp;<B>IN THE NEAR FUTURE</B>, management will announce
    its new strategy to capitalize on the growing technology sector
    exploding in Asia. Xenicent has assembled an outstanding team
    of management personnel, all with proven leadership and management
    skills in working with larger &quot;hyper-growth&quot; companies.
    The Company's strategy includes the <B>internal development and
    operation of subsidiaries</B> within the XCNT family, as well
    as investment in additional technology companies directly, and
    through other venture capital arrangements.</P>

    <P><BR>
    <B>THE MOST EXTRAORDINARY ASPECT OF XCNT IS THE OPPORTUNITY IT
    PROVIDES </B>by the limited amount of shares within the public
    float now available for individual investors. It has been our
    experience, that as word gets around the street of new technologies
    being acquired by Xenicent Inc., limited shares, (presently under
    1M), <B>USUALLY </B><U>causes rapid price increase as increased
    buying occurs in these type of smallcap bulletin board companies</U>.=
</TD> 
  </TR>
</TABLE><TABLE WIDTH=3D"574" BORDER=3D"1" CELLSPACING=3D"0" CELLPADDING=3D"0"
HEIGHT=3D"124">
  <TR>
    <TD WIDTH=3D"100%" BGCOLOR=3D"#0000ff" HEIGHT=3D"38">
    <P><CENTER><FONT SIZE=3D"+2">&nbsp;</FONT><FONT COLOR=3D"#ffffff"
     SIZE=3D"+2">Conclusion</FONT></CENTER></TD>
  </TR>
  <TR>
    <TD WIDTH=3D"100%" BGCOLOR=3D"#c8c8c8" HEIGHT=3D"80">
    &nbsp;<B>IN MANAGEMENT'S OPINION, XCNT</B> at a present price
    of .50 cents a share, will in the short term increase its per
    market share by its current strategic objective of acquisition
    targets within the technology field. <B>The Xenicent Technology
    family of companies is expected to increase dramatically</B>&#133;hence
    greater revenues equals price appreciation.</TD> 
  </TR>
</TABLE><TABLE WIDTH=3D"573" BORDER=3D"0" CELLSPACING=3D"0" CELLPADDING=3D"0"
HEIGHT=3D"318">
  <TR>
    <TD WIDTH=3D"100%" HEIGHT=3D"264" BGCOLOR=3D"#0000ff">
    <P>&nbsp;</P>

    <P><FONT COLOR=3D"#ffffff" SIZE=3D"-1">DISCLAIMER:<BR>
    The Wallstreetalerts.com Equity Report and Wall Street Strategies,
    Inc. is an independent research and investor relations firm paid
    for electronic dissemination of company information, and in some
    cases, for consulting services. All statements and expressions
    are meant to be an independent analysis and relies on information
    supplied by sources believed to be reliable and are not meant
    to be a solicitation or recommendation to buy, sell, or hold
    securities. Wwallstreetalerts.com or Wall Street Strategies,
    Inc. are not registered investment advisors or a broker dealer.
    While it is our goal to feature equity investments in micro or
    small capitalization companies that have the potential for long-term
    appreciation, investments in the companies reviewed are considered
    to be a high risk and use of the information provided is at the
    investor's sole risk. Wallstreetalerts.com and Wall Street Strategies,
    Inc. has been retained as a consultant to Xenicent Inc. and has
    been remunerated by XCNT or its shareholders for investor relation
    services in the amount of 50,000 shares to date. Wall Street
    Strategies, Inc., or its affiliates, agents and/or relatives
    thereof may have interests or positions in equity securities
    of the companies reviewed in this bulletin, some or all of which
    may have been acquired prior to the dissemination of this report,
    and may increase or decrease these positions at any time. Investments
    in smallcap companies are generally deemed to be highly speculative
    and to involve substantial risk, making it appropriate for readers
    to consult with professional investment advisors and to make
    independent investigation</FONT></TD> 
  </TR>
  <TR>
    <TD WIDTH=3D"100%" HEIGHT=3D"42" BGCOLOR=3D"#0000ff">
    <P><CENTER><B><FONT COLOR=3D"#ffffff" SIZE=3D"+1">If you wish to
    unsubscribe from our mailing list, please Click &lt;mailto:remove@nounce1.=
com?subject=3DREMOVE&gt;
    Here or call us at 1-866-667-5399, or write to us at: NOUNCE1,
    6822 22nd Ave. N, St. Petersburg, FL 33710-3918</FONT></B></CENTER></TD>
  </TR>
</TABLE><TABLE WIDTH=3D"450" BORDER=3D"0" CELLSPACING=3D"0" CELLPADDING=3D"0"
HEIGHT=3D"26">
  <TR>
    <TD WIDTH=3D"100%">
    <P><CENTER>&nbsp;OTCBB: XCNT</CENTER></TD>
  </TR>
</TABLE></CENTER>

</BODY>
</HTML>


From eopl-teachers-request Fri Jun 14 09:32:23 2002
Return-Path: <eopl-teachers-request>
Received: from flashmailz.net ([67.98.236.10])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g5EEWKt11639;
	Fri, 14 Jun 2002 09:32:20 -0500 (EST)
Received: from mail.flashmailz.net ([192.168.1.71]) by flashmailz.net with Microsoft SMTPSVC(5.0.2195.2966);
	 Fri, 14 Jun 2002 07:26:35 -0700
To: <Undisclosed.Recipients>
From: Wally@flashmailz.net
Subject: [SPAM:## 67%] Read the writing on the wall
Date: Fri, 14 Jun 2002 07:30:22 -1900
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
microsoft: X-Mailer: Microsoft Outlook Express 5.00.2919.6700
Message-ID: <XIyCKDkb9pPFR6sKBEr0000009f@flashmailz.net>
X-OriginalArrivalTime: 14 Jun 2002 14:26:35.0187 (UTC) FILETIME=[7CAF6830:01C213AF]
X-Perlmx-Spam: Gauge=XXXXXXIIIIIII, Probability=67%, Report=CTYPE_JUST_HTML, INVALID_DATE_TZ_ABSURD, NO_REAL_NAME, TO_MALFORMED

<HTML>
<HEAD>
<TITLE>wrmailer</TITLE>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; charset=3Diso-8859=
-1">
</HEAD>
<BODY BGCOLOR=3D#FFFFFF LEFTMARGIN=3D0 TOPMARGIN=3D0 MARGINWIDTH=3D0 MARGI=
NHEIGHT=3D0>
<br>
<table cellpadding=3D0 cellspacing=3D0 border=3D0 height=3D18 width=3D600 =
align=3D"center">
  <tr>
    <td height=3D"35" width=3D"600" colspan=3D"2"> <font color=3D"#000000"=
 size=3D"1" face=3D"Arial">This
      message is an advertisement. We will continue to bring you valuable =
permission
      based messages on the products and services that interest you most, =
unless
      you wish to <a href=3D"http://www.cramz.net/help.html">decline</a>. =
We process
      all requests immediately. Brought to you by World Reach Corporation.=
 Copyright
      2000, 2001, 2002 all rights reserved.</font><font size=3D"1"> </font=
></td>
  </tr>
</table>
<br>
<TABLE WIDTH=3D560 BORDER=3D0 CELLPADDING=3D0 CELLSPACING=3D0 align=3D"cen=
ter">
  <TR>
		<TD>
			<IMG src=3D"http://www.cramz.net/images/wrmailer_01.gif" WIDTH=3D325 HE=
IGHT=3D100 ALT=3D""></TD>
		<TD>
			<IMG src=3D"http://www.cramz.net/images/wrmailer_02.gif" WIDTH=3D235 HE=
IGHT=3D100 ALT=3D""></TD>
	</TR>
	<TR>
		<TD>
			<IMG src=3D"http://www.cramz.net/images/wrmailer_03.gif" WIDTH=3D325 HE=
IGHT=3D142 ALT=3D""></TD>
		<TD>
			<IMG src=3D"http://www.cramz.net/images/wrmailer_04.gif" WIDTH=3D235 HE=
IGHT=3D142 ALT=3D""></TD>
	</TR>
	<TR>
		<TD>
			<IMG src=3D"http://www.cramz.net/images/wrmailer_05.gif" WIDTH=3D325 HE=
IGHT=3D113 ALT=3D""></TD>

    <TD> <a href=3D"http://www.cramz.net/new_form.cfm"><IMG src=3D"http://=
www.cramz.net/images/wrmailer_06.gif" WIDTH=3D235 HEIGHT=3D113 ALT=3D"" bo=
rder=3D"0"></a></TD>
	</TR>
	<TR>
		<TD>
			<IMG src=3D"http://www.cramz.net/images/wrmailer_07.gif" WIDTH=3D325 HE=
IGHT=3D45 ALT=3D""></TD>
		<TD>
			<IMG src=3D"http://www.cramz.net/images/wrmailer_08.gif" WIDTH=3D235 HE=
IGHT=3D45 ALT=3D""></TD>
	</TR>
</TABLE>
<div align=3D"center"><br>
  <img src=3D"http://www.cramz.net/html.gif" width=3D"1" height=3D"1"><br>
  <br>
</div>
<table cellpadding=3D0 cellspacing=3D0 border=3D0 height=3D18 width=3D599 =
align=3D"center">
  <tr>
    <td height=3D"20" width=3D"599" colspan=3D"2">
      <div align=3D"center"><a href=3D"http://www.cramz.net/new_form.cfm">=
<img src=3D"http://www.cramz.net/footer.gif" width=3D"576" height=3D"89" b=
order=3D"0"></a>
      </div>
    </td>
  </tr>
  <tr>
    <td height=3D"20" width=3D"599" colspan=3D"2"><font color=3D"#000000" =
size=3D"1" face=3D"Arial">This
      message is an advertisement. We will continue to bring you valuable =
permission
      based messages on the products and services that interest you most, =
unless
      you wish to <a href=3D"http://www.cramz.net/help.html">decline</a>. =
We process
      all requests immediately. Brought to you by World Reach Corporation.=
 Copyright
      2000, 2001, 2002 all rights reserved.</font><font size=3D"1"> </font=
></td>
  </tr>
</table>
<p>&nbsp;</p></BODY>
</HTML>



From eopl-teachers-request Mon Jun 17 21:15:32 2002
Return-Path: <eopl-teachers-request>
Received: from igssrv03.intersoprogip.fr (igssrv03.intersoprogip.fr [194.206.12.133])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g5I2FQx01801;
	Mon, 17 Jun 2002 21:15:26 -0500 (EST)
Received: from www.capitol.cz (213-4-23-165.uc.nombres.ttd.es [213.4.23.165]) by igssrv03.intersoprogip.fr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
	id MZFKJ8RH; Tue, 18 Jun 2002 04:15:00 +0200
Message-ID: <0000692610bf$000003d8$00003d94@relay1.sw-soft.com>
To: <jzlin@at-schweiz.ch>
From: "Customer Support Group" <jzlin@at-schweiz.ch>
Subject: [SPAM:##### 97%] Low Cost Easy to Use Conferencing
Date: Mon, 17 Jun 2002 19:15:15 -1900
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Outlook Express
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIIII, Probability=97%, Report=A_HREF_TO_REMOVE, CTYPE_JUST_HTML, EXCUSE_3, FORM_W_MAILTO_ACTION, FROM_AND_TO_SAME, INVALID_DATE_TZ_ABSURD, MAILTO_LINK, MAILTO_WITH_SUBJ, MAILTO_WITH_SUBJ_REMOVE, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_OSIRUSOFT_COM, SUBJ_REMOVE

<HTML><HEAD><TITLE>Take Control Of Your Conference Calls</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-12=
52">
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR></HEAD>
<BODY vLink=3D#c0c0c0 link=3D#c0c0c0 bgColor=3D#FFFFFF leftMargin=3D0><FON=
T 
face=3DTimes, New Roman>
<P>
<CENTER>
<TABLE width=3D600 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><B><FONT color=3D#000066 size=3D6>Crystal Clear  
      Conference Calls<BR>Only <U>18 Cents</U> Per Minute!</B></FONT></TD>=
</TR></TBODY></TABLE>
<P><FONT color=3D#666600 size=3D5><B>(Anytime/Anywhere)</B></FONT> 
<P>
<TABLE width=3D350 border=3D0>
  <TBODY>
  <TR>
    <TD><FONT color=3D#000066 size=3D3><B>
      <LI>No setup fees 
      <LI>No contracts or monthly fees 
      <LI>Call anytime, from anywhere, to anywhere 
      <LI>Connects up to 100 Participants 
      <LI>International Dial In 18 cents per minute
      <LI>Simplicity in set up and administration 
      <LI>Operator Help available 24/7 </B></FONT></LI></TD></TR></TBODY><=
/TABLE>
<P>
<TABLE width=3D500 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D#666600 size=3D60><B><FONT size=3D5>G=
et the best 
      quality, the easiest to use, and lowest rate in the 
      industry.</B></FONT></FONT></TD></TR></TBODY></TABLE>
<P>
<TABLE width=3D400 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D#000066 size=3D4>If you like saving m=
oney, fill 
      out the form below and one of our consultants will contact 
  you.</FONT></TD></TR></TBODY></TABLE>
<P><FONT color=3D#000066 size=3D2>Required Input Field<FONT color=3D#66660=
0 
size=3D2>*</FONT></FONT> 
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D6=
00 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3Dmiddle>
      <FORM action=3Dmailto:inbocks4@yahoo.com?subject=3DConference_Inquir=
y 
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066
          size=3D2>Name</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Web 
            Address</FONT></TD>
          <TD><INPUT value=3Dhttp:// name=3DURL></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Company 
            Name</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DCOMPANY_NAME></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>
            State</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600 
            size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DSTATE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Business 
            Phone</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DBUS_PHONE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Home 
            Phone</FONT></TD>
          <TD><INPUT name=3DHOME_PHONE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Email 
            Address</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DEMAIL></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Type of 
            Business</FONT></TD>
          <TD><INPUT name=3DTYPE_OF_BUSINESS></TD></TR></TBODY></TABLE>
      <P><INPUT type=3Dsubmit value=3D"Submit Information" name=3Dsubmit> 
    </FORM></P></TD></TR></TBODY></TABLE>
<BR><BR>
<TABLE width=3D500>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT face=3D"Arial, Helvetica, sans-serif"><font c=
olor=3D#666600
      size=3D1>To be removed from our list, please  
      <A href=3D"mailto:d_lete257@eudoramail.com?subject=3DRemove_Conferen=
cing">Click 
      here.<FONT color=3D#666600></A></FONT>.</FONT></TD></TR></TBODY></TA=
BLE></P></CENTER></BODY></HTML>



From eopl-teachers-request Fri Jun 21 17:55:26 2002
Return-Path: <eopl-teachers-request>
Received: from klineeurope.KESA (unknown-99-121-193.eunet.be [193.121.99.57] (may be forged))
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g5LMtJR03217
	for <eopl-teachers@cs.indiana.edu>; Fri, 21 Jun 2002 17:55:19 -0500 (EST)
Message-Id: <200206212255.g5LMtJR03217@moose.cs.indiana.edu>
Received: from smtp0421.mail.yahoo.com (211.101.192.14 [211.101.192.14]) by klineeurope.KESA with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
	id M46F7184; Fri, 21 Jun 2002 23:02:11 +0200
Date: Fri, 21 Jun 2002 17:06:38 -0400
From: "Leticia Ayanruoh"<emailaddresses98037@yahoo.com>
X-Priority: 3
To: eopl-teachers@cs.indiana.edu
Subject: [SPAM:##### 92%] >>>INCREASE SALES AT 50 TIMES WHAT THEY ARE TODAY...GUARANTEED!
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Perlmx-Spam: Gauge=XXXXXXXXXII, Probability=92%, Report=EXCUSE_3, FORGED_YAHOO_RCVD, FOR_FREE, FROM_ENDS_IN_NUMS, GUARANTEE, LINE_OF_YELLING, PLING, PROFITS, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_OSIRUSOFT_COM, REMOVE_IN_QUOTES, REMOVE_SUBJ, SUBJ_ALL_CAPS


Dear,  eopl-teachers@cs.indiana.edu

INCREASE YOUR SALES AT LEAST 50 TIMES WHAT THEY ARE TODAY...GUARANTEED!

Below is everything you will ever need to market your product or service
over the Internet! Besides that...It's the only real way to market on the 
Internet...Period!

HOW WOULD YOU LIKE TO HAVE YOUR MESSAGE SEEN BY OVER
14.5 MILLION TARGETED PROSPECTS DAILY?


             EARN MEGA-PROFITS WITH THE RIGHT FORMULA

If you have a product, service, or message that you would like to get out 
to Thousands, Hundreds of Thousands, or even Millions of people, you 
have several options. Traditional methods include print advertising, direct 
mail, radio, and television advertising. They are all effective, but they all 
have two catches: They're EXPENSIVE and TIME CONSUMING. Not 
only that, you only get ONE SHOT at making your message heard, by 
the right people.

Now this has all changed!

Thanks to the top programmers in the world and their NEW EMAIL
TECHNOLOGY, You can send over 14,500,000 Emails Daily for FREE...
Without getting terminated from your current Internet connection!

It's very simple to do and you can be increasing sales within minutes of
installing this new extraordinary software!

PLUS...OVER $2,000 IN MARKETING SOFTWARE INCLUDED FREE!
including......
Email extraction software
List manager software
Email sending software

and much...much more!

HURRY!.....OFFER ENDS IN 2 DAYS

To find out more information, Do not respond by email. Instead, Please 
Call our marketing department at....
1- (203) - 467-5378

Cybernet Marketing


_____________________________________________________

Want to be removed from our list?
Simply send an email to us at cybernetremovals@excite.com and 
type "remove" in the "subject" line and you will be removed from any 
future mailings.

From eopl-teachers-request Tue Jun 25 00:08:15 2002
Return-Path: <eopl-teachers-request>
Received: from www.2web12.com ([63.218.225.149])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id g5P58BB14426
	for <eopl-teachers@cs.indiana.edu>; Tue, 25 Jun 2002 00:08:12 -0500 (EST)
From: rptdynamics1000@yahoo.com
Received: from www.2web12.com by KIX05VXC2.www.2web12.com with SMTP for eopl-teachers@cs.indiana.edu; Tue, 25 Jun 2002 13:06:42 -0500
Content-Type: text/html; charset="iso-8859-1"
X-Priority: 3
To: eopl-teachers@cs.indiana.edu
Message-Id: <435C3H5XX22DE1.UTMQVV.rptdynamics1000@yahoo.com>
Reply-To: remove@nounce1.com
Date: Tue, 25 Jun 2002 13:06:42 -0500
Importance: Normal
Content-Transfer-Encoding: quoted-printable
Subject: [SPAM:##### 95%] (ADV)    OTCBB:WPCT A COMPANY ON THE RISE
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIII, Probability=95%, Report=A_HREF_TO_REMOVE, CALL_FREE, CTYPE_JUST_HTML, FORGED_YAHOO_RCVD, FROM_ENDS_IN_NUMS, MAILTO_LINK, MAILTO_TO_REMOVE, MAILTO_WITH_SUBJ, MAILTO_WITH_SUBJ_REMOVE, NO_REAL_NAME, REMOVE_SUBJ, SUBJ_ALL_CAPS, SUBJ_REMOVE

<HTML>
<HEAD>
  <TITLE>Untitled Document</TITLE>
</HEAD>
<BODY BGCOLOR=3D"#ffffff">

<P><CENTER><TABLE WIDTH=3D"580" BORDER=3D"2" CELLSPACING=3D"2" CELLPADDING=3D"0"
HEIGHT=3D"86">
  <TR>
    <TD WIDTH=3D"100%" BGCOLOR=3D"#000099">
    <H1><CENTER><FONT SIZE=3D"+4">&nbsp;</FONT><FONT COLOR=3D"#ffffff"
     SIZE=3D"+4">Market</FONT><I><FONT SIZE=3D"+4"> </FONT><FONT COLOR=3D"#b90000"
     SIZE=3D"+4">Advisory</FONT></I><FONT COLOR=3D"#0000ff" SIZE=3D"+4">
    </FONT><FONT COLOR=3D"#ffffff" SIZE=3D"+4">News</FONT></CENTER></H1>
</TD>
  </TR>
</TABLE><TABLE WIDTH=3D"450" BORDER=3D"0" CELLSPACING=3D"1" CELLPADDING=3D"0"
HEIGHT=3D"40">
  <TR>
    <TD WIDTH=3D"100%">
    <P><CENTER>&nbsp;<B>Current Topic- WesPac Technologies Corp (OTC:
    WPCT)</B></CENTER></TD>
  </TR>
</TABLE><TABLE WIDTH=3D"326" BORDER=3D"0" CELLSPACING=3D"1" CELLPADDING=3D"0"
HEIGHT=3D"146">
  <TR>
    <TD WIDTH=3D"61%" BGCOLOR=3D"#b1b1b1">
    &nbsp;<FONT COLOR=3D"#000000">WesPac Technologies Corp.</FONT></TD> 
    <TD WIDTH=3D"39%" BGCOLOR=3D"#b1b1b1">
    <P><CENTER>&nbsp;(OTC: WPCT)</CENTER></TD>
  </TR>
  <TR>
    <TD WIDTH=3D"61%" BGCOLOR=3D"#b1b1b1">
    &nbsp;Shares Outstanding</TD> 
    <TD WIDTH=3D"39%" BGCOLOR=3D"#b1b1b1">
    <P><CENTER>&nbsp;10,500,000 est.</CENTER></TD>
  </TR>
  <TR>
    <TD WIDTH=3D"61%" BGCOLOR=3D"#b1b1b1">
    &nbsp;Shares Float</TD> 
    <TD WIDTH=3D"39%" BGCOLOR=3D"#b1b1b1">
    <P><CENTER>&nbsp;4,300,000 est.</CENTER></TD>
  </TR>
  <TR>
    <TD WIDTH=3D"61%" BGCOLOR=3D"#b1b1b1">
    &nbsp;Current Price</TD> 
    <TD WIDTH=3D"39%" BGCOLOR=3D"#b1b1b1">
    <P><CENTER>&nbsp;$0.08-0.09</CENTER></TD>
  </TR>
</TABLE><TABLE WIDTH=3D"577" BORDER=3D"1" CELLSPACING=3D"1" CELLPADDING=3D"0"
HEIGHT=3D"112">
  <TR>
    <TD WIDTH=3D"100%" HEIGHT=3D"84" BGCOLOR=3D"#000099">
    <P><CENTER><FONT SIZE=3D"+2">&nbsp;</FONT><B><FONT COLOR=3D"#ffffff"
     SIZE=3D"+3">Why WPCT?</FONT></B></CENTER></TD>
  </TR>
  <TR>
    <TD WIDTH=3D"100%" HEIGHT=3D"24" BGCOLOR=3D"#b1b1b1">
    <P>&nbsp;</P>

    <P><B>Our thoughts</B>:</P>

    <P>For years investment strategists have been telling people
    to diversify and for us that philosophy also holds true for companies
    with successful business models. This is why we decided to look
    for an organization that appeared <B>hot on the acquisition trail</B>.
    Managed effectively, this model vastly helps to improve cash
    flow and increase top and bottom line growth via diversification.
    In doing this we came across a company whose primary strategy
    has been to <U>acquire energy related assets such as Oil and
    Gas properties, Fuel Cell Technology and Bio-Solid Waste Management
    Technology</U>.</P>

    <P>In other words we came across a company that we call a sleeper,
    meaning it is not that well known amongst the general public
    but will be soon enough. That company&#146;s name is WesPac Technologies
    which is headquartered in Dallas, Texas and headed up by <B>President
    Terrence A. Tecco</B>. Mr. Tecco has been the key element to
    many successful joint ventures and mergers in the oil and gas
    industry. His right hand man, <B>Vice President David Tettleton</B>,
    has a 35 year solid record of success in exploration, operations,
    management and has worked with some heavy hitters such as the
    likes of <U>Exxon USA and Campbell Energy Corporation</U>.</P>

    <P>&nbsp;</TD> 
  </TR>
</TABLE><TABLE WIDTH=3D"575" BORDER=3D"1" CELLSPACING=3D"1" CELLPADDING=3D"0"
HEIGHT=3D"119">
  <TR>
    <TD WIDTH=3D"100%" HEIGHT=3D"92" BGCOLOR=3D"#000099">
    <P><CENTER>&nbsp;<B><FONT COLOR=3D"#ffffff" SIZE=3D"+3">Insight into
    WesPac</FONT></B></CENTER></TD>
  </TR>
  <TR>
    <TD WIDTH=3D"100%" HEIGHT=3D"23" BGCOLOR=3D"#b1b1b1">
    <P>&nbsp;</P>

    <P><B>Due to the Middle East&#146;s current environment</B> and
    the world for that matter, industry leaders have been working
    hard at trying to find other sources and places from which they
    can extract more fuel rather than having to rely on certain regions
    and people of the world. <U>WesPac is one of those leaders</U>.
    Currently WesPac has been acquiring numerous smaller wells from
    companies that cannot capture the full potential of their production
    due to costly ineffective recovery methods. WesPac is then able
    to purchase wells under market value, increase output of oil
    and gas several times the normal output, <U>thus turning it into
    a profitable operation</U>. The company is also looking to acquire
    additional oil and gas properties in West Texas, South Louisiana,
    Pennsylvania and New York. WesPac&#146;s objective will be to
    focus on domestic and U. S. reserves but will consider involvement
    in viable foreign markets.</TD> 
  </TR>
</TABLE><TABLE WIDTH=3D"572" BORDER=3D"1" CELLSPACING=3D"1" CELLPADDING=3D"0"
HEIGHT=3D"115">
  <TR>
    <TD WIDTH=3D"100%" HEIGHT=3D"88" BGCOLOR=3D"#000099">
    <P><CENTER><B><FONT COLOR=3D"#ffffff">&nbsp;</FONT><FONT COLOR=3D"#ffffff"
     SIZE=3D"+3">WesPac Market Strategy</FONT></B></CENTER></TD>
  </TR>
  <TR>
    <TD WIDTH=3D"100%" HEIGHT=3D"23" BGCOLOR=3D"#b1b1b1">
    <P>&nbsp;</P>

    <P><B>As environmental concerns continue to grow</B>, WesPac
    has begun to focus much of its attention on alternative energy
    technologies such as fuel cells. On April 4th, 2002, <U>WesPac
    Technologies Corp. entered into a joint venture with Tuaoi-Two
    Communications involving the Solid State Turbo-Hybrid Fuel Cell
    Technology (SOFC)</U>. The SOFC program aims to develop commercial
    electricity generation products that provide high energy conversion
    efficiencies, greatly reduced greenhouse emissions, lower power
    generation noise levels and competitive electricity costs. System
    studies to date indicate that fuel cell/turbine hybrids could
    realize <U>25 percent increase in efficiency and 25 percent reduction
    in cost</U> for a comparably sized fuel cell. WesPac&#146;s goal
    is to develop solid oxide fuel cell products that will enable
    customers to generate electricity on their own premises, using
    natural gas and oil as the fuel source. The on-site power generation
    paradigm is gaining increasing attention throughout the world,
    particularly in the USA, and developing Latin American countries.
    Market assessment studies indicate a <B>major global market for
    this type of product. <BR>
    </B></P>

    <P>&nbsp;</TD> 
  </TR>
</TABLE><TABLE WIDTH=3D"570" BORDER=3D"1" CELLSPACING=3D"1" CELLPADDING=3D"0"
HEIGHT=3D"116">
  <TR>
    <TD WIDTH=3D"100%" HEIGHT=3D"89" BGCOLOR=3D"#000099">
    <P><CENTER>&nbsp;<B><I><FONT COLOR=3D"#b90000" =
SIZE=3D"+3">Advisory</FONT><FONT
     SIZE=3D"+3"> </FONT></I><FONT COLOR=3D"#ffffff" =
SIZE=3D"+3">Conclusion</FONT></B></CENTER></TD>
  </TR>
  <TR>
    <TD WIDTH=3D"100%" HEIGHT=3D"23" BGCOLOR=3D"#b1b1b1">
    <P>&nbsp;</P>

    <P><B>In a recent development</B>, the first Waste Management
    Plant that WesPac Technologies Corp. has been currently working
    to acquire, has now been approved for the processing of human
    and animal waste, <U>passing requirements with the EPA, DEP and
    the NPDES</U>. The process converts the animal and human waste
    into a viable and in-demand organic fertilizer, when mixed with
    the proprietary co-products. The animal and bio-solid waste conversion
    to organic fertilizer <U>exceeds the EPA mantra of REDUCE, REUSE,
    RECYCLE, and RETURN to the EARTH</U>. This environmental and
    ecologically friendly process uses no hazardous or toxic chemicals.
    Unlike traditional lime based processes, this technology is true
    waste recycling. The final product which is in a dry gray granular
    form, can be fully utilized as it is nutrious, organic material,
    ideal for soil conditioning and agronomic filling. <B>Furthermore,
    WesPac intends to expand this proprietary technology throughout
    regions of the United States</B>. Once again the company has
    focused on environmental concerns while incorporating a business
    model which will allow them to take full advantage while increasing
    current market share and helping to significantly improve the
    bottom line.</P>

    <P><B>Due to the company&#146;s strong management team</B>, it&#146;s
    diversification strategy and keen sense for knowing what businesses
    will prove to be most profitable due to the worlds current state
    of affairs, <U>we believe WesPac is clearly on the right track
    to becoming a true global leader</U>!</TD>
  </TR>
</TABLE><TABLE WIDTH=3D"568" BORDER=3D"1" CELLSPACING=3D"1" CELLPADDING=3D"0">
  <TR>
    <TD WIDTH=3D"100%" BGCOLOR=3D"#000099">
    <P>&nbsp;</P>

    <P><FONT COLOR=3D"#ffffff" SIZE=3D"-1">Disclaimer:</FONT></P>

    <P><FONT COLOR=3D"#ffffff" SIZE=3D"-1">Market Advisory News provides
    information on selected companies that it believes has investment
    potential. Market Advisory News is not a registered investment
    advisor or broker - dealer. This report is provided as an information
    service only, and the statements and opinions in this report
    should not be construed as an offer or solicitation to buy or
    sell any security. Market Advisory News accepts no liability
    for any loss arising from an investors reliance on or use of
    this report. An investment in WPCT is considered to be highly
    speculative and should not be considered unless a person can
    afford a complete loss of investment. Market Advisory News has
    been retained to distribute this report on WPCT and has been
    paid 200k free trading shares by a third party. This report involves
    forward looking statements, which involve risk, and uncertainties
    that may cause actual results to differ materially from those
    set forth in the forward - looking statements. For further details
    concerning these risks and uncertainties, see the SEC filings
    of WPCT including the companys most recent annual and quarterly
    reports.</FONT></TD> 
  </TR>
  <TR>
    <TD WIDTH=3D"100%" BGCOLOR=3D"#000099">
    <P><CENTER>&nbsp;&nbsp; <FONT COLOR=3D"#ffffff">If you wish to
    unsubscribe from our mailing list, please </FONT><A =
HREF=3D"mailto:remove@nounce1.com?subject=3DREMOVE">Click
    Here </A><FONT COLOR=3D"#ffffff">or call us at 1-866-667-5399,
    or write to us at: NOUNCE1, 6822 22nd Ave. N, St. Petersburg,
    FL 33710-3918</FONT></CENTER></TD>
  </TR>
</TABLE></CENTER>

</BODY>
</HTML>


From eopl-teachers-request Thu Jun 27 21:36:44 2002
Return-Path: <eopl-teachers-request>
Received: from yahoo.com ([210.239.174.88])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id g5S2a3Z27030;
	Thu, 27 Jun 2002 21:36:04 -0500 (EST)
Received: from 93.16.207.18 ([93.16.207.18]) by smtp013.mail.yahoo.com with asmtp; Wed, 26 Jun 2002 11:33:23 +0400
Reply-To: <jor5u5DlV@yahoo.com>
Message-ID: <AD704170-89DD-11D6-9FCF-000795E790EF@x3ih28gV>
From: <jor5u5DlV@yahoo.com>
To: <ac.csci.a116@cs.indiana.edu>, <dmart@cs.indiana.edu>,
   <dswise@cs.indiana.edu>, <dunn@cs.indiana.edu>,
   <eopl-teachers@cs.indiana.edu>, <faces@cs.indiana.edu>,
   <faces-request@cs.indiana.edu>, <florin@cs.indiana.edu>,
   <gradvise@cs.indiana.edu>, <jajarvi@cs.indiana.edu>, <lcarr@cs.indiana.edu>,
   <mauellis@cs.indiana.edu>, <mlorenze@cs.indiana.edu>,
   <mvanheyn@cs.indiana.edu>, <napi@cs.indiana.edu>, <njsimon@cs.indiana.edu>,
   <nlg@cs.indiana.edu>, <oracle-request@cs.indiana.edu>,
   <owaddell@cs.indiana.edu>
Subject: [SPAM:### 73%] toner cartridges
Date: Thu, 27 Jun 2002 22:35:47 -0580
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00L4_46O57R7T.T3787Y08"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Internet Mail Service (5.5.2650.21)
Importance: Normal
X-Perlmx-Spam: Gauge=XXXXXXXIII, Probability=73%, Report=FORGED_YAHOO_RCVD, FROM_HAS_MIXED_NUMS, IUCS_TONER, NO_REAL_NAME, SUSPICIOUS_RECIPS, VERY_SUSP_RECIPS

------=_NextPart_000_00L4_46O57R7T.T3787Y08
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFkb2N0eXBlIGh0bWwgcHVibGljICItLy93M2MvL2R0ZCBodG1sIDQuMCB0cmFuc2l0aW9uYWwv
L2VuIj4NCjxodG1sPg0KPGhlYWQ+DQogICA8bWV0YSBodHRwLWVxdWl2PSJDb250ZW50LVR5cGUi
IGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD1pc28tODg1OS0xIj4NCiAgIDxtZXRhIG5hbWU9
IkF1dGhvciIgY29udGVudD0ic2FtIj4NCiAgIDxtZXRhIG5hbWU9IkdFTkVSQVRPUiIgY29udGVu
dD0iTW96aWxsYS80LjYxIFtlbl0gKFdpbjk4OyBJKSBbTmV0c2NhcGVdIj4NCiAgIDx0aXRsZT5m
Z2ZnPC90aXRsZT4NCjwvaGVhZD4NCjxib2R5Pg0KJm5ic3A7DQo8dGFibGUgQk9SREVSIENPTFM9
MSBXSURUSD0iMTAwJSIgSEVJR0hUPSIxNSUiIEJHQ09MT1I9IiM0MDgwODAiID4NCjx0cj4NCjx0
ZCBCR0NPTE9SPSIjNDA4MDgwIj4NCjxjZW50ZXI+PGI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxm
b250IHNpemU9KzM+VkVSVEVYIExBU0VSIEFORCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9iPg0KPGJy
PjxiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSszPkNPUElFUiBTVVBQTElFUzwv
Zm9udD48L2ZvbnQ+PC9iPjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPg0KDQo8YnI+
Jm5ic3A7DQo8Y2VudGVyPg0KPHA+PGZvbnQgY29sb3I9IiMwMDAwMDAiPjxmb250IHNpemU9KzI+
VEFLRSBBRFZBTlRBR0UgT0YgVEhFIFNBVklOR1MgV0hJTEUNClRIRVkgTEFTVCEhITwvZm9udD48
L2ZvbnQ+DQo8YnI+PGZvbnQgY29sb3I9IiMwMDAwMDAiPjxmb250IHNpemU9KzI+V0UgQVJFIFJF
RFVDSU5HIE9VUiBJTlZFTlRPUlkgRk9SPC9mb250PjwvZm9udD4NCjxicj48Zm9udCBjb2xvcj0i
IzAwMDAwMCI+PGZvbnQgc2l6ZT0rMj5USEUgU1VNTUVSIE9GIDIwMDIgT04gT1VSIExBU0VSPC9m
b250PjwvZm9udD4NCjxicj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6ZT0rMj5QUklO
VEVSIEFORCBDT1BJRVIgU1VQUExJRVM8L2ZvbnQ+PC9mb250Pg0KPGJyPiZuYnNwOw0KPHA+PGZv
bnQgY29sb3I9IiMwMDAwMDAiPjxmb250IHNpemU9KzI+Jm5ic3A7T1JERVIgQlkgUEhPTkU6IDEt
ODg4LTI4OC05MDQzPC9mb250PjwvZm9udD4NCjxicj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZv
bnQgc2l6ZT0rMj5PUkRFUiBCWSBGQVg6IDEtODg4LTk3Ny0xNTc3PC9mb250PjwvZm9udD4NCjxw
PjxiPjxmb250IGNvbG9yPSIjMDAwMEEwIj48Zm9udCBzaXplPSsyPioqKkVNQUlMIFJFTU9WQUwg
TElORTogDQoxLTg4OC0yNDgtNDkzMCoqKjwvZm9udD48L2ZvbnQ+PC9iPg0KPHA+Jm5ic3A7T1JE
RVIgQlkgUEFHRSBOVU1CRVIgQU5EL09SIElURU0gTlVNQkVSDQo8YnI+Jm5ic3A7DQo8YnI+Jm5i
c3A7DQo8cD4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDs8Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1T
Ij4mbmJzcDsgPC9mb250Pjx1Pjxmb250IA0KZmFjZT0iQXJpYWwsSGVsdmV0aWNhIj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMj5Gb3INCkhld2xldHQgUGFja2FyZCBQcmludGVy
czo8aT4gPC9pPihQYWdlIDIpPC9mb250PjwvZm9udD48L2ZvbnQ+PC91PjwvY2VudGVyPg0KDQo8
cD48YnI+DQo8Y2VudGVyPjx0YWJsZSBCT1JERVIgV0lEVEg9IjgwJSIgSEVJR0hUPSIxMCUiIEJH
Q09MT1I9IiNGRkZGQ0MiID4NCjx0ciBCR0NPTE9SPSIjNDA4MDgwIj4NCjx0ZCBCR0NPTE9SPSIj
NDA4MDgwIj4NCjxjZW50ZXI+PGI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+
SVRFTTwvZm9udD48L2ZvbnQ+PC9iPjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIEJHQ09MT1I9IiM0
MDgwODAiPg0KPGNlbnRlcj48Zm9udCBzaXplPSsxPiZuYnNwOzxiPjxmb250IGNvbG9yPSIjRkZG
RkZGIj5ERVNDUklQVElPTjwvZm9udD48L2I+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
Pg0KPGNlbnRlcj48Yj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5NRkcgIzwv
Zm9udD48L2ZvbnQ+PC9iPjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Yj48Zm9u
dCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwvZm9udD48L2ZvbnQ+PC9iPjwv
Y2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZCBCR0NPTE9SPSIjRkZGRkNDIj4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjMTwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyamV0IFNlcmllcyA0TCwgNFAmbmJzcDs8L2ZvbnQ+PC9m
b250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5
OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDs5MjI3NEE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4k
NDQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZCBCR0NP
TE9SPSIjRkZGRkNDIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+SXRlbSAjMjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyamV0IFNlcmllcyAxMTAw
LDMyMDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtDNDA5MjwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPiZuYnNwOyQ0NDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90
cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT5JdGVtICMzPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7TGFzZXJqZXQgU2Vy
aWVzJm5ic3A7DQoyPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7IDkyMjk1QTwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyAkNDk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbSAjIDQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkIFdJRFRIPSI3MCUiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT4mbmJzcDtMYXNlcmpldCBTZXJpZXMmbmJzcDsNCjJQPC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm
b250IHNpemU9KzE+Jm5ic3A7OTIyNzVBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7
ICQ1NDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICM1
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7TGFzZXJqZXQgU2VyaWVzIDVQLDZQLA0K
NU1QLCA2TVA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDszNjAzQTwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPiZuYnNwOyQ0NDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
PC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT5JdGVtICM2PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7TGFzZXJqZXQg
U2VyaWVzIDVTSSw4MDAwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7MzkwOUE8L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kOTU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
CjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250
IHNpemU9KzE+Jm5ic3A7SXRlbSAjNyZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZu
YnNwO0xhc2VyamV0IFNlcmllcyAyMTAwLA0KMjIwMCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPiZuYnNwO0M0MDk2PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7JDc0PC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzg8L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtMYXNlcmpldCBTZXJpZXMgODEwMDwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPiZuYnNwO0M0MTgyPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5i
c3A7JDExNTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVt
ICM5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQg
Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQgU2VyaWVzIDVMLzZMPC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMw
MDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7MzkwNkE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT4mbmJzcDskMzk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4N
Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7
SXRlbSAjMTAmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldCBTZXJpZXMm
bmJzcDsgNFY8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5DMzkwMCZuYnNwOzwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPiZuYnNwOyQ5NTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
PC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT4mbmJzcDtJdGVtICMxMTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyamV0
IFNlcmllcyA0MDAwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+QzQxMjdYPC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+Jm5ic3A7JDc5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8
L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPiZuYnNwO0l0ZW0gIzEyPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQg
U2VyaWVzIDNTSS80U0k8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDs5MjI5MUEmbmJz
cDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNTQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbSAjMTM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5M
YXNlcmpldCBTZXJpZXMgNCw0TSw1LDVNJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+
OTIyOThBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDQ5PC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzEzQTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+
DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXpl
PSsxPkxhc2VyamV0IFNlcmllcyA1MDAwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+QzQxMjlY
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDEyNTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxM0I8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5M
YXNlcmpldCBTZXJpZXMgMTIwMCwgMzMwMA0Kc2VyaWVzPC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+QzcxMTVBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU5PC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzEzQzwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPkxhc2VyamV0IFNlcmllcyA0MTAwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Qzgw
NjFYPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQg
Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDk5PC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzE4PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+
TGFzZXJqZXQgU2VyaWVzJm5ic3A7IDMxMDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4zOTA2
QTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQzOTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxOTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxh
c2VyamV0IFNlcmllcyA0NTAwIEJsYWNrPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+QzQxOTEm
bmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNjk8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbSAjMjA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5MYXNlcmpldCBTZXJpZXMgNDUwMCBDb2xvcjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkNB
TEw8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kODk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2VudGVyPg0KDQo8Y2VudGVyPjxwcmU+PHU+PGZvbnQg
ZmFjZT0iQXJpYWwsSGVsdmV0aWNhIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
Mz5Gb3IgSGV3bGV0dCBQYWNrYW5kIA0KQ2Fubm9uIEZheCA8aT4ob24gUGFnZSAyPGI+KTwvYj48
L2k+PC9mb250PjwvZm9udD48L2ZvbnQ+PC91PjwvcHJlPjwvY2VudGVyPg0KDQo8Y2VudGVyPjx0
YWJsZSBCT1JERVIgV0lEVEg9IjgwJSIgSEVJR0hUPSIxMCUiIEJHQ09MT1I9IiNGRkZGQ0MiID4N
Cjx0ciBBTElHTj1DRU5URVIgQkdDT0xPUj0iIzQwODA4MCI+DQo8dGQ+DQo8Y2VudGVyPjxmb250
IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPklURU08L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6
ZT0rMT5ERVNDUklQVElPTjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8
Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPk1GRyAjPC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZG
RkYiPjxmb250IHNpemU9KzE+UFJJQ0U8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwv
dHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+SXRlbSAjIDE0PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGVzZXJmYXggNTAwLCA3
MDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5GWDE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT4kNTk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjIDE1PC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJmYXggNTAwMCwgNzAwMDwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPkZYMjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8
Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ2NDwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMgMTY8L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT5MYXNlcmZheCA2MDAwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+RlgzPC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMw
MDAwOTkiPjxmb250IHNpemU9KzE+JDU5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8
L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPkl0ZW0gIzE3PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJmYXggODUwMCwg
OTAwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250
IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkZYNDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+
DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXpl
PSsxPiQ1NDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMxODwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyZmF4IDMyMDA8L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT4zOTA2QTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ0NDwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCjwvdGFibGU+PC9jZW50ZXI+DQoNCjxjZW50ZXI+DQo8
cD48dT48Zm9udCBmYWNlPSJBcmlhbCxIZWx2ZXRpY2EiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsyPkZvcg0KTGV4bWFyayAvIElCTSBNYWNoaW5lczo8aT4gKG9uIFBhZ2UgMyk8
L2k+PC9mb250PjwvZm9udD48L2ZvbnQ+PC91PjwvY2VudGVyPg0KDQo8Y2VudGVyPjx0YWJsZSBC
T1JERVIgV0lEVEg9IjgwJSIgSEVJR0hUPSIxOSUiIEJHQ09MT1I9IiNGRkZGQ0MiID4NCjx0ciBC
R0NPTE9SPSIjNDA4MDgwIj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxi
Pjxmb250IGZhY2U9IkJvb2ttYW4gT2xkIFN0eWxlIj4mbmJzcDs8L2ZvbnQ+PC9iPjxmb250IA0K
c2l6ZT0rMT5JVEVNPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+REVTQ1JJUFRJT048L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZG
RkZGRiI+PGZvbnQgc2l6ZT0rMT5NRkcgIzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPlBSSUNF
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzE8L2ZvbnQ+PC9m
b250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5
OSI+PGZvbnQgc2l6ZT0rMT5JQk0gNDAxOS80MDI5Jm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+MTM4MDIwMCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ5NTwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMyPC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250
IHNpemU9KzE+T3B0cmEgUiw0MDM5LCA0MDQ5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+MTM4
MjE1MDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250
IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQxMTc8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+SXRlbSAjMzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk9wdHJh
IEUzMTAsIEUzMTI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsxMkEyMjAyPC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMw
MDAwOTkiPjxmb250IHNpemU9KzE+JDg5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8
L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPkl0ZW0gIzQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5PcHRyYSBFPC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+Jm5ic3A7NjlHODI1NiZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPiQ1OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICM1
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+T3B0cmEgUzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+
DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXpl
PSsxPiZuYnNwOzEzODI2MjUmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMTM1PC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzY8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT5PcHRyYSBUPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7IDEy
QTU4NDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMTY1PC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzc8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5PcHRy
YSBFNDEwLzQxMjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyA0SzAwMTk4Jm5ic3A7
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDExNTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KPC90cj4NCjwvdGFibGU+PC9jZW50ZXI+DQoNCjxjZW50ZXI+DQo8cD48dT48Zm9udCBm
YWNlPSJBcmlhbCxIZWx2ZXRpY2EiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsy
PkZvcg0KQXBwbGUgUHJpbnRlcnM6PGk+IChvbiBQYWdlIDgpPC9pPjwvZm9udD48L2ZvbnQ+PC9m
b250PjwvdT48L2NlbnRlcj4NCg0KPGNlbnRlcj48dGFibGUgQk9SREVSIFdJRFRIPSI4MCUiIEhF
SUdIVD0iMTAlIiBCR0NPTE9SPSIjRkZGRkNDIiA+DQo8dHIgQUxJR049TEVGVCBCR0NPTE9SPSIj
NDA4MDgwIj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9
KzE+SVRFTTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPkRFU0NSSVBUSU9OPC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYi
Pjxmb250IHNpemU9KzE+TUZHIzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPlBSSUNFPC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0mbmJzcDsgIzE8L2ZvbnQ+PC9m
b250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5
OSI+PGZvbnQgc2l6ZT0rMT5QZXJzb25hbCBMYXNlcldyaXRlcjwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPk0wMDg5TExBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU0PC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzI8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT5MYXNlcldyaXRlciAzMDBQWC8gMzIwLTRMLCs0TUw8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT5NMjA0NUdBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU0PC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5MYXNlcldyaXRlciBTZWxlY3QgMzYwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TTE5NjBH
QTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ3NDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT5JdGVtICM0PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJXcml0
ZXIgMTYvIDYwMCBQcm8mbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5NMjQ3M0dBPC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsxPkl0ZW0gIzU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcldyaXRlciAx
Mi8gNjQwIFBTPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TTQ2ODNHQSZuYnNwOzwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPiQ4OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90
cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT5JdGVtICM2PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXIgV3JpdGVyIE5ULzJO
VDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk00NTMyR0E8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT4kNDk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPjwv
Y2VudGVyPg0KDQo8Y2VudGVyPg0KPHA+PGZvbnQgZmFjZT0iQXJpYWwsSGVsdmV0aWNhIj4mbmJz
cDs8dT48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMj5Gb3INCkNhbm5vbiBDb3Bp
ZXJzOiAoUGFnZSAxMCk8L2ZvbnQ+PC9mb250PjwvdT48L2ZvbnQ+PC9jZW50ZXI+DQoNCjxwPjxi
cj4NCjxjZW50ZXI+PHRhYmxlIEJPUkRFUiBXSURUSD0iODAlIiBIRUlHSFQ9IjEwJSIgQkdDT0xP
Uj0iI0ZGRkZDQyIgPg0KPHRyIEJHQ09MT1I9IiM0MDgwODAiPg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5JVEVNPC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNp
emU9KzE+REVTQ1JJUFRJT048L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5NRkcgIzwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZG
RkZGIj48Zm9udCBzaXplPSsxPlBSSUNFPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8
L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPkl0ZW0gIyAxPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+UEMgNi8gNlJFLyA3LyA4
LyAxMS8gMTIvIDY1PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7QTMwJm5ic3A7PC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDY5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsxPkl0ZW0gIyAyPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+UEMgMzAwLzMyMC8z
NDAvMzYwJm5ic3A7IEFsbA0KMzAwIFNlcmllczwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZu
YnNwO0U0MCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ4OTwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMzPC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+UEMgNzAwLzcyMC83NjAmbmJzcDsgQWxsIDcwMA0KU2VyaWVzPC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250
IHNpemU9KzE+Jm5ic3A7RTQwJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDg5PC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzQ8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT5QQyA5MDAvOTEwLzkyMCZuYnNwOyBBbGwgOTAwDQpTZXJpZXM8L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtFNDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4k
ODk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2VudGVy
Pg0KDQo8Y2VudGVyPg0KPHA+PHU+PGZvbnQgZmFjZT0iQXJpYWwsSGVsdmV0aWNhIj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMj5Gb3INCkVwc29uIGFuZCBQYW5hc29uaWMgUHJp
bnRlcnM6KG9uIFBhZ2VzIDQgJmFtcDsgNyk8L2ZvbnQ+PC9mb250PjwvZm9udD48L3U+PC9jZW50
ZXI+DQoNCjxwPjxicj4NCjxjZW50ZXI+PHRhYmxlIEJPUkRFUiBXSURUSD0iODAlIiBIRUlHSFQ9
IjEwJSIgQkdDT0xPUj0iI0ZGRkZDQyIgPg0KPHRyIEJHQ09MT1I9IiM0MDgwODAiPg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5JVEVNPC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgc2l6ZT0rMT4mbmJz
cDs8Zm9udCBjb2xvcj0iI0ZGRkZGRiI+REVTQ1JJUFRJT048L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6
ZT0rMT5NRkcgIzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPlBSSUNFPC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIyAxPC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+RXBzb24gMTAwMC8xNTAwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+UzA1MTAxMSZuYnNw
OzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQxMDU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+SXRlbSAjMiZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkVw
c29uIEVQTDcwMDAvODAwMCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPlMwNTEyMDAm
bmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMTA1Jm5ic3A7PC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5QYW5hc29uaWMgOTAvOTUmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4tLS0tLS0t
LS0tLS0tLS0tPjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQxMDU8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2VudGVyPg0KDQo8Y2VudGVyPg0KPHA+
PHU+PGZvbnQgc2l6ZT0rMz5Tb3JyeSw8L2ZvbnQ+PC91Pjxmb250IHNpemU9KzI+Jm5ic3A7IFN0
aWxsIG5vIElua2pldHMsDQpidWJibGUgamV0cyBvciBYZXJveCBpbiBzdG9jazwvZm9udD4NCjxi
cj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxwPjx1PjxiPkRJU0NMQUlNRVJTPC9i
Pjo8L3U+DQo8cD4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgQWxsIHRyYWRlbWFya3MsIGJyYW5k
IG5hbWVzIGFuZCBkaWFncmFtcyBsaXN0ZWQNCm9yIHNob3duIGFib3ZlDQo8YnI+YXJlIHByb3Bl
cnR5IG9mIHRoZWlyIHJlc3BlY3RpdmUgaG9sZGVycyZuYnNwOyZuYnNwOyBhbmQgdXNlZCBmb3Ig
ZGVzY3JpcHRpdmUNCnB1cnBvc2VzIG9ubHkNCjxicj4uV2UgZG8gbm90IGNhcnJ5IGFueSBIUCBP
RU0mbmJzcDsgUHJvZHVjdHMuDQo8cD48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj48dT5OT1RF
UzwvdT46PC9mb250Pg0KPHA+VW5pdmVyc2l0eSBhbmQgU2Nob29sIFB1cmNoYXNlIG9yZGVycyB3
ZWxjb21lLiAoTm8gQ3JlZGl0IGFwcHJvdmFsIHJlcXVpcmVkLg0KQWxsIG90aGVyIFB1cmNoYXNl
DQo8YnI+Jm5ic3A7Jm5ic3A7Jm5ic3A7IG9yZGVycyByZXF1aXJlIGNyZWRpdCBhcHByb3ZhbA0K
PGJyPiZuYnNwO1BheSBieSBjaGVjayAoQy5PLkQuKSwgQ3JlZGl0IGNhcmQgb3IgcHVyY2hhc2Ug
b3JkZXIgKE5ldCAzMA0KRGF5cykNCjxicj5TaGlwcGluZyBjaGFyZ2VzIHN0YXJ0IGF0ICQ0LjUg
cGVyIGNhcnRyaWRnZS4gQWRkICQxLjUgZm9yIGVhY2ggYWRkaXRpb25hbA0KY2FydHJpZGdlLiBD
YXJ0cmlkZ2VzDQo8YnI+Jm5ic3A7Jm5ic3A7Jm5ic3A7IGRlbGl2ZXJlZCBieSBGZWRlcmFsIEV4
cHJlc3Mgd2l0aGluIDIgdG8gNSB3b3JraW5nDQpkYXlzIGRlcGVuZGluZyBvbiB5b3VyIGxvY2F0
aW9uLg0KPGJyPlNoaXBwaW5nIGFuZCBiaWxsaW5nIGFkZHJlc3NlcyBhcmUgcmVxdWlyZWQgZm9y
IFB1cmNoYXNlIE9yZGVyIHRyYW5zYWN0aW9ucy4NCllvdXIgaW52b2ljZSB3aWxsDQo8YnI+Jm5i
c3A7Jm5ic3A7Jm5ic3A7IGJlIGF0dGFjaGVkIHRvIHlvdXIgcGFja2FnaW5nLiBQbGVhc2UgcGVh
bCBhbmQgcGF5DQp3aXRoaW4gMzAgZGF5cy4NCjxicj4zMCBkYXkgc3RhbmRhcmQgcmV0dXJuIHBv
bGljeSAobW9uZXkgYmFjayBndWFyYW50ZWUpIG9uIGFsbCBtZXJjaGFuZGlzZS4NCjkwIGRheSB1
bmxpbWl0ZWQgZXhjaGFuZ2UgcG9saWN5DQo8YnI+Jm5ic3A7Jm5ic3A7Jm5ic3A7IGZvciBkZWZl
Y3RpdmUgbWVyY2hhbmRpc2U8Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj4uPC9mb250Pg0KPHA+
PGI+PHU+RVhDTFVTSU9OUzo8L3U+PC9iPg0KPHA+PHU+V2UgZG8gbm90IGNhcnJ5OjwvdT4NCjxw
PiZuYnNwOyZuYnNwOyZuYnNwOyAtIFhlcm94LCBCcm90aGVyLCBQYW5hc29uaWMsIG9yIEZ1aml0
c3UgUHJvZHVjdHMNCjxicj4mbmJzcDsmbmJzcDsmbmJzcDsgLSBEZXNramV0L0lua2pldCBvciBC
dWJibGVqZXQgcHJvZHVjdHMNCjxicj4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgLUFueSBPZmZi
cmFuZHMgYmVzaWRlcyB0aGUgb25lcyBsaXN0ZWQgYWJvdmUuDQpBbGwgY2FydHJpZGdlcw0KPGJy
PiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyBh
cmUgY29tcGF0aWJsZQ0KaGlnaCB5aWVsZCBwcm9kdWN0cy48L2NlbnRlcj4NCg0KPHA+PGJyPg0K
PGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNw
Ow0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZu
YnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJy
PiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0K
PGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNw
Ow0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZu
YnNwOw0KPGJyPiZuYnNwOw0KPGRsPg0KPGR0Pg0KPC9kdD4NCjwvZGw+DQoNCjxicj4mbmJzcDsN
Cjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJz
cDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjwvYm9k
eT4NCjwvaHRtbD4NCg==


From eopl-teachers-request Tue Jul  2 06:09:31 2002
Return-Path: <eopl-teachers-request>
Received: from web40301.mail.yahoo.com (web40301.mail.yahoo.com [66.218.78.80])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id g62B9Sw06800
	for <eopl-teachers@cs.indiana.edu>; Tue, 2 Jul 2002 06:09:28 -0500 (EST)
Message-ID: <20020702110923.20672.qmail@web40301.mail.yahoo.com>
Received: from [216.139.164.36] by web40301.mail.yahoo.com via HTTP; Tue, 02 Jul 2002 04:09:23 PDT
Date: Tue, 2 Jul 2002 04:09:23 -0700 (PDT)
From: saba ajayi <sabae22222@yahoo.com>
Subject: Assistance on Programming Languages
To: eopl-teachers@cs.indiana.edu
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="0-147908883-1025608163=:20579"
X-Perlmx-Spam: Gauge=XXXX, Probability=40%, Report=DEAR_SOMEBODY, FROM_ENDS_IN_NUMS, SUPERLONG_LINE

--0-147908883-1025608163=:20579
Content-Type: text/plain; charset=us-ascii


Dear Teachers, I saw your address on the internet while i was surfing on the web for downloadable texts on  the course above[Programming Languages ]I want you to help in this regard so that i can pass my examination in the course May God help yuo in return .

                                                                                Thanks in anticipation



---------------------------------
Do You Yahoo!?
New! SBC Yahoo! Dial - 1st Month Free & unlimited access
--0-147908883-1025608163=:20579
Content-Type: text/html; charset=us-ascii

<P>Dear Teachers, I saw your address on the internet while i was surfing on the web for downloadable texts on&nbsp; the course above[Programming Languages ]I want you to help in this regard so that i can pass my examination in the course May God help yuo in return .</P>
<P>&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; Thanks in anticipation</P><p><br><hr size=1><b>Do You Yahoo!?</b><br>
New! <a href="http://pa.yahoo.com/*http://rd.yahoo.com/sbcyahoo/consumer/evt=640/*http://sbc.yahoo.com" target="_blank">SBC Yahoo! Dial</a> - 1st Month Free &amp; unlimited access
--0-147908883-1025608163=:20579--

From eopl-teachers-request Thu Jul 18 03:05:41 2002
Return-Path: <eopl-teachers-request>
Received: from cable.net.co (24-196-229-55.charterga.net [24.196.229.55])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id g6I85X417993;
	Thu, 18 Jul 2002 03:05:33 -0500 (EST)
From: <gtts1@cable.net.co>
Subject: [SPAM:##### 96%] Laser printer, copier and fax toner cartridges at great prices.
Date: Thu, 18 Jul 2002 03:58:49
Message-Id: <166.772237.881400@cable.net.co>
Mime-Version: 1.0
Content-Type: text/html; charset="us-ascii"
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIII, Probability=96%, Report=ASKS_BILLING_ADDRESS, CALL_FREE, CLICK_BELOW, CLICK_HERE_LINK, CTYPE_JUST_HTML, INVALID_DATE_NO_TZ, IUCS_TONER, MAILTO_LINK, MISSING_HEADERS, NO_REAL_NAME, SUBJ_REMOVE, SUPERLONG_LINE, TONER, WEB_BUGS


<html>
<x-tab>

<head>
</head>

<p align="center">
<b><a href="mailto:gtts1@cable.net.co"><font color="#000080" size="3" face="Arial">GT TONER
SUPPLIES<br>Laser printer and computer supplies<br>
  1-866-237-7397</font></a></b>

<p align="center">
<img border="0" src="http://images.google.com/images?q=tbn:tGi25bBGM4oC:datadevices.home.mindspring.com/4000printer.jpg" width="81" height="69">
<img border="0" src="http://images.google.com/images?q=tbn:YoAt4rTmZ8sC:www.cartridge-fill.co.uk/groopprinter.gif" width="81" height="69">
<p>
<b><i><font color="#808000" face="Arial" size="4">Save up to 40% from retail price on laser printer toner
cartridges,<br>
copier and fax cartridges.</font></i>
</b> </p>
<p>
<b><i><a href="#prices"><font face="Comic Sans MS" size="3" color="#0000FF">CHECK OUT OUR GREAT
PRICES!</font></a></i>
</b> </p>
<p><b><i><font color="#80000" size="3" face="Comic Sans MS">If you received this email on error, please reply to gtts1@cable.net.co with subject: REMOVE... sorry for the inconvenience.
<p><b><i><font color="#808000" size="4" face="Arial">Please forward to the person responsible for purchasing your laser printer
supplies.</font></i>
</p>
<p><font face="Arial" size="2"><font color="#808000"><x-tab>&nbsp;&nbsp;&nbsp; Order by
phone: (toll free) 1-866-237-7397
</font><font color="#000080"> <br>
</font>
</p>
</font><font color="#808000"><x-tab>&nbsp;&nbsp;&nbsp; Order by email: </font>
</font>
<font color="#0000FF" face="Arial" size="3">Simply reply</font><font color="#000080"> this message or </font><a href="mailto:gtts1@cable.net.co"><font color="#0000FF" face="Arial" size="3">click here</font></a><font face="Arial" size="2"><font color="#808000">&nbsp;
with subject: </font><font color="#000080"> ORDER</font>
</font>
</p>
<p><font face="Arial">&nbsp;&nbsp;&nbsp;</font></b> <font face="Arial"> <b> <font size="2"> <font color="#808000">Email
removal: </font><font color="#000080">Simply reply this message or </font>
</font>
<a href="mailto:gtts1@cable.net.co"><font size="3" color="#0000FF">click here</font></a> <font size="2"> <font color="#808000">
<x-tab>&nbsp; with subject:
</font><font color="#000080"> REMOVE</font><font color="#808000">
<br><br>
</font>
</font>
<font color="#000080" size="4">University</font> <font size="2">  and/or
</font>
<font color="#000080" size="4">School</font><font size="3"> </font> <font size="2"> purchase
orders WELCOME. (no credit approval required)<br>
Pay by check, c.o.d, or purchase order (net 30 days).
</font>
</b>
</font>
</p>
<p><b><i><font color="#000080" size="3">WE ACCEPT ALL MAJOR CREDIT CARDS!</font></i></b>
</p>
<p><b><a href="#color"><font face="Arial" size="3">New! HP 4500/4550 series color
cartridges in stock!</font></a></b>
</p>
<p align="left"> <font size="2"> <b>
<i><font color="#808000" face="Arial">
Our cartridge prices are as follows: <br>
(please order by item number)</font></i>
</b>
</font>
</p>
<p align="left"> <b><font face="Lucida Sans Typewriter" color="#000000" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Hewlett
     Packard<a name="prices"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Price</font></b>
</p>
<p align="left"> <tt><font color="#000000"><b><font size="2">1 -- 92274A Toner Cartridge for LaserJet 4L, 4ML, 4P, 4MP
------------------------$47.50<br>
</font>
<span style="background-color: #C4C4A6">
<font size="2">
2 -- C4092A Black Toner Cartridge for LaserJet 1100A, ASE, 3200SE-----------------$45.50<br>
</font>
</span>
<font size="2">
2A - C7115A Toner Cartridge For HP LaserJet 1000, 1200, 3330 ---------------------$55.50<br>
<span style="background-color: #C4C4A6">
2B - C7115X High Capacity Toner Cartridge for HP LaserJet 1000, 1200, 3330 -------$65.50<br>
</span>
3 -- 92295A Toner Cartridge for LaserJet II, IID, III, IIID ----------------------$49.50<br>
<span style="background-color: #C4C4A6">
4 -- 92275A Toner Cartridge for LaserJet IIP, IIP+, IIIP -------------------------$55.50<br>
</span>
5 -- C3903A Toner Cartridge for LaserJet 5P, 5MP, 6P, 6Pse, 6MP, 6Pxi ------------$46.50<br>
<span style="background-color: #C4C4A6">
6 -- C3909A Toner Cartridge for LaserJet 5Si, 5SiMX, 5Si Copier, 8000 ------------$92.50<br>
</span>
7 -- C4096A Toner Cartridge for LaserJet 2100, 2200DSE, 2200DTN ------------------$72.50<br>
<span style="background-color: #C4C4A6">
8 - C4182X UltraPrecise High Capacity Toner Cartridge for LaserJet 8100 Series---$125.50<br>
</span>
9 -- C3906A Toner Cartridge for LaserJet 5L, 5L Xtra, 6Lse, 6L, 6Lxi, 3100se------$42.50 <br>
<span style="background-color: #C4C4A6">
9A - C3906A Toner Cartridge for LaserJet 3100, 3150 ------------------------------$42.50<br>
</span>
10 - C3900A Black Toner Cartridge for HP LaserJet 4MV, 4V ------------------------$89.50<br>
<span style="background-color: #C4C4A6">
11 - C4127A Black Toner Cartridge for LaserJet 4000SE, 4000N, 4000T, 4000TN ------$76.50<br>
</span>
11A- C8061A Black Laser Toner for HP LaserJet 4100, 4100N ------------------------$76.50<br>
<span style="background-color: #C4C4A6">
11B- C8061X High Capacity Toner Cartridge for LJ4100, 4100N ----------------------$85.50<br>
</span>
11C- C4127X High Capacity Black Cartridge for LaserJet 4000SE,4000N,4000T,4000TN
-$84.50<br>
<span style="background-color: #C4C4A6">
12 - 92291A Toner Cartridge for LaserJet IIISi, 4Si, 4SiMX -----------------------$65.50<br>
</span>
13 - 92298A Toner Cartridge for LaserJet 4, 4 Plus, 4M, 4M Plus, 5, 5se, 5M, 5N
--$46.50<br>
<span style="background-color: #C4C4A6">
14 - C4129X High Capacity Black Toner Cartridge for LaserJet 5000N ---------------$97.50<br>
</span>
15 - LASERFAX 500, 700 (FX1) -----------------------------------------------------$49.00<br>
<span style="background-color: #C4C4A6">
16 - LASERFAX 5000, 7000 (FX2) ---------------------------------------------------$54.00<br>
</span>
17 - LASERFAX (FX3) --------------------------------------------------------------$49.00</font></b><font size="2"><br>
<b><span style="background-color: #C4C4A6">
18 - LASERFAX (FX4) --------------------------------------------------------------$49.00</span></b></font></font></tt>
</p>
<p align="left"> <b><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Hewlett Packard - Color<a name="color"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
Price</font></b>
</p>
<p align="left"> <tt><b><span style="background-color: #C4C4A6"><font face="Lucida Sans Typewriter" size="2" color="#000000">C1 -- C4194a Toner
Cartridge,
Yellow (color lj 4500/4550 series)------------------ $ 89.50<br>
</font></span><font face="Lucida Sans Typewriter" size="2" color="#000000">C2 -- C4193a Toner
Cartridge, Magenta (color lj 4500/4550 series)-----------------
$ 89.50<br>
<span style="background-color: #C4C4A6">C3 -- C4192a toner cartridge, cyan (color lj 4500/4550 series)-------------------- $
89.50<br>
</span>C4 -- c4191a toner cartridge, black (color lj 4500/4550 series)-------------------
$ 74.50</font></b></tt>
</p>
<p align="left"> <b><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Lexmark&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Price</font></b>
</p>
<p align="left"> <tt><font size="2" face="Lucida Sans Typewriter" color="#000000"><b><span style="background-color: #C4C4A6">19 - 1380520 High Yield Black Laser Toner for 4019, 4019E, 4028, 4029, 6, 10, 10L -- $109.50<br>
</span>20 - 1382150 High Yield Toner for 3112, 3116, 4039-10+, 4049- Model 12L,16R,
Optra - $109.50<br>
<span style="background-color: #C4C4A6">21 - 69G8256 Laser Cartridge for Optra E,
E+, EP, ES, 4026, 4026 (6A,6B,6D,6E)&nbsp; ---- $ 49.00<br>
</span>22 - 13T0101 High Yield Toner Cartridge for Lexmark Optra E310, E312, E312L -------- $ 89.00<br>
<span style="background-color: #C4C4A6">23 - 1382625 High-Yield Laser Toner Cartridge for Lexmark Optra S (4059) ----------- $129.50<br>
</span>24 - 12A5745 High Yield Laser Toner for Lexmark Optra T610, 612, 614 (4069) -------- $165.00</b></font></tt>
</p>
<p align="left"> <b><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Epson&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Price</font></b>
</p>
<p align="left"><tt><font color="#000000" size="2" face="Lucida Sans Typewriter"><b><span style="background-color: #C4C4A6">25
---- S051009 Toner Cartridge for Epson EPL7000, 7500, 8000+ - $115.50<br>
</span>25A --- S051009 LP-3000 PS 7000 -------------------------------- $115.50<br>
<span style="background-color: #C4C4A6">26 ---- AS051011 Imaging Cartridge for
ActionLaser-1000, 1500 -- $ 99.50<br>
</span>26A --- AS051011 EPL-5000, EPL-5100, EPL-5200 ------------------ $ 99.50<br></b></font>
</tt></p>
<p align="left"><b><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Panasonic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Price</font></b></p>
<p align="left"><tt><span style="background-color: #C4C4A6"><font color="#000000" face="Lucida Sans Typewriter" size="2"><b>27
------Nec series 2 models 90 and 95 ---------------------- $109.50<br></b></font></span></tt></p>
<p align="left"><b><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;
Apple&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;
Price</font></b></p>
<p align="left"><tt><b><font face="Courier New" size="2" color="#000000"><span style="background-color: #C4C4A6">28 ---- 2473G/A Laser Toner for LaserWriter Pro 600, 630, LaserWriter 16/600 PS -
$ 57.50<br>
</span>29 ---- 1960G/A Laser Toner for Apple LaserWriter Select, 300, 310, 360 --------- $
71.50<br>
<span style="background-color: #C4C4A6">30 ---- M0089LL/A Toner Cartridge for Laserwriter 300, 320 (74A) ---------------- $
52.50<br>
</span>31 ---- M6002 Toner Cartridge for Laserwriter IINT, IINTX, IISC, IIF, IIG (95A) - $
47.50<br>
<span style="background-color: #C4C4A6">31A --- M0089LL/A Toner Cartridge for Laserwriter
LS, NT, NTR, SC (75A) --------- $
55.50<br>
</span>32 ---- M4683G/A Laser Toner for LaserWriter 12, 640PS --------------------------
$ 85.50<br></font></b>
</tt></p>
<p align="left"><b><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Canon&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;
Price</font></b></p>
<p><tt><font color="#000000" size="2" face="Lucida Sans Typewriter"><b><span style="background-color: #C4C4A6">33 --- Fax
CFX-L3500, CFX-4000 CFX-L4500, CFX-L4500IE &amp; IF FX3 ----------- $ 49.50<br>
</span>33A -- L-250, L-260i, L-300 FX3 ------------------------------------------
$ 49.50<br>
<span style="background-color: #C4C4A6">33B -- LASER CLASS 2060, 2060P, 4000 FX3 ---------------------------------
$ 49.50<br>
</span>34 --- LASER CLASS 5000, 5500, 7000, 7100, 7500, 6000 FX2 ----------------
$ 49.50<span style="background-color: #C4C4A6"><br>
35 --- FAX 5000 FX2 ------------------------------------------------------
$ 49.50<br>
</span>36 --- LASER CLASS 8500, 9000, 9000L, 9000MS, 9500, 9500 MS, 9500 S FX4 --
$ 49.50<span style="background-color: #C4C4A6"><br>
36A -- Fax L700,720,760,770,775,777,780,785,790, &amp; L3300 FX1
------------- $ 49.50<br>
</span>36B -- L-800, L-900 FX4 --------------------------------------------------
$ 49.50<span style="background-color: #C4C4A6"><br>
37 --- A30R Toner Cartridge for PC-6, 6RE, 7, 11, 12 ---------------------
$ 59.50<br>
</span>38 --- E-40 Toner Cartridge for PC-720, 740, 770, 790,795, 920, 950, 980 -
$ 85.50<span style="background-color: #C4C4A6"><br>
38A -- E-20 Toner Cartridge for PC-310, 325, 330, 330L, 400, 420, 430 ----
$ 85.50</span></b><span style="background-color: #C4C4A6"><br></span></font>
</tt></p>
<p><b><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;
Xerox&nbsp;&nbsp;&nbsp; Price</font></b></p>
<p><tt><font color="#000000" size="2" face="Lucida Sans Typewriter"><b><span style="background-color: #C4C4A6">39 ---- 6R900 75A ---- $ 55.50<br>
</span>40 ---- 6R903 98A ---- $ 46.50<span style="background-color: #C4C4A6"><br>
41 ---- 6R902 95A ---- $ 49.50<br>
</span>42 ---- 6R901 91A ---- $ 65.50<span style="background-color: #C4C4A6"><br>
43 ---- 6R908 06A ---- $ 42.50<br>
</span>44 ---- 6R899 74A ---- $ 47.50<span style="background-color: #C4C4A6"><br>
45 ---- 6R928 96A ---- $ 72.50<br>
</span>46 ---- 6R926 27X ---- $ 84.50<span style="background-color: #C4C4A6"><br>
47 ---- 6R906 09A ---- $ 92.50<br>
</span>48 ---- 6R907 4MV ---- $ 89.50<span style="background-color: #C4C4A6"><br>
49 ---- 6R905 03A ---- $ 46.50</span></b></font></tt></p>
<p align="left"><b><i><font color="#808000" size="3" face="Arial">30 Day unlimited warranty included on all
products<br>
GT Toner Supplies guarantees these cartridges to be free from defects in
workmanship and material.</font></i>
</b>
</p>
<p align="left"><b><i><font color="#0000FF" size="3" face="Arial">We look
forward in doing business with you.</font></i></b>
</p>
<p align="left"><b><i><font color="#0000FF" size="3" face="Arial">Customer&nbsp;
Satisfaction guaranteed</font></i></b>
</p>
<p>
<font size="2" face="Arial"><b>I<font color="#000080">f you are ordering by e-mail or
c.o.d. please fill out an order<br>
form with the following information:</font><font color="#808000"><i>&nbsp;&nbsp;&nbsp;</i></font><font color="#000080">
</font><i>&nbsp;&nbsp;&nbsp;</i><font color="#000080" face="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#0000FF">
</font><font color="#808000"><i>&nbsp;</i></font><font color="#000080"><br><br>
</font><font color="#808000">phone number<br>
company name<br>
first and last name<br>
street address<br>
city, state zip code&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;
</font></b></font><font size="2" face="Arial"><b><i><a href="mailto:gtts1@cable.net.co"><font color="#0000FF">Order Now</font></a> </i><font color="#000080">or
call toll free </font><font size="3" color="#0000FF"> 1-866-237-7397</font> </b></font>
<font size="2" face="Arial"><b><font color="#808000"><br><br>
</font><font color="#000080">If you are ordering by purchase order please fill out an order form<br>
with the following information:&nbsp;&nbsp;&nbsp; </font><i>&nbsp;&nbsp;&nbsp;</i><font color="#000080" face="Arial">&nbsp;&nbsp;&nbsp;&nbsp;
</font></b></font></p>
<p><b><font face="Arial" color="#808000" size="2">purchase order number<br>
phone number<br>
company or school name<br>
shipping address and billing address<br>
city, state zip code&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;
</font></b><font size="2" face="Arial"><b><i><a href="mailto:gtts1@cable.net.co"><font color="#0000FF">Order
Now</font></a></i></b></font></p>
<p align="left"><b><font size="2"><i><font color="#800000" size="2" face="Arial">All trade marks and brand names listed above are property
of the respective<br>
holders and used for descriptive purposes only.</font>
</i>
</font>
</b>
</p>
<html>
<x-tab>

<head>
</head>

<p align="center">
<b><a href="mailto:gtts1@cable.net.co"><font color="#000080" size="3" face="Arial">GT TONER
SUPPLIES<br>Laser printer and computer supplies<br>
  1-866-237-7397</font></a></b>

<p align="center">
<img border="0" src="http://images.google.com/images?q=tbn:tGi25bBGM4oC:datadevices.home.mindspring.com/4000printer.jpg" width="81" height="69">
<img border="0" src="http://images.google.com/images?q=tbn:YoAt4rTmZ8sC:www.cartridge-fill.co.uk/groopprinter.gif" width="81" height="69">
<p>
<b><i><font color="#808000" face="Arial" size="4">Save up to 40% from retail price on laser printer toner
cartridges,<br>
copier and fax cartridges.</font></i>
</b> </p>
<p>
<b><i><a href="#prices"><font face="Comic Sans MS" size="3" color="#0000FF">CHECK OUT OUR GREAT
PRICES!</font></a></i>
</b> </p>
<p><b><i><font color="#80000" size="3" face="Comic Sans MS">If you received this email on error, please reply to gtts1@cable.net.co with subject: REMOVE... sorry for the inconvenience.
<p><b><i><font color="#808000" size="4" face="Arial">Please forward to the person responsible for purchasing your laser printer
supplies.</font></i>
</p>
<p><font face="Arial" size="2"><font color="#808000"><x-tab>&nbsp;&nbsp;&nbsp; Order by
phone: (toll free) 1-866-237-7397
</font><font color="#000080"> <br>
</font>
</p>
</font><font color="#808000"><x-tab>&nbsp;&nbsp;&nbsp; Order by email: </font>
</font>
<font color="#0000FF" face="Arial" size="3">Simply reply</font><font color="#000080"> this message or </font><a href="mailto:gtts1@cable.net.co"><font color="#0000FF" face="Arial" size="3">click here</font></a><font face="Arial" size="2"><font color="#808000">&nbsp;
with subject: </font><font color="#000080"> ORDER</font>
</font>
</p>
<p><font face="Arial">&nbsp;&nbsp;&nbsp;</font></b> <font face="Arial"> <b> <font size="2"> <font color="#808000">Email
removal: </font><font color="#000080">Simply reply this message or </font>
</font>
<a href="mailto:gtts1@cable.net.co"><font size="3" color="#0000FF">click here</font></a> <font size="2"> <font color="#808000">
<x-tab>&nbsp; with subject:
</font><font color="#000080"> REMOVE</font><font color="#808000">
<br><br>
</font>
</font>
<font color="#000080" size="4">University</font> <font size="2">  and/or
</font>
<font color="#000080" size="4">School</font><font size="3"> </font> <font size="2"> purchase
orders WELCOME. (no credit approval required)<br>
Pay by check, c.o.d, or purchase order (net 30 days).
</font>
</b>
</font>
</p>
<p><b><i><font color="#000080" size="3">WE ACCEPT ALL MAJOR CREDIT CARDS!</font></i></b>
</p>
<p><b><a href="#color"><font face="Arial" size="3">New! HP 4500/4550 series color
cartridges in stock!</font></a></b>
</p>
<p align="left"> <font size="2"> <b>
<i><font color="#808000" face="Arial">
Our cartridge prices are as follows: <br>
(please order by item number)</font></i>
</b>
</font>
</p>
<p align="left"> <b><font face="Lucida Sans Typewriter" color="#000000" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Hewlett
     Packard<a name="prices"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Price</font></b>
</p>
<p align="left"> <tt><font color="#000000"><b><font size="2">1 -- 92274A Toner Cartridge for LaserJet 4L, 4ML, 4P, 4MP
------------------------$47.50<br>
</font>
<span style="background-color: #C4C4A6">
<font size="2">
2 -- C4092A Black Toner Cartridge for LaserJet 1100A, ASE, 3200SE-----------------$45.50<br>
</font>
</span>
<font size="2">
2A - C7115A Toner Cartridge For HP LaserJet 1000, 1200, 3330 ---------------------$55.50<br>
<span style="background-color: #C4C4A6">
2B - C7115X High Capacity Toner Cartridge for HP LaserJet 1000, 1200, 3330 -------$65.50<br>
</span>
3 -- 92295A Toner Cartridge for LaserJet II, IID, III, IIID ----------------------$49.50<br>
<span style="background-color: #C4C4A6">
4 -- 92275A Toner Cartridge for LaserJet IIP, IIP+, IIIP -------------------------$55.50<br>
</span>
5 -- C3903A Toner Cartridge for LaserJet 5P, 5MP, 6P, 6Pse, 6MP, 6Pxi ------------$46.50<br>
<span style="background-color: #C4C4A6">
6 -- C3909A Toner Cartridge for LaserJet 5Si, 5SiMX, 5Si Copier, 8000 ------------$92.50<br>
</span>
7 -- C4096A Toner Cartridge for LaserJet 2100, 2200DSE, 2200DTN ------------------$72.50<br>
<span style="background-color: #C4C4A6">
8 - C4182X UltraPrecise High Capacity Toner Cartridge for LaserJet 8100 Series---$125.50<br>
</span>
9 -- C3906A Toner Cartridge for LaserJet 5L, 5L Xtra, 6Lse, 6L, 6Lxi, 3100se------$42.50 <br>
<span style="background-color: #C4C4A6">
9A - C3906A Toner Cartridge for LaserJet 3100, 3150 ------------------------------$42.50<br>
</span>
10 - C3900A Black Toner Cartridge for HP LaserJet 4MV, 4V ------------------------$89.50<br>
<span style="background-color: #C4C4A6">
11 - C4127A Black Toner Cartridge for LaserJet 4000SE, 4000N, 4000T, 4000TN ------$76.50<br>
</span>
11A- C8061A Black Laser Toner for HP LaserJet 4100, 4100N ------------------------$76.50<br>
<span style="background-color: #C4C4A6">
11B- C8061X High Capacity Toner Cartridge for LJ4100, 4100N ----------------------$85.50<br>
</span>
11C- C4127X High Capacity Black Cartridge for LaserJet 4000SE,4000N,4000T,4000TN
-$84.50<br>
<span style="background-color: #C4C4A6">
12 - 92291A Toner Cartridge for LaserJet IIISi, 4Si, 4SiMX -----------------------$65.50<br>
</span>
13 - 92298A Toner Cartridge for LaserJet 4, 4 Plus, 4M, 4M Plus, 5, 5se, 5M, 5N
--$46.50<br>
<span style="background-color: #C4C4A6">
14 - C4129X High Capacity Black Toner Cartridge for LaserJet 5000N ---------------$97.50<br>
</span>
15 - LASERFAX 500, 700 (FX1) -----------------------------------------------------$49.00<br>
<span style="background-color: #C4C4A6">
16 - LASERFAX 5000, 7000 (FX2) ---------------------------------------------------$54.00<br>
</span>
17 - LASERFAX (FX3) --------------------------------------------------------------$49.00</font></b><font size="2"><br>
<b><span style="background-color: #C4C4A6">
18 - LASERFAX (FX4) --------------------------------------------------------------$49.00</span></b></font></font></tt>
</p>
<p align="left"> <b><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Hewlett Packard - Color<a name="color"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
Price</font></b>
</p>
<p align="left"> <tt><b><span style="background-color: #C4C4A6"><font face="Lucida Sans Typewriter" size="2" color="#000000">C1 -- C4194a Toner
Cartridge,
Yellow (color lj 4500/4550 series)------------------ $ 89.50<br>
</font></span><font face="Lucida Sans Typewriter" size="2" color="#000000">C2 -- C4193a Toner
Cartridge, Magenta (color lj 4500/4550 series)-----------------
$ 89.50<br>
<span style="background-color: #C4C4A6">C3 -- C4192a toner cartridge, cyan (color lj 4500/4550 series)-------------------- $
89.50<br>
</span>C4 -- c4191a toner cartridge, black (color lj 4500/4550 series)-------------------
$ 74.50</font></b></tt>
</p>
<p align="left"> <b><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Lexmark&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Price</font></b>
</p>
<p align="left"> <tt><font size="2" face="Lucida Sans Typewriter" color="#000000"><b><span style="background-color: #C4C4A6">19 - 1380520 High Yield Black Laser Toner for 4019, 4019E, 4028, 4029, 6, 10, 10L -- $109.50<br>
</span>20 - 1382150 High Yield Toner for 3112, 3116, 4039-10+, 4049- Model 12L,16R,
Optra - $109.50<br>
<span style="background-color: #C4C4A6">21 - 69G8256 Laser Cartridge for Optra E,
E+, EP, ES, 4026, 4026 (6A,6B,6D,6E)&nbsp; ---- $ 49.00<br>
</span>22 - 13T0101 High Yield Toner Cartridge for Lexmark Optra E310, E312, E312L -------- $ 89.00<br>
<span style="background-color: #C4C4A6">23 - 1382625 High-Yield Laser Toner Cartridge for Lexmark Optra S (4059) ----------- $129.50<br>
</span>24 - 12A5745 High Yield Laser Toner for Lexmark Optra T610, 612, 614 (4069) -------- $165.00</b></font></tt>
</p>
<p align="left"> <b><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Epson&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Price</font></b>
</p>
<p align="left"><tt><font color="#000000" size="2" face="Lucida Sans Typewriter"><b><span style="background-color: #C4C4A6">25
---- S051009 Toner Cartridge for Epson EPL7000, 7500, 8000+ - $115.50<br>
</span>25A --- S051009 LP-3000 PS 7000 -------------------------------- $115.50<br>
<span style="background-color: #C4C4A6">26 ---- AS051011 Imaging Cartridge for
ActionLaser-1000, 1500 -- $ 99.50<br>
</span>26A --- AS051011 EPL-5000, EPL-5100, EPL-5200 ------------------ $ 99.50<br></b></font>
</tt></p>
<p align="left"><b><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Panasonic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Price</font></b></p>
<p align="left"><tt><span style="background-color: #C4C4A6"><font color="#000000" face="Lucida Sans Typewriter" size="2"><b>27
------Nec series 2 models 90 and 95 ---------------------- $109.50<br></b></font></span></tt></p>
<p align="left"><b><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;
Apple&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;
Price</font></b></p>
<p align="left"><tt><b><font face="Courier New" size="2" color="#000000"><span style="background-color: #C4C4A6">28 ---- 2473G/A Laser Toner for LaserWriter Pro 600, 630, LaserWriter 16/600 PS -
$ 57.50<br>
</span>29 ---- 1960G/A Laser Toner for Apple LaserWriter Select, 300, 310, 360 --------- $
71.50<br>
<span style="background-color: #C4C4A6">30 ---- M0089LL/A Toner Cartridge for Laserwriter 300, 320 (74A) ---------------- $
52.50<br>
</span>31 ---- M6002 Toner Cartridge for Laserwriter IINT, IINTX, IISC, IIF, IIG (95A) - $
47.50<br>
<span style="background-color: #C4C4A6">31A --- M0089LL/A Toner Cartridge for Laserwriter
LS, NT, NTR, SC (75A) --------- $
55.50<br>
</span>32 ---- M4683G/A Laser Toner for LaserWriter 12, 640PS --------------------------
$ 85.50<br></font></b>
</tt></p>
<p align="left"><b><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Canon&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;
Price</font></b></p>
<p><tt><font color="#000000" size="2" face="Lucida Sans Typewriter"><b><span style="background-color: #C4C4A6">33 --- Fax
CFX-L3500, CFX-4000 CFX-L4500, CFX-L4500IE &amp; IF FX3 ----------- $ 49.50<br>
</span>33A -- L-250, L-260i, L-300 FX3 ------------------------------------------
$ 49.50<br>
<span style="background-color: #C4C4A6">33B -- LASER CLASS 2060, 2060P, 4000 FX3 ---------------------------------
$ 49.50<br>
</span>34 --- LASER CLASS 5000, 5500, 7000, 7100, 7500, 6000 FX2 ----------------
$ 49.50<span style="background-color: #C4C4A6"><br>
35 --- FAX 5000 FX2 ------------------------------------------------------
$ 49.50<br>
</span>36 --- LASER CLASS 8500, 9000, 9000L, 9000MS, 9500, 9500 MS, 9500 S FX4 --
$ 49.50<span style="background-color: #C4C4A6"><br>
36A -- Fax L700,720,760,770,775,777,780,785,790, &amp; L3300 FX1
------------- $ 49.50<br>
</span>36B -- L-800, L-900 FX4 --------------------------------------------------
$ 49.50<span style="background-color: #C4C4A6"><br>
37 --- A30R Toner Cartridge for PC-6, 6RE, 7, 11, 12 ---------------------
$ 59.50<br>
</span>38 --- E-40 Toner Cartridge for PC-720, 740, 770, 790,795, 920, 950, 980 -
$ 85.50<span style="background-color: #C4C4A6"><br>
38A -- E-20 Toner Cartridge for PC-310, 325, 330, 330L, 400, 420, 430 ----
$ 85.50</span></b><span style="background-color: #C4C4A6"><br></span></font>
</tt></p>
<p><b><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;
Xerox&nbsp;&nbsp;&nbsp; Price</font></b></p>
<p><tt><font color="#000000" size="2" face="Lucida Sans Typewriter"><b><span style="background-color: #C4C4A6">39 ---- 6R900 75A ---- $ 55.50<br>
</span>40 ---- 6R903 98A ---- $ 46.50<span style="background-color: #C4C4A6"><br>
41 ---- 6R902 95A ---- $ 49.50<br>
</span>42 ---- 6R901 91A ---- $ 65.50<span style="background-color: #C4C4A6"><br>
43 ---- 6R908 06A ---- $ 42.50<br>
</span>44 ---- 6R899 74A ---- $ 47.50<span style="background-color: #C4C4A6"><br>
45 ---- 6R928 96A ---- $ 72.50<br>
</span>46 ---- 6R926 27X ---- $ 84.50<span style="background-color: #C4C4A6"><br>
47 ---- 6R906 09A ---- $ 92.50<br>
</span>48 ---- 6R907 4MV ---- $ 89.50<span style="background-color: #C4C4A6"><br>
49 ---- 6R905 03A ---- $ 46.50</span></b></font></tt></p>
<p align="left"><b><i><font color="#808000" size="3" face="Arial">30 Day unlimited warranty included on all
products<br>
GT Toner Supplies guarantees these cartridges to be free from defects in
workmanship and material.</font></i>
</b>
</p>
<p align="left"><b><i><font color="#0000FF" size="3" face="Arial">We look
forward in doing business with you.</font></i></b>
</p>
<p align="left"><b><i><font color="#0000FF" size="3" face="Arial">Customer&nbsp;
Satisfaction guaranteed</font></i></b>
</p>
<p>
<font size="2" face="Arial"><b>I<font color="#000080">f you are ordering by e-mail or
c.o.d. please fill out an order<br>
form with the following information:</font><font color="#808000"><i>&nbsp;&nbsp;&nbsp;</i></font><font color="#000080">
</font><i>&nbsp;&nbsp;&nbsp;</i><font color="#000080" face="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#0000FF">
</font><font color="#808000"><i>&nbsp;</i></font><font color="#000080"><br><br>
</font><font color="#808000">phone number<br>
company name<br>
first and last name<br>
street address<br>
city, state zip code&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;
</font></b></font><font size="2" face="Arial"><b><i><a href="mailto:gtts1@cable.net.co"><font color="#0000FF">Order Now</font></a> </i><font color="#000080">or
call toll free </font><font size="3" color="#0000FF"> 1-866-237-7397</font> </b></font>
<font size="2" face="Arial"><b><font color="#808000"><br><br>
</font><font color="#000080">If you are ordering by purchase order please fill out an order form<br>
with the following information:&nbsp;&nbsp;&nbsp; </font><i>&nbsp;&nbsp;&nbsp;</i><font color="#000080" face="Arial">&nbsp;&nbsp;&nbsp;&nbsp;
</font></b></font></p>
<p><b><font face="Arial" color="#808000" size="2">purchase order number<br>
phone number<br>
company or school name<br>
shipping address and billing address<br>
city, state zip code&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;
</font></b><font size="2" face="Arial"><b><i><a href="mailto:gtts1@cable.net.co"><font color="#0000FF">Order
Now</font></a></i></b></font></p>
<p align="left"><b><font size="2"><i><font color="#800000" size="2" face="Arial">All trade marks and brand names listed above are property
of the respective<br>
holders and used for descriptive purposes only.</font>
</i>
</font>
</b>
</p>

From eopl-teachers-request Fri Jul 19 04:06:36 2002
Return-Path: <eopl-teachers-request>
Received: from yahoo.com ([211.162.246.82])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id g6J96L214658;
	Fri, 19 Jul 2002 04:06:21 -0500 (EST)
Received: from 98.187.201.151 ([98.187.201.151]) by smtp013.mail.yahoo.com with asmtp; Wed, 17 Jul 2002 18:06:27 +1000
Reply-To: <dfrjtOaQs@excite.com>
Message-ID: <D7D38CA6-9ABC-11D6-A3AE-000795E790EF@yIhO6Iaj>
From: <dfrjtOaQs@excite.com>
To: <arossi@cs.indiana.edu>, <benagy@cs.indiana.edu>, <bramley@cs.indiana.edu>,
   <connelly@cs.indiana.edu>, <dgerman@cs.indiana.edu>,
   <dmccarty@cs.indiana.edu>, <dughof@cs.indiana.edu>,
   <eopl-teachers@cs.indiana.edu>, <faces-request@cs.indiana.edu>,
   <florin@cs.indiana.edu>, <gasser@cs.indiana.edu>, <gtall@cs.indiana.edu>,
   <hess@cs.indiana.edu>, <jajarvi@cs.indiana.edu>, <kinzler@cs.indiana.edu>
Subject: [SPAM:# 59%] toner cartridges
Date: Fri, 19 Jul 2002 05:08:51 -0580
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00L5_46P57R8T.U3787Y01"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
X-Perlmx-Spam: Gauge=XXXXXIIIIIIIII, Probability=59%, Report=IUCS_TONER, NO_REAL_NAME, SUSPICIOUS_RECIPS, VERY_SUSP_RECIPS

------=_NextPart_000_00L5_46P57R8T.U3787Y01
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFkb2N0eXBlIGh0bWwgcHVibGljICItLy93M2MvL2R0ZCBodG1sIDQuMCB0cmFuc2l0aW9uYWwv
L2VuIj4NCjxodG1sPg0KPGhlYWQ+DQogICA8bWV0YSBodHRwLWVxdWl2PSJDb250ZW50LVR5cGUi
IGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD1pc28tODg1OS0xIj4NCiAgIDxtZXRhIG5hbWU9
IkF1dGhvciIgY29udGVudD0ic2FtIj4NCiAgIDxtZXRhIG5hbWU9IkdFTkVSQVRPUiIgY29udGVu
dD0iTW96aWxsYS80LjYxIFtlbl0gKFdpbjk4OyBJKSBbTmV0c2NhcGVdIj4NCiAgIDx0aXRsZT5m
Z2ZnPC90aXRsZT4NCjwvaGVhZD4NCjxib2R5Pg0KJm5ic3A7DQo8dGFibGUgQk9SREVSIENPTFM9
MSBXSURUSD0iMTAwJSIgSEVJR0hUPSIxNSUiIEJHQ09MT1I9IiM0MDgwODAiID4NCjx0cj4NCjx0
ZCBCR0NPTE9SPSIjNDA4MDgwIj4NCjxjZW50ZXI+PGI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxm
b250IHNpemU9KzM+VkVSVEVYIExBU0VSIEFORCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9iPg0KPGJy
PjxiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSszPkNPUElFUiBTVVBQTElFUzwv
Zm9udD48L2ZvbnQ+PC9iPjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPg0KDQo8YnI+
Jm5ic3A7DQo8Y2VudGVyPg0KPHA+PGZvbnQgY29sb3I9IiMwMDAwMDAiPjxmb250IHNpemU9KzI+
VEFLRSBBRFZBTlRBR0UgT0YgVEhFIFNBVklOR1MgV0hJTEUNClRIRVkgTEFTVCEhITwvZm9udD48
L2ZvbnQ+DQo8YnI+PGZvbnQgY29sb3I9IiMwMDAwMDAiPjxmb250IHNpemU9KzI+V0UgQVJFIFJF
RFVDSU5HIE9VUiBJTlZFTlRPUlkgDQpGT1I8L2ZvbnQ+PC9mb250Pg0KPGJyPjxmb250IGNvbG9y
PSIjMDAwMDAwIj48Zm9udCBzaXplPSsyPlRIRSBTVU1NRVIgT0YgMjAwMiBPTiBPVVIgTEFTRVI8
L2ZvbnQ+PC9mb250Pg0KPGJyPjxmb250IGNvbG9yPSIjMDAwMDAwIj48Zm9udCBzaXplPSsyPlBS
SU5URVIgQU5EIENPUElFUiBTVVBQTElFUzwvZm9udD48L2ZvbnQ+DQo8YnI+Jm5ic3A7DQo8cD48
Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6ZT0rMj4mbmJzcDtPUkRFUiBCWSBQSE9ORTog
MS04ODgtMjg4LTkwNDM8L2ZvbnQ+PC9mb250Pg0KPGJyPjxmb250IGNvbG9yPSIjMDAwMDAwIj48
Zm9udCBzaXplPSsyPk9SREVSIEJZIEZBWDogMS04ODgtOTc3LTE1Nzc8L2ZvbnQ+PC9mb250Pg0K
PHA+PGI+PGZvbnQgY29sb3I9IiMwMDAwQTAiPjxmb250IHNpemU9KzI+KioqRU1BSUwgUkVNT1ZB
TCBMSU5FOiANCjEtODg4LTI0OC00OTMwKioqPC9mb250PjwvZm9udD48L2I+DQo8cD4mbmJzcDtP
UkRFUiBCWSBQQUdFIE5VTUJFUiBBTkQvT1IgSVRFTSBOVU1CRVINCjxicj4mbmJzcDsNCjxicj4m
bmJzcDsNCjxwPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOzxmb250IGZhY2U9IkNvbWljIFNhbnMg
TVMiPiZuYnNwOyA8L2ZvbnQ+PHU+PGZvbnQgDQpmYWNlPSJBcmlhbCxIZWx2ZXRpY2EiPjxmb250
IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsyPkZvcg0KSGV3bGV0dCBQYWNrYXJkIFByaW50
ZXJzOjxpPiA8L2k+KFBhZ2UgMik8L2ZvbnQ+PC9mb250PjwvZm9udD48L3U+PC9jZW50ZXI+DQoN
CjxwPjxicj4NCjxjZW50ZXI+PHRhYmxlIEJPUkRFUiBXSURUSD0iODAlIiBIRUlHSFQ9IjEwJSIg
QkdDT0xPUj0iI0ZGRkZDQyIgPg0KPHRyIEJHQ09MT1I9IiM0MDgwODAiPg0KPHRkIEJHQ09MT1I9
IiM0MDgwODAiPg0KPGNlbnRlcj48Yj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0r
MT5JVEVNPC9mb250PjwvZm9udD48L2I+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgQkdDT0xPUj0i
IzQwODA4MCI+DQo8Y2VudGVyPjxmb250IHNpemU9KzE+Jm5ic3A7PGI+PGZvbnQgY29sb3I9IiNG
RkZGRkYiPkRFU0NSSVBUSU9OPC9mb250PjwvYj48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPk1GRyAj
PC9mb250PjwvZm9udD48L2I+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxiPjxm
b250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPlBSSUNFPC9mb250PjwvZm9udD48L2I+
PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkIEJHQ09MT1I9IiNGRkZGQ0MiPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMxPC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMw
MDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQgU2VyaWVzIDRMLCA0UCZuYnNwOzwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOzkyMjc0QTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsx
PiQ0NDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkIEJH
Q09MT1I9IiNGRkZGQ0MiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT5JdGVtICMyPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQgU2VyaWVzIDEx
MDAsMzIwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0M0MDkyPC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+Jm5ic3A7JDQ0PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8
L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPkl0ZW0gIzM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtMYXNlcmpldCBT
ZXJpZXMmbmJzcDsNCjI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsgOTIyOTVBPC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7ICQ0OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+
DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5
OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMgNDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQgV0lEVEg9IjcwJSI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPiZuYnNwO0xhc2VyamV0IFNlcmllcyZuYnNwOw0KMlA8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT4mbmJzcDs5MjI3NUE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJz
cDsgJDU0PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0g
IzU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtMYXNlcmpldCBTZXJpZXMgNVAsNlAs
DQo1TVAsIDZNUDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOzM2MDNBPC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+Jm5ic3A7JDQ0PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsxPkl0ZW0gIzY8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtMYXNlcmpl
dCBTZXJpZXMgDQo1U0ksODAwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOzM5MDlB
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDk1PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzcmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT4mbmJzcDtMYXNlcmpldCBTZXJpZXMgMjEwMCwNCjIyMDAmbmJzcDs8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT4mbmJzcDtDNDA5NjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyQ3
NDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICM4PC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7TGFzZXJqZXQgU2VyaWVzIDgxMDA8L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtDNDE4MjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsx
PiZuYnNwOyQxMTU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4N
Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7
SXRlbSAjOTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyamV0IFNlcmllcyA1TC82TDwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOzM5MDZBPC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+Jm5ic3A7JDM5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8
dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZu
YnNwO0l0ZW0gIzEwJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQgU2Vy
aWVzJm5ic3A7IDRWPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+QzM5MDAmbmJzcDs8L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDskOTU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm
b250IHNpemU9KzE+Jm5ic3A7SXRlbSAjMTE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNl
cmpldCBTZXJpZXMgNDAwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8
Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkM0MTI3WDwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyQ3OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxMjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2Vy
amV0IFNlcmllcyAzU0kvNFNJPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7OTIyOTFB
Jm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU0PC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzEzPC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+TGFzZXJqZXQgU2VyaWVzIA0KNCw0TSw1LDVNJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+OTIyOThBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDQ5PC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzEzQTwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsxPkxhc2VyamV0IFNlcmllcyA1MDAwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+
QzQxMjlYPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDEyNTwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxM0I8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT5MYXNlcmpldCBTZXJpZXMgMTIwMCwgMzMwMA0Kc2VyaWVzPC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250
IHNpemU9KzE+QzcxMTVBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU5PC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzEzQzwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPkxhc2VyamV0IFNlcmllcyA0MTAwPC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+QzgwNjFYPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDk5PC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzE4PC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+TGFzZXJqZXQgU2VyaWVzJm5ic3A7IDMxMDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT4zOTA2QTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQzOTwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxOTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+
DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXpl
PSsxPkxhc2VyamV0IFNlcmllcyA0NTAwIEJsYWNrPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+
QzQxOTEmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNjk8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbSAjMjA8L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT5MYXNlcmpldCBTZXJpZXMgNDUwMCBDb2xvcjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+
DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXpl
PSsxPkNBTEw8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kODk8L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2VudGVyPg0KDQo8Y2VudGVyPjxwcmU+PHU+
PGZvbnQgZmFjZT0iQXJpYWwsSGVsdmV0aWNhIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMz5Gb3IgSGV3bGV0dCANClBhY2thbmQgQ2Fubm9uIEZheCA8aT4ob24gUGFnZSAyPGI+
KTwvYj48L2k+PC9mb250PjwvZm9udD48L2ZvbnQ+PC91PjwvcHJlPjwvY2VudGVyPg0KDQo8Y2Vu
dGVyPjx0YWJsZSBCT1JERVIgV0lEVEg9IjgwJSIgSEVJR0hUPSIxMCUiIEJHQ09MT1I9IiNGRkZG
Q0MiID4NCjx0ciBBTElHTj1DRU5URVIgQkdDT0xPUj0iIzQwODA4MCI+DQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPklURU08L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZv
bnQgc2l6ZT0rMT5ERVNDUklQVElPTjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPk1GRyAjPC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiNGRkZGRkYiPjxmb250IHNpemU9KzE+UFJJQ0U8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm
b250IHNpemU9KzE+SXRlbSAjIDE0PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGVzZXJmYXgg
NTAwLCA3MDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5GWDE8L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT4kNTk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4N
Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAj
IDE1PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQg
Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJmYXggNTAwMCwgNzAwMDwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPkZYMjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ2NDwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMgMTY8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT5MYXNlcmZheCA2MDAwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Rlgz
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPkl0ZW0gIzE3PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJmYXgg
ODUwMCwgOTAwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkZYNDwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsxPiQ1NDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRy
Pg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVt
ICMxODwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250
IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyZmF4IDMyMDA8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT4zOTA2QTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ0NDwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCjwvdGFibGU+PC9jZW50ZXI+DQoNCjxjZW50
ZXI+DQo8cD48dT48Zm9udCBmYWNlPSJBcmlhbCxIZWx2ZXRpY2EiPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsyPkZvcg0KTGV4bWFyayAvIElCTSBNYWNoaW5lczo8aT4gKG9uIFBh
Z2UgMyk8L2k+PC9mb250PjwvZm9udD48L2ZvbnQ+PC91PjwvY2VudGVyPg0KDQo8Y2VudGVyPjx0
YWJsZSBCT1JERVIgV0lEVEg9IjgwJSIgSEVJR0hUPSIxOSUiIEJHQ09MT1I9IiNGRkZGQ0MiID4N
Cjx0ciBCR0NPTE9SPSIjNDA4MDgwIj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZG
RkYiPjxiPjxmb250IGZhY2U9IkJvb2ttYW4gT2xkIFN0eWxlIj4mbmJzcDs8L2ZvbnQ+PC9iPjxm
b250IA0Kc2l6ZT0rMT5JVEVNPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+REVTQ1JJUFRJT048
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5NRkcgIzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsx
PlBSSUNFPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzE8L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JQk0gNDAxOS80MDI5Jm5ic3A7PC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm
b250IHNpemU9KzE+MTM4MDIwMCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ5NTwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMyPC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+T3B0cmEgUiw0MDM5LCA0MDQ5PC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+MTM4MjE1MDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQxMTc8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjMzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsx
Pk9wdHJhIEUzMTAsIEUzMTI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsxMkEyMjAy
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDg5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPkl0ZW0gIzQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5PcHRyYSBFPC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7NjlHODI1NiZuYnNwOzwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPiQ1OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0K
PHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5J
dGVtICM1PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+T3B0cmEgUzwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsxPiZuYnNwOzEzODI2MjUmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4k
MTM1PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8
Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzY8L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT5PcHRyYSBUPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5i
c3A7IDEyQTU4NDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMTY1PC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzc8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5PcHRyYSBFNDEwLzQxMjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8
Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyA0SzAwMTk4
Jm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDExNTwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KPC90cj4NCjwvdGFibGU+PC9jZW50ZXI+DQoNCjxjZW50ZXI+DQo8cD48dT48
Zm9udCBmYWNlPSJBcmlhbCxIZWx2ZXRpY2EiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsyPkZvcg0KQXBwbGUgUHJpbnRlcnM6PGk+IChvbiBQYWdlIDgpPC9pPjwvZm9udD48L2Zv
bnQ+PC9mb250PjwvdT48L2NlbnRlcj4NCg0KPGNlbnRlcj48dGFibGUgQk9SREVSIFdJRFRIPSI4
MCUiIEhFSUdIVD0iMTAlIiBCR0NPTE9SPSIjRkZGRkNDIiA+DQo8dHIgQUxJR049TEVGVCBCR0NP
TE9SPSIjNDA4MDgwIj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250
IHNpemU9KzE+SVRFTTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPkRFU0NSSVBUSU9OPC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNG
RkZGRkYiPjxmb250IHNpemU9KzE+TUZHIzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPlBSSUNF
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0mbmJzcDsgIzE8L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5QZXJzb25hbCBMYXNlcldyaXRlcjwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPk0wMDg5TExBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU0PC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzI8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT5MYXNlcldyaXRlciAzMDBQWC8gDQozMjAtNEwsKzRNTDwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPk0yMDQ1R0E8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNTQ8L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjMzwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsxPkxhc2VyV3JpdGVyIFNlbGVjdCAzNjA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5NMTk2MEdBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDc0PC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5M
YXNlcldyaXRlciAxNi8gNjAwIFBybyZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk0y
NDczR0E8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNTk8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+SXRlbSAjNTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2Vy
V3JpdGVyIDEyLyA2NDAgUFM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5NNDY4M0dBJm5ic3A7
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDg5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPkl0ZW0gIzY8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlciBXcml0
ZXIgTlQvMk5UPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TTQ1MzJHQTwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPiQ0OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCjwv
dGFibGU+PC9jZW50ZXI+DQoNCjxjZW50ZXI+DQo8cD48Zm9udCBmYWNlPSJBcmlhbCxIZWx2ZXRp
Y2EiPiZuYnNwOzx1Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsyPkZvcg0KQ2Fu
bm9uIENvcGllcnM6IChQYWdlIDEwKTwvZm9udD48L2ZvbnQ+PC91PjwvZm9udD48L2NlbnRlcj4N
Cg0KPHA+PGJyPg0KPGNlbnRlcj48dGFibGUgQk9SREVSIFdJRFRIPSI4MCUiIEhFSUdIVD0iMTAl
IiBCR0NPTE9SPSIjRkZGRkNDIiA+DQo8dHIgQkdDT0xPUj0iIzQwODA4MCI+DQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPklURU08L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+
PGZvbnQgc2l6ZT0rMT5ERVNDUklQVElPTjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPk1GRyAj
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+UFJJQ0U8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+SXRlbSAjIDE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5QQyA2LyA2
UkUvIDcvIDgvIDExLyAxMi8gNjU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtBMzAm
bmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNjk8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+SXRlbSAjIDI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5QQyAz
MDAvMzIwLzM0MC8zNjAmbmJzcDsgQWxsDQozMDAgU2VyaWVzPC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+Jm5ic3A7RTQwJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDg5PC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzM8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT5QQyA3MDAvNzIwLzc2MCZuYnNwOyBBbGwgNzAwDQpTZXJpZXM8L2ZvbnQ+PC9m
b250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5
OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtFNDAmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT4kODk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjNDwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDk5Ij48Zm9udCBzaXplPSsxPlBDIDkwMC85MTAvOTIwJm5ic3A7IEFsbCA5MDANClNlcmll
czwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0U0MDwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPiQ4OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCjwvdGFibGU+
PC9jZW50ZXI+DQoNCjxjZW50ZXI+DQo8cD48dT48Zm9udCBmYWNlPSJBcmlhbCxIZWx2ZXRpY2Ei
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsyPkZvcg0KRXBzb24gYW5kIFBhbmFz
b25pYyBQcmludGVyczoob24gUGFnZXMgNCAmYW1wOyA3KTwvZm9udD48L2ZvbnQ+PC9mb250Pjwv
dT48L2NlbnRlcj4NCg0KPHA+PGJyPg0KPGNlbnRlcj48dGFibGUgQk9SREVSIFdJRFRIPSI4MCUi
IEhFSUdIVD0iMTAlIiBCR0NPTE9SPSIjRkZGRkNDIiA+DQo8dHIgQkdDT0xPUj0iIzQwODA4MCI+
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPklURU08
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBzaXpl
PSsxPiZuYnNwOzxmb250IGNvbG9yPSIjRkZGRkZGIj5ERVNDUklQVElPTjwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48
Zm9udCBzaXplPSsxPk1GRyAjPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+UFJJQ0U8L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjIDE8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT5FcHNvbiAxMDAwLzE1MDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5TMDUx
MDExJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDEwNTwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMyJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+RXBzb24gRVBMNzAwMC84MDAwJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+
UzA1MTIwMCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQxMDUmbmJzcDs8L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjMzwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsxPlBhbmFzb25pYyA5MC85NSZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsx
Pi0tLS0tLS0tLS0tLS0tLS0+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDEwNTwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCjwvdGFibGU+PC9jZW50ZXI+DQoNCjxjZW50
ZXI+DQo8cD48dT48Zm9udCBzaXplPSszPlNvcnJ5LDwvZm9udD48L3U+PGZvbnQgc2l6ZT0rMj4m
bmJzcDsgU3RpbGwgbm8gSW5ramV0cywNCmJ1YmJsZSBqZXRzIG9yIFhlcm94IGluIHN0b2NrPC9m
b250Pg0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPHA+PHU+PGI+RElTQ0xB
SU1FUlM8L2I+OjwvdT4NCjxwPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyBBbGwgdHJhZGVtYXJr
cywgYnJhbmQgbmFtZXMgYW5kIGRpYWdyYW1zIGxpc3RlZA0Kb3Igc2hvd24gYWJvdmUNCjxicj5h
cmUgcHJvcGVydHkgb2YgdGhlaXIgcmVzcGVjdGl2ZSBob2xkZXJzJm5ic3A7Jm5ic3A7IGFuZCB1
c2VkIGZvciBkZXNjcmlwdGl2ZQ0KcHVycG9zZXMgb25seQ0KPGJyPi5XZSBkbyBub3QgY2Fycnkg
YW55IEhQIE9FTSZuYnNwOyBQcm9kdWN0cy4NCjxwPjxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMi
Pjx1Pk5PVEVTPC91Pjo8L2ZvbnQ+DQo8cD5Vbml2ZXJzaXR5IGFuZCBTY2hvb2wgUHVyY2hhc2Ug
b3JkZXJzIHdlbGNvbWUuIChObyBDcmVkaXQgYXBwcm92YWwgcmVxdWlyZWQuDQpBbGwgb3RoZXIg
UHVyY2hhc2UNCjxicj4mbmJzcDsmbmJzcDsmbmJzcDsgb3JkZXJzIHJlcXVpcmUgY3JlZGl0IGFw
cHJvdmFsDQo8YnI+Jm5ic3A7UGF5IGJ5IGNoZWNrIChDLk8uRC4pLCBDcmVkaXQgY2FyZCBvciBw
dXJjaGFzZSBvcmRlciAoTmV0IDMwDQpEYXlzKQ0KPGJyPlNoaXBwaW5nIGNoYXJnZXMgc3RhcnQg
YXQgJDQuNSBwZXIgY2FydHJpZGdlLiBBZGQgJDEuNSBmb3IgZWFjaCBhZGRpdGlvbmFsDQpjYXJ0
cmlkZ2UuIENhcnRyaWRnZXMNCjxicj4mbmJzcDsmbmJzcDsmbmJzcDsgZGVsaXZlcmVkIGJ5IEZl
ZGVyYWwgRXhwcmVzcyB3aXRoaW4gMiB0byA1IHdvcmtpbmcNCmRheXMgZGVwZW5kaW5nIG9uIHlv
dXIgbG9jYXRpb24uDQo8YnI+U2hpcHBpbmcgYW5kIGJpbGxpbmcgYWRkcmVzc2VzIGFyZSByZXF1
aXJlZCBmb3IgUHVyY2hhc2UgT3JkZXIgdHJhbnNhY3Rpb25zLg0KWW91ciBpbnZvaWNlIHdpbGwN
Cjxicj4mbmJzcDsmbmJzcDsmbmJzcDsgYmUgYXR0YWNoZWQgdG8geW91ciBwYWNrYWdpbmcuIFBs
ZWFzZSBwZWFsIGFuZCBwYXkNCndpdGhpbiAzMCBkYXlzLg0KPGJyPjMwIGRheSBzdGFuZGFyZCBy
ZXR1cm4gcG9saWN5IChtb25leSBiYWNrIGd1YXJhbnRlZSkgb24gYWxsIG1lcmNoYW5kaXNlLg0K
OTAgZGF5IHVubGltaXRlZCBleGNoYW5nZSBwb2xpY3kNCjxicj4mbmJzcDsmbmJzcDsmbmJzcDsg
Zm9yIGRlZmVjdGl2ZSBtZXJjaGFuZGlzZTxmb250IGZhY2U9IkNvbWljIFNhbnMgTVMiPi48L2Zv
bnQ+DQo8cD48Yj48dT5FWENMVVNJT05TOjwvdT48L2I+DQo8cD48dT5XZSBkbyBub3QgY2Fycnk6
PC91Pg0KPHA+Jm5ic3A7Jm5ic3A7Jm5ic3A7IC0gWGVyb3gsIEJyb3RoZXIsIFBhbmFzb25pYywg
b3IgRnVqaXRzdSBQcm9kdWN0cw0KPGJyPiZuYnNwOyZuYnNwOyZuYnNwOyAtIERlc2tqZXQvSW5r
amV0IG9yIEJ1YmJsZWpldCBwcm9kdWN0cw0KPGJyPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyAt
QW55IE9mZmJyYW5kcyBiZXNpZGVzIHRoZSBvbmVzIGxpc3RlZCBhYm92ZS4NCkFsbCBjYXJ0cmlk
Z2VzDQo8YnI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7
Jm5ic3A7IGFyZSBjb21wYXRpYmxlDQpoaWdoIHlpZWxkIHByb2R1Y3RzLjwvY2VudGVyPg0KDQo8
cD48YnI+DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8
YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7
DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5i
c3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+
Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8
YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7
DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8ZGw+DQo8ZHQ+DQo8L2R0Pg0KPC9kbD4NCg0KPGJy
PiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0K
PGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNw
Ow0KPC9ib2R5Pg0KPC9odG1sPg0K


From eopl-teachers-request Mon Jul 22 17:09:05 2002
Return-Path: <eopl-teachers-request>
Received: from SFTC.sftc.co.kr ([211.40.225.11])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g6MM8wa24256;
	Mon, 22 Jul 2002 17:08:58 -0500 (EST)
Received: from eugate.e-mail.com ([217.96.152.50])
          by SFTC.sftc.co.kr (Lotus Domino Release 5.0.6a)
          with SMTP id 2002072306514943:2462 ;
          Tue, 23 Jul 2002 06:51:49 +0900 
Message-ID: <00000dad6711$000024d0$00004339@mail.ba.no>
To: <jzlin@babylon.ru>
From: "E-News" <jzlin@babylon.ru>
Subject: [SPAM:##### 98%] The Internet Lead
Date: Mon, 22 Jul 2002 15:06:10 -1900
MIME-Version: 1.0
X-Mailer: Microsoft Outlook Express
X-MIMETrack: Itemize by SMTP Server on SFTC/SFTC/KR(Release 5.0.6a |January 17, 2001) at
 2002-07-23 06:51:52 AM,
	Serialize by Router on SFTC/SFTC/KR(Release 5.0.6a |January 17, 2001) at
 2002-07-23 06:55:11 AM,
	Serialize complete at 2002-07-23 06:55:11 AM
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset="iso-8859-1"
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIIIII, Probability=98%, Report=A_HREF_TO_REMOVE, CTYPE_JUST_HTML, EMAIL_MARKETING, EXCUSE_4, FORM_W_MAILTO_ACTION, FROM_AND_TO_SAME, INVALID_DATE_TZ_ABSURD, MAILTO_LINK, MAILTO_TO_SPAM_ADDR, MAILTO_WITH_SUBJ, MAILTO_WITH_SUBJ_REMOVE, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_OSIRUSOFT_COM, SUBJ_REMOVE

<HTML>
<HEAD><TITLE>Online Marketing Strategies</TITLE><META http-equiv=3DContent=
-Type content=3D"text/html; 
charset=3Dwindows-1252"><META content=3D"MSHTML 5.50.4134.100" name=3DGENE=
RATOR><META content=3DFrontPage.Editor.Document name=3DProgId>
    </HEAD><BODY vLink=3D#c0c0c0 link=3D#c0c0c0 bgColor=3D#FFFFFF leftMarg=
in=3D0>
     <DIV align=3Dcenter><CENTER><TABLE height=3D0 cellSpacing=3D0 cellPad=
ding=3D0 width=3D500 border=3D0>
	<TBODY><TR><TD width=3D"100%" height=3D200><P align=3Dcenter>
	<FONT face=3D"Georgia, Times New Roman" size=3D7>
	<B><FONT color=3D#08296b>Need More Clients?</FONT></B></FONT></P><P align=
=3Dcenter>
	<FONT face=3D"Times New Roman" size=3D5><B><FONT color=3D#ff0000>
	Increase Your Sales 15%-40% Every Month!</FONT></B>
<HR>
<FONT color=3D#ff0000><B><FONT face=3D"Times, New Roman" color=3D#08296b s=
ize=3D3>
Targeted E-mail Marketing Is A Proven Method For Return Sales<br>
</FONT></B>
<FONT color=3D#000000 size=3D3>
  With a database of over 150 million "targeted" addresses, we can reach y=
our potential clients
  anywhere in the world.  Our staff creates interactive ad campaigns, spec=
ifically targeted to 
  your client base, and designed to produce staggering responses for your =
business.  A steady 
  lead source can make sure your sales team will consistently close deals.
</FONT>
<P>
   <FONT face=3D"Times, New Roman" size=3D3><B><FONT color=3D#08296b>The G=
reatest 
      Return On Your Marketing Dollar</FONT></B>
<FONT color=3D#000000><BR><FONT size=3D3>Targeted e-mail marketing is the =
most effective way to reach
global and local markets with a small expense compared to that of conventi=
onal marketing.  
Quality work and a dedicated professional staff will ensure your ad campai=
gn to be successful.  
Put our educated team of marketers to work for you.<br><br></B></FONT></p>=
</tr></td></tbody>
<P>
<TABLE width=3D400 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D#08296b size=3D4>Fill out the form be=
low to speak
with one <br>of our marketing specialists.</FONT></TD></TR></TBODY></TABLE=
>
<P><FONT color=3D#08296b size=3D2>Required Input Field<FONT color=3D#ff000=
0
size=3D2>*</FONT></FONT> 
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D6=
00 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3Dmiddle>
      <FORM action=3Dmailto:inbocks1468@eudoramail.com?subject=3DE-marketi=
ng_Inquiry 
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Times, New Roman" color=3D#08296b
          size=3D2>Name</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Times, New Roman" color=3D#08296b size=3D2>Web 
            Address</FONT></TD>
          <TD><INPUT value=3Dhttp:// name=3DURL></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Times, New Roman" color=3D#08296b size=3D2>Company 
            Name</FONT><FONT 
            face=3D"Times, New Roman" color=3D#ff0000
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DCOMPANY_NAME></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Times, New Roman" color=3D#08296b size=3D2>
            State</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
            size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DSTATE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Times, New Roman" color=3D#08296b size=3D2>Business 
            Phone</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DBUS_PHONE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Times, New Roman" color=3D#08296b size=3D2>Home 
            Phone</FONT></TD>
          <TD><INPUT name=3DHOME_PHONE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Times, New Roman" color=3D#08296b size=3D2>Email 
            Address</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DEMAIL></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Times, New Roman" color=3D#08296b size=3D2>Type of 
            Business</FONT></TD>
          <TD><INPUT name=3DTYPE_OF_BUSINESS></TD></TR></TBODY></TABLE>
      <P><INPUT type=3Dsubmit value=3D"Submit Information" name=3Dsubmit> 
    </FORM></P></TD></TR></TBODY></TABLE>
<BR><BR>
<TABLE width=3D500>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT face=3D"Times, New Roman" color=3D#08296b
      size=3D1>To be removed, please  
      <A href=3D"mailto:d_lete1007@lycos.co.uk?subject=3DRemove_E-marketin=
g">Click 
      here.<FONT color=3D#666600></A></FONT>.</FONT></TD></TR></TBODY></TA=
BLE></P></CENTER></BODY></HTML>



From eopl-teachers-request Tue Jul 23 11:35:01 2002
Return-Path: <eopl-teachers-request>
Received: from mail1.artmarket.com ([194.242.43.14])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g6NGYug29378
	for <eopl-teachers@cs.indiana.edu>; Tue, 23 Jul 2002 11:34:57 -0500 (EST)
Message-Id: <200207231634.g6NGYug29378@moose.cs.indiana.edu>
Date: Tue, 23 July 2002 20:49:47 +0200
From: "Artprice.com" <info@artmarket.com>
Subject: [SPAM:## 63%] Fine art auction results - La cote de 270 000 artistes sur CD-ROM
MIME-Version: 1.0
Content-Type: text/html;	charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Perlmx-Spam: Gauge=XXXXXXIII, Probability=63%, Report=CTYPE_JUST_HTML, EXCUSE_3, MAILTO_LINK, MAILTO_WITH_SUBJ, MISSING_HEADERS


<HTML>
    <HEAD>
    <style type="text/css">
	BODY { FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif }
    H1 { MARGIN-TOP: 5px; FONT-WEIGHT:bold; FONT-SIZE: 16px; MARGIN-BOTTOM: 2px; FONT-FAMILY: Arial, Helvetica, sans-serif }
	H2 { MARGIN-TOP: 3px; FONT-WEIGHT:bold; FONT-SIZE: 14px; MARGIN-BOTTOM: 2px; FONT-FAMILY: Arial, Helvetica, sans-serif } 
	H3 { MARGIN-TOP: 2px; FONT-WEIGHT:bold; FONT-SIZE: 12px; MARGIN-BOTTOM: 2px; FONT-FAMILY: Arial, Helvetica, sans-serif } 
	TD { FONT-SIZE: 12px; FONT-FAMILY: Arial,Helvetica, sans-serif }
	p { FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif }  
	A:hover { COLOR: #ff0000 } 
	A:active { COLOR: #ff0000 } 
   	HR { HEIGHT: 1px }
	</style>
    </HEAD>
    
<body rightmargin="0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF">
<table width="100%" border="0" cellspacing="0" cellpadding="5">
  <tr> 
    <td> 
      <h2><a name="En"></a></h2>
      <a href="#fr"><font size="1">(en fran&ccedil;ais)</font></a><br>
      <br>
      <!-- search artprice -->
      <table border="0" id="TableEn" align="center" cellpadding="2" cellspacing="0">
        <tr> 
          <form method="get" action="http://web.artprice.com/en/artistsearch.aspx">
            <td> <a href="http://web.artprice.com/"><img src="http://web.artprice.com/Img/B/artprice_140.gif" align="absMiddle" border="0" alt="artprice"></a> 
              <input type="text" name="searcharti" size="25">
              <input type="submit" value="Search this artist" style="CURSOR: hand">
              <input type="hidden" name="L" value="en">
            </td>
          </form>
        </tr>
      </table>
      <!-- search artprice -->
      <h1>With the 2002 Fine Art CD-ROM, get unlimited access to 15 years of art 
        auction results world-wide recorded by Artprice, the world leader in art 
        market information!</h1>
      <p align="center"> <img src="http://web.artprice.com/Img/Shop/xl/cdfine02_xl.jpg"> 
      </p>
      <p> 2,900,000 auction results recorded for 270,000 artists world-wide in 
        painting, drawing-watercolor, sculpture-installation, ceramic, miniature, 
        tapestry, print-poster and photography. </p>
      <blockquote> 
        <h3>5 reasons to choose this unique price guide:</h3>
        <ol>
          <li><b>Coverage:</b> More auction results than any other price guide! 
            (sourced from 2,900 auction houses world-wide)</li>
          <li><b>Convenience:</b> Wide range of search and sort options!</li>
          <li><b>Cost: </b>Most economical choice for frequent users!</li>
          <li><b>PC &amp; MAC English - French</b></li>
          <li><b>Hot line</b><br>
          </li>
        </ol>
      </blockquote>
      <h2><font color="#FF0000">Special offer until Sept 15, 2002: EUR409 / USD409 
        + FREE SHIPMENT WORLD-WIDE available on our website <a href="http://web.artprice.com/en/">http://www.artprice.com</a></font></h2>
      <p><b><i>You have already the 2001 CD version and wish to get updated auction 
        results.... </i></b><br>
        for only EUR125 / USD125 (Special price valid until Sept 15, 2002), get 
        450,000 new auction results for the sale period from March 2001 to March 
        2002<br>
        available on our website <a href="http://web.artprice.com/en/">http://www.artprice.com</a><br>
        <i>To get a CD update from earlier versions, <a href="mailto:cdrom@artprice.com ?subject=To get a CD update from earlier versions">please 
        contact us</a>.</i></p>
      <table width="560" border="0" cellspacing="1" cellpadding="5" align="center" bgcolor="#999999">
        <tr>
          <td bgcolor="#FBE7A8"> 
            <h2><font color="#FF0000">CD-ROM + Web site packages </font></h2>
            <h3>Combine web site with CD-ROM to keep up with your favorite artists' 
              news and to get the most accurate information on the art market. 
              <br>
            </h3>
            Please <a href="mailto:cdrom@artprice.com ?subject=Package">contact 
            us</a> to benefit from our package offers.</td>
        </tr>
      </table>
      <p>CONTACT INFORMATION: <a href="mailto:cdrom@artprice.com ?subject=Contact information CD-ROM Artprice">cdrom@artprice.com<br>
        </a> Tel: +33 472 421 718 &nbsp;-&nbsp;&nbsp;Toll-free number for USA: 
        800-278-4274 <br>
        <a href="http://web.artprice.com/En/Webmasters/">Become an affiliate</a></p>
      <p>&nbsp; </p>
      <p><a href="mailto:list@artprice.com?Subject=Unsub_En">To be removed from our 
  mailing list</a> </p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p><a name="fr"></a><a href="#En"><font size="1">(In english)</font></a> 
      </p>
      <table border="0" id="TableFR" align="center" cellpadding="2" cellspacing="0">
        <tr> 
          <form method=get action="http://web.artprice.com/fr/artistsearch.aspx">
            <td> <a href="http://web.artprice.com/"><img src="http://web.artprice.com/Img/B/artprice_140.gif" align="absMiddle" border="0" alt="artprice"></a> 
              <input type=text name=searcharti size=25>
              <input type=submit value="Chercher cet artiste" style="CURSOR: hand">
              <input type=hidden name=L value=fr>
            </td>
          </form>
        </tr>
      </table>
      <h1>D&eacute;couvrez le CD-ROM Fine Art 2002 de Artprice, le leader mondial 
        de l'information sur le march&eacute; de l'art : un acc&egrave;s illimit&eacute; 
        &agrave; 15 ann&eacute;es de r&eacute;sultats de ventes aux ench&egrave;res 
        d'oeuvres d'art du monde entier !</h1>
      <p align="center"><img src="http://web.artprice.com/Img/Shop/xl/cdfine02_xl.jpg"></p>
      <p> 2 900 000 r&eacute;sultats de ventes (janvier 1987 &agrave; mars 2002) 
        et 270 000 artistes du monde entier r&eacute;pertori&eacute;s.<br>
        Ce CD-ROM couvre les disciplines suivantes&nbsp;: peinture, dessin-aquarelle, 
        sculpture-installation, c&eacute;ramique, miniature, tapisserie, estampe-affiche 
        et photographie. </p>
      <blockquote> 
        <h3>Les atouts du CD-ROM Fine Art :</h3>
        <ol>
          <li><b>Exhaustivit&eacute; : </b>R&eacute;sultats provenant de plus 
            de 2 900 maisons de vente dans 40 pays !</li>
          <li><b>Ergonomie : </b>Nombreux crit&egrave;res de recherche et fonctions 
            de tri !</li>
          <li><b>Co&ucirc;t : </b>Outil le plus avantageux pour les recherches 
            fr&eacute;quentes et r&eacute;guli&egrave;res !</li>
          <li><b>PC &amp; MAC Fran&ccedil;ais - Anglais</b></li>
          <li><b>Hot line</b></li>
        </ol>
      </blockquote>
      
        
      <h2> <font color="#FF0000">Prix sp&eacute;cial jusqu'au 15 sept 2002 : 409 
        EUR + frais de port OFFERTS<br>
        Disponible sur <a href="http://web.artprice.com/fr/">http://www.artprice.com</a></font></h2>
      <p><br>
        <b>Vous avez d&eacute;j&agrave; la version 2001 du CD-ROM</b>, et souhaitez 
        acc&eacute;der aux 450 000 nouveaux r&eacute;sultats enregistr&eacute;s 
        entre mars 2001 et mars 2002...<br>
        <b>B&eacute;n&eacute;ficiez de notre prix sp&eacute;cial Mise &agrave; 
        Jour de 125 EUR</b> (valable jusqu'au 15 sept 2002) <br>
        Disponible sur <a href="http://web.artprice.com/fr/">http://www.artprice.com</a><br>
        <i>Pour les mises &agrave; jour &agrave; partir de versions ant&eacute;rieures, 
        <a href="mailto:cdrom@artprice.com ?subject=Mises à jour à partir de versions antérieures">contactez 
        nous</a>.</i></p>
      <table width="560" border="0" cellspacing="1" cellpadding="5" align="center" bgcolor="#999999">
        <tr> 
          <td bgcolor="#FBE7A8"> 
            <h2><font color="#FF0000">Packages CD-ROM + Site internet</font></h2>
            <h3>Combinez les atouts du CD-ROM aux avantages du site Internet www.artprice.com 
              et suivez au jour le jour l'actualit&eacute; de vos artistes favoris 
              et du march&eacute; de l'art en g&eacute;n&eacute;ral gr&acirc;ce 
              &agrave; nos formules packages. </h3>
            <a href="mailto:cdrom@artprice.com ?subject=Package">Contactez nous</a>.</td>
        </tr>
      </table>
      <p>POUR NOUS CONTACTER : <a href="mailto:cdrom@artprice.com ?subject=Contact information CD-ROM Artprice">cdrom@artprice.com</a> 
        / tel : 04 72 42 17 18<br>
        <a href="http://web.artprice.com/Fr/Webmasters/">Devenez site affili&eacute;<br>
        </a><br>
      
      <p><a href="mailto:list@artprice.com?Subject=Unsub_Fr">Se désinscrire</a> 
</p>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
    </td>
            </tr>
        </table>
    </body>
</HTML>



From eopl-teachers-request Thu Jul 25 02:54:42 2002
Return-Path: <eopl-teachers-request>
Received: from cnlaunch.com ([61.144.244.54])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g6P7sck02414;
	Thu, 25 Jul 2002 02:54:38 -0500 (EST)
Received: from xmxpita.excite.com [207.221.78.88] by cnlaunch.com with ESMTP
  (SMTPD32-7.05) id AAFC6200FE; Thu, 25 Jul 2002 15:38:36 +0800
Message-ID: <000000e20da1$00004b99$00007d19@xmxpita.excite.com>
To: <CEO's>, CFO's
From: "Term Quotes, Life Insurance of America" <CXIN06@excite.com>
Subject: [SPAM:#### 90%] Traders           YXKNQG
Date: Thu, 25 Jul 2002 02:45:23 -1700
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: CXINTrades@excite.com
X-Perlmx-Spam: Gauge=XXXXXXXXX, Probability=90%, Report=A_HREF_TO_OPT_OUT, CTYPE_JUST_HTML, EXCUSE_16, FOR_FREE, FROM_ENDS_IN_NUMS, INVALID_DATE_TZ_ABSURD, SMTPD_IN_RCVD, SUBJ_HAS_SPACES, SUBJ_HAS_UNIQ_ID, TO_MALFORMED

<html><head><meta http-equiv=3DContent-Type content=3D"text/html; charset=3D=
windows-1252"><title>SPECIAL ALERT</title><style><!--li.MsoNormal{mso-styl=
e-parent:"";margin-bottom:.0001pt;font-size:12.0pt;font-family:"Times New =
Roman";margin-left:0in;margin-right:0in;margin-top:0in}.contenttd{font-fam=
ily:Verdana,Arial,Helvetica,sans-serif;font-size:11px;color:#333333}#conte=
nt{position:absolute;width:385px;z-index:1;left:0;top:0}--></style></head>=
<body><table cellSpacing=3D0 cellPadding=3D0 width=3D716 bgColor=3D#000000=
 border=3D0><tr><td width=3D719 bgcolor=3D#008000><p align=3Dcenter><font =
color=3D#FFFFFF size=3D6><b>THE WALL STREET WEEKLY</b></font></td></tr></t=
able><table cellSpacing=3D0 cellPadding=3D2 width=3D671 border=3D0 height=3D=
803><tr><td vAlign=3Dtop align=3Dleft bgColor=3D#000000 height=3D799 width=
=3D716><table cellSpacing=3D0 cellPadding=3D3 width=3D582 bgColor=3D#fffff=
f border=3D0 height=3D649 style=3D"border-collapse: collapse" bordercolor=3D=
#111111><tr><td bgColor=3D#000000 height=3D19 width=3D716><table cellSpaci=
ng=3D0 cellPadding=3D0 width=3D706 border=3D0><tr><td vAlign=3Dcenter alig=
n=3Dleft width=3D706><p align=3Dcenter><b><font size=3D4 color=3D#FFFFFF f=
ace=3DBatang>Stock Pick of The Day:</font><font face=3D"Times New Roman, T=
imes, serif" size=3D4 color=3D#FFFFFF> </font><font face=3DBatang color=3D=
#FFFFFF style=3D"font-size: 15pt">China Xin Network Media Corp.</font><fon=
t face=3D"Times New Roman, Times, serif" color=3D#FFFFFF>&nbsp; </font><fo=
nt face=3DBatang color=3D#FFFFFF>(OTC BB:CXIN)</font></b></td></tr></table=
></td></tr><tr><td vAlign=3Dcenter align=3Dmiddle bgColor=3D#ffffff height=
=3D110 width=3D362><table cellSpacing=3D0 cellPadding=3D0 width=3D706 bgCo=
lor=3D#ffffff border=3D0 height=3D133><tr><td vAlign=3Dtop align=3Dleft he=
ight=3D1 width=3D195 rowspan=3D2><table cellSpacing=3D0 cellPadding=3D4 wi=
dth=3D259 border=3D0 align=3Dleft height=3D154><tr><td width=3D150 height=3D=
35>&nbsp;</td><td width=3D93 height=3D35>&nbsp;</td></tr><tr><td width=3D1=
50 height=3D27><b><font face=3D"Times New Roman" color=3D#006600><u>OPINIO=
N</u>:</font></b></td><td width=3D93 height=3D27><b><font face=3D"Times Ne=
w Roman">&nbsp;&nbsp;&nbsp;&nbsp; <span style=3D"font-size: 13pt">BUY</spa=
n></font></b></td></tr><tr><td width=3D150 height=3D19><b><font face=3D"Ti=
mes New Roman" color=3D#006600><u>SYMBOL</u>:</font></b></td><td width=3D9=
3 height=3D19><b><font face=3D"Times New Roman">&nbsp;&nbsp;&nbsp; <a href=
=3Dhttp://finance.yahoo.com/q?s=3DCXIN.OB&d=3Dt>CXIN</a></font></b></td></=
tr><tr><td width=3D150 height=3D19><b><font face=3D"Times New Roman" color=
=3D#006600>Industry:</font></b></td><td width=3D93 height=3D19 align=3Dlef=
t><b><font face=3D"Times New Roman">&nbsp; Publishing</font></b></td></tr>=
<tr><td width=3D150 height=3D19><b><font face=3D"Times New Roman" color=3D=
#006600>Short Term Opinion:</font></b></td><td width=3D93 height=3D19 alig=
n=3Dleft><b><font face=3D"Times New Roman">&nbsp;Outperform</font></b></td=
></tr><tr><td width=3D150 height=3D19><b><font face=3D"Times New Roman" co=
lor=3D#006600>Long Term Opinion:</font></b></td><td width=3D93 height=3D19=
 align=3Dleft><font face=3D"Times New Roman"><b>&nbsp;Accumulate</b></font=
></td></tr><tr><td width=3D150 height=3D19><b><font face=3D"Times New Roma=
n" color=3D#006600>Recent Price:</font></b></td><td width=3D93 height=3D19=
><font face=3D"Times New Roman"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $0.05</b=
></font></td></tr><tr><td width=3D150 height=3D19><b><font face=3D"Times N=
ew Roman" color=3D#006600>12 Month Trading Range:</font></b></td><td width=
=3D93 height=3D19 align=3Dleft><b><font face=3D"Times New Roman">$0.07 - $=
0.95</font></b></td></tr><tr><td width=3D150 height=3D19><b><font face=3D"=
Times New Roman" color=3D#006600>Avg. Volume:</font></b></td><td width=3D9=
3 height=3D19 align=3Dleft><b><font face=3D"Times New Roman">&nbsp;&nbsp;&=
nbsp;&nbsp; 47,940</font></b></td></tr><tr><td width=3D150 height=3D19><b>=
<font face=3D"Times New Roman" color=3D#006600>Approx. Float:</font></b></=
td><td width=3D93 height=3D19 align=3Dleft><b><font face=3D"Times New Roma=
n">&nbsp;&nbsp; 5 Million</font></b></td></tr><tr><td width=3D150 height=3D=
19><b><font face=3D"Times New Roman" color=3D#006600>Insider &amp; Institu=
tional Holdings:</font></b></td><td width=3D93 height=3D19 align=3Dleft><b=
><font face=3D"Times New Roman">92% Shares</font></b></td></tr><tr><td wid=
th=3D150 height=3D19>&nbsp;</td><td width=3D93 height=3D19 align=3Dleft>&n=
bsp;</td></tr></table></td><td vAlign=3Dtop align=3Dleft height=3D1 width=3D=
515><p>&nbsp;<p><b><font face=3D"Times New Roman" color=3D#0000FF style=3D=
"font-size: 13pt">&quot; CXIN MEDIA CORPORATION, THE BLOOMBERG OF CHINA.&q=
uot;</font><font face=3DBatang color=3D#008000> </font><font color=3D#0080=
00 face=3D"Times New Roman">- </font><font size=3D2 face=3D"Times New Roma=
n" color=3D#008000>Finance and Investment Magazine, December 2001</font></=
b><p>&nbsp;</td></tr><tr><td vAlign=3Dtop align=3Dleft height=3D1 width=3D=
515><b><font face=3DBatang size=3D4 color=3D#008000>THE COMPANY:</font></b=
><p><font face=3D"Times New Roman">CXIN Media Corporation is an integrated=
 media company focusing on the dissemination and aggregation of informatio=
n. Currently, CXINs core business is in the publishing and aggregation of =
Financial, Economic, and Business Information on the Peoples Republic of C=
hina. <u>The value CXIN Media provides is its ability to source, package, =
and present information that is highly in demand by the market.</u></font>=
</p><p><font face=3D"Times New Roman">Apart from the core print and electr=
onic publishing business, CXIN is involved in other related businesses, su=
ch as organizing and managing events such as conferences, seminars, and tr=
aining in the field of wealth management and personal finance.</font></td>=
</tr><tr><td vAlign=3Dtop align=3Dleft height=3D320 width=3D710 colspan=3D=
2><font face=3D"Times New Roman">These areas are closely linked to the cor=
e competencies of the company and they intend to leverage on the brands th=
at they have built to further drive the growth potential.</font><p><font f=
ace=3D"Times New Roman">CXIN holds the key to success in the Peoples Repub=
lic of China. <b>In May of 2001 they acquired the 12 year exclusive right =
from the China Economic Information Network, a corporation under the direc=
t management of the State Information Center and the State Planning Develo=
pment Commission, Chinas highest economic decision body.</b></font></p><p>=
<b><font face=3DBatang color=3D#008000 size=3D4>HIGHLIGHTS:</font></b></p>=
<p><font face=3D"Times New Roman">May 2001, CXIN acquires the 12 year Excl=
usive license to distribute all information in English, French and Spanish=
, Internationally.</font></p><p><font face=3D"Times New Roman">February 20=
02, CXIN announced its first distribution contract with a leading market r=
esearch provider.</font></p><p><font face=3D"Times New Roman">March 2002, =
CXIN announces it had signed with yet another distributor for its unique f=
inancial , economic and business information on the Peoples Republic of Ch=
ina.&nbsp;</font></p><p><font face=3D"Times New Roman">May 7, 2002, CXIN a=
nnounces a distribution agreement with Internet Securities, a Euromarket c=
ompany and the <u>leading provider of emerging market securities</u>.</fon=
t></p><p><font face=3D"Times New Roman">May 9, 2002, CXIN announces it had=
 hired one of Asias top media consulting firms, Telesis, and its President=
, Mr. Cyril Pereira, the former Director of Operation of the South China M=
orning Post and Asia Magazine.</font></p><p><font face=3D"Times New Roman"=
>June 12, 2002, CXIN launched its China Business portal and began selling =
subscriptions.</font></p><p><font face=3D"Times New Roman">June 24, 2002, =
CXIN announces the acquisition of&nbsp; <b>Smart Investor Magazine</b> and=
 related business. <u>This magazine will bring over $1.2 Million in consol=
idated revenues.&nbsp;</u></font></p><p><font face=3D"Times New Roman">Jul=
y 15, 2002, CXIN announces the license agreement with Lexis-Nexis, <u>one =
of the worlds largest aggregators.</u></font></p><p><b><font face=3DBatang=
 size=3D4 color=3D#008000>INVESTMENT CONSIDERATIONS:</font></b></p><p><fon=
t face=3D"Times New Roman">According to the reports from Morgan-Stanley, w=
hich analyzes the worlds superpowers in 11 industries, it only takes 8 yea=
rs to build a media empire, which means the return on investment in this i=
ndustry will be far greater than that of pharmaceutical, household merchan=
dise, energy, or even banking. We believe that CXIN Media is well position=
ed to become the next superpower of the media market in the fast growing C=
hinese market. The superior management and its exclusive agreement granted=
 by the Chinese government provide the company with an &quot;unfair advant=
age&quot; over its potential competitors. We believe that the recent licen=
se agreements signed with some of the largest information providers in the=
 world as well as the Smart Investor Magazines and related business will e=
nable the company to meet its revenue and profit expectation of $50 Millio=
n within the next 5 years and dependent on market condition for refinancin=
g, we foresee that CXIN Media could easily double their expected revenue a=
nd profits through strategic acquisitions. The current price of the shares=
 do not reflect the value of this growth company, in comparison to the sec=
tor CXIN Media should be currently trading between $0.25 to $0.50 and abov=
e this value when we take into consideration the growth factors.</font></t=
d></tr></table></td></tr><tr><td height=3D23 width=3D716><font face=3D"Tim=
es New Roman" size=3D1>Disclaimer:</font><font size=3D1> The Wall Street W=
eekly provides information on selected companies that it believes has inve=
stment potential. The Wall Street Weekly is not a registered investment ad=
visor or broker - dealer. This report is provided as an information servic=
e only, and the statements and opinions in this report should not be const=
rued as an offer or solicitation to buy or sell any security. The Wall Str=
eet Weekly accepts no liability for any loss arising from an investors rel=
iance on or use of this report. An investment in CXIN is considered to be =
highly speculative and should not be considered unless a person can afford=
 a complete loss of investment. The Wall Street Weekly has been retained t=
o distribute this report on CXIN and has been paid six hundred dollars by =
a third party. This report involves forward looking statements, which invo=
lve risk, and uncertainties that may cause actual results to differ materi=
ally from those set forth in the forward - looking statements. For further=
 details concerning these risks and uncertainties, see the SEC filings of =
CXIN including the companys most recent annual and quarterly reports.</fon=
t></td></tr><tr><td vAlign=3Dtop align=3Dleft height=3D23 width=3D716><p><=
font face=3DArial size=3D1 color=3D#5F5F5F>If you wish to no longer receiv=
e your FREE subscription or have received this report in error, please cli=
ck <a href=3Dhttp://www.sendyourfeedback.com/optout>HERE</a>.</font></td><=
/tr></table></td></tr></table></body></html>




From eopl-teachers-request Fri Jul 26 19:39:59 2002
Return-Path: <eopl-teachers-request>
Received: from mail.showbox.co.kr ([211.58.241.26])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g6R0drL16269
	for <eopl-teachers@cs.indiana.edu>; Fri, 26 Jul 2002 19:39:53 -0500 (EST)
Received: from mail.mailbox.hu [204.32.146.8] by mail.showbox.co.kr with ESMTP
  (SMTPD32-7.00) id A9782F012A; Sat, 27 Jul 2002 09:29:44 +0900
Message-ID: <00006cc76be3$00005a3a$000003f1@mail.mailbox.hu>
To: <Non.Insured.member>
From: "Term Life Quote, Insurance Companies of American" <termquote15@postino.ch>
Subject: [SPAM:##### 94%] What your Life Insurance CO does NOT WANT you to know..               XZEOA
Date: Fri, 26 Jul 2002 19:30:31 -1700
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: quoteret6@postino.ch
X-Perlmx-Spam: Gauge=XXXXXXXXXIIII, Probability=94%, Report=A_HREF_TO_REMOVE, COPYRIGHT_CLAIMED, CTYPE_JUST_HTML, FORM_W_MAILTO_ACTION, FROM_ENDS_IN_NUMS, HTML_WITH_BGCOLOR, INVALID_DATE_TZ_ABSURD, MAILTO_LINK, MAILTO_WITH_SUBJ, NORMAL_HTTP_TO_IP, REMOVE_SUBJ, SMTPD_IN_RCVD, SUBJ_HAS_SPACES, SUBJ_HAS_UNIQ_ID, TO_MALFORMED

<HTML><BODY text=3D#ffffff vLink=3D#FFCC99 link=3D#FFCC99 bgColor=3D#000000=
><FORM action=3D"mailto:kindquote@excite.com?subject=3D Insurance Quote Re=
quest" method=3DPOST encType=3Dtext/plain><TABLE cellSpacing=3D0 cellPaddi=
ng=3D0 width=3D592 border=3D0><TBODY><TR><TD vAlign=3Dbottom width=3D592><=
P><p align=3Dleft><img border=3D0 src=3Dhttp://207.36.45.96/head2.jpg widt=
h=3D600 height=3D130></p></TD></TR><TR><TD width=3D592 bgcolor=3D#C0C0C0><=
P><CENTER>&nbsp;</CENTER><P></P><P><CENTER><TABLE cellSpacing=3D2 cellPadd=
ing=3D10 width=3D480 border=3D0><TBODY><TR><TD bgcolor=3D#FFFFFF><CENTER><=
p><FONT face=3DCentury color=3D#000000 style=3D"font-size: 16pt">S</FONT><=
FONT face=3DArial size=3D2 color=3D#000000>ince 1996, term life insurance =
rates have been </FONT><FONT face=3DArial color=3D#000000><u><font size=3D=
2>reduced</font></u><font size=3D2> by as much as <b>70%</b> </font><b><i>=
<font size=3D2>!</font></i></b></FONT></p><p><b><FONT face=3DArial color=3D=
#3366FF>40 year old male - $250,000 - 10 year level term<BR> <u>As low as =
$10.45 per month</u> <i>!</i></FONT></b></p></CENTER><P></P><P><font color=
=3D#000000 face=3DCentury style=3D"font-size: 16pt">A</font><font color=3D=
#000000 face=3DArial size=3D2>t TermQuotes Life Insurance Companies of Ame=
rica, we will survey the top life insurance companies for you and provide =
you with the best rates available. Compare the rates and see for yourself.=
 Fill out this quick form below for further information.</font></P><P alig=
n=3Dcenter><b><font color=3D#000000 face=3DArial size=3D2>The quote is</fo=
nt><font color=3D#000000 face=3DArial><i> </i></font><font face=3DArial co=
lor=3D#3366FF><u>FREE</u></font><font color=3D#000000 face=3DArial size=3D=
2>. There is </font><font face=3DArial size=3D2 color=3D#3366FF>no obligat=
ion</font><font color=3D#000000 face=3DArial size=3D2> to buy.</font></b><=
/P><P><CENTER><font color=3D#000000><FONT face=3DArial size=3D-2>Results o=
f computer survey 05-09-02<BR></FONT><B> <FONT face=3DArial size=3D-1>Samp=
le Annual Premiums<BR>* 10 Year Level Premium Term Rates *</FONT></B></fon=
t><BR><TABLE cellSpacing=3D0 cellPadding=3D2 width=3D490 border=3D0><TBODY=
><TR align=3Dright><TD vAlign=3Dtop align=3Dmiddle width=3D10% bgColor=3D#=
3366FF><B><FONT face=3DARIAL>Age</FONT></B></TD><TD vAlign=3Dtop align=3Dm=
iddle width=3D20% bgColor=3D#3366FF><B><FONT face=3DARIAL>$250,000</FONT><=
/B></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#3366FF><B><=
FONT face=3DARIAL>$500,000</FONT></B></TD><TD vAlign=3Dtop align=3Dmiddle =
width=3D20% bgColor=3D#3366FF><B><FONT face=3DARIAL>$1,000,000</FONT></B><=
/TD></TR><TR align=3Dright><TD vAlign=3Dtop align=3Dmiddle width=3D10% bgC=
olor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>35</FONT></b></TD><TD=
 vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3D=
ARIAL color=3D#000000>$115</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle =
width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$175</=
FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699F=
F><b><FONT face=3DARIAL color=3D#000000>$305</FONT></b></TD></TR><TR align=
=3Dright><TD vAlign=3Dtop align=3Dmiddle width=3D10% bgColor=3D#6699FF><b>=
<FONT face=3DARIAL color=3D#000000>45</FONT></b></TD><TD vAlign=3Dtop alig=
n=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#00=
0000>$210</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgCol=
or=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$375</FONT></b></TD><TD=
 vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3D=
ARIAL color=3D#000000>$670</FONT></b></TD></TR><TR align=3Dright><TD vAlig=
n=3Dtop align=3Dmiddle width=3D10% bgColor=3D#6699FF><b><FONT face=3DARIAL=
 color=3D#000000>55</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D=
20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$500</FONT></b=
></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FO=
NT face=3DARIAL color=3D#000000>$935</FONT></b></TD><TD vAlign=3Dtop align=
=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000=
000>$1,370</FONT></b></TD></TR><TR align=3Dright><TD vAlign=3Dtop align=3D=
middle width=3D10% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000=
>65</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#=
6699FF><b><FONT face=3DARIAL color=3D#000000>$1,305</FONT></b></TD><TD vAl=
ign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3DARI=
AL color=3D#000000>$2,550</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle w=
idth=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$4,920<=
/FONT></b></TD></TR><TR align=3Dright><TD vAlign=3Dtop align=3Dmiddle widt=
h=3D10% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>70</FONT><=
/b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><=
FONT face=3DARIAL color=3D#000000>$2,265</FONT></b></TD><TD vAlign=3Dtop a=
lign=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D=
#000000>$4,480</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% =
bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$7,510</FONT></b><=
/TD></TR></TBODY></TABLE><BR> <font color=3D#000000><FONT face=3DArial siz=
e=3D-2>*Above rates guaranteed to remain level for 10 years<BR>Rates based=
 on male preferred class 1 non-smoker <BR>Policies are guaranteed renewabl=
e to age 95</FONT><FONT face=3DArial size=3D1><BR>Policies with 15, 20, 25=
, and 30 year level premiums also available.</FONT></font></CENTER><P></P>=
<P><CENTER><FONT size=3D1 color=3D#000000 face=3DArial>Universal Life, Sec=
ond-to-Die and Estate Planning products also provided.</FONT><p><B><FONT c=
olor=3D#990000 face=3DArial>Attention All Smokers:</FONT><FONT color=3D#ff=
0000 face=3DArial><BR></FONT> <FONT color=3D#3366FF face=3DArial>You may q=
ualify for special <u>reduced</u> smoker rates!</FONT></B></p></CENTER></T=
D></TR></TBODY></TABLE></CENTER></TD></TR></TBODY></TABLE><TABLE height=3D=
308 cellSpacing=3D0 cellPadding=3D0 width=3D600 border=3D0><TBODY><TR><TD =
width=3D600 height=3D170 bgcolor=3D#3366FF><P><CENTER><TABLE cellSpacing=3D=
2 cellPadding=3D0 width=3D600 align=3Dcenter background=3D"" border=3D0><C=
APTION align=3Dtop><font face=3DArial><B><FONT color=3D#000000 size=3D4>Su=
bmit This Form for a </FONT><FONT size=3D4><u>Free</u></FONT><FONT color=3D=
#000000 size=3D4> Term Insurance Quote <i>!</i></FONT></B></font></CAPTION=
><TBODY><TR align=3Dmiddle><TD><P><CENTER><TABLE cellSpacing=3D2 cellPaddi=
ng=3D0 width=3D95% border=3D0 height=3D568><TBODY><TR><TD width=3D549 heig=
ht=3D23><b>Name Insured:</b>&nbsp; <INPUT size=3D25 name=3D"NAME " value=3D=
" "></TD></TR><TR><TD width=3D549 height=3D23>Amount of Coverage:&nbsp;&nb=
sp; <SELECT name=3D"COVERAGE " size=3D1> <OPTION value=3D$250,000>$250,000=
<OPTION value=3D$300,000>$300,000<OPTION value=3D$400,000>$400,000<OPTION =
value=3D$500,000 selected>$500,000<OPTION value=3D$600,000>$600,000<OPTION=
 value=3D$700,000>$700,000<OPTION value=3D$800,000>$800,000<OPTION value=3D=
$900,000>$900,000<OPTION value=3D$1,000,000>$1,000,000</OPTION></SELECT></=
TD></TR><TR><TD width=3D549 height=3D23>Date of Birth: Month <SELECT name=3D=
"MONTH "> <OPTION value=3D01 selected>01<OPTION value=3D02>02<OPTION value=
=3D03>03<OPTION value=3D04>04<OPTION value=3D05>05<OPTION value=3D06>06<OP=
TION value=3D07>07<OPTION value=3D08>08<OPTION value=3D09>09<OPTION value=3D=
10>10<OPTION value=3D11>11<OPTION value=3D12>12</OPTION></SELECT>&nbsp; Da=
y <SELECT name=3D"DAY "> <OPTION value=3D01 selected>01<OPTION value=3D02>=
02<OPTION value=3D03>03<OPTION value=3D04>04<OPTION value=3D05>05<OPTION v=
alue=3D06>06<OPTION value=3D07>07<OPTION value=3D08>08<OPTION value=3D09>0=
9<OPTION value=3D10>10<OPTION value=3D11>11<OPTION value=3D12>12<OPTION va=
lue=3D13>13<OPTION value=3D14>14<OPTION value=3D15>15<OPTION value=3D16>16=
<OPTION value=3D17>17<OPTION value=3D18>18<OPTION value=3D19>19<OPTION val=
ue=3D20>20<OPTION value=3D21>21<OPTION value=3D22>22<OPTION value=3D23>23<=
OPTION value=3D24>24<OPTION value=3D25>25<OPTION value=3D26>26<OPTION valu=
e=3D27>27<OPTION value=3D28>28<OPTION value=3D29>29<OPTION value=3D30>30<O=
PTION value=3D31>31</OPTION></SELECT> Year <INPUT maxLength=3D4 size=3D4 v=
alue=3D19 name=3D"YEAR "></TD></TR><TR><TD width=3D549 height=3D21>Sex:&nb=
sp; Male <INPUT type=3Dradio CHECKED value=3D" male " name=3D"SEX "> Femal=
e <INPUT type=3Dradio value=3D" female " name=3D"SEX "></TD></TR><TR><TD w=
idth=3D549 height=3D23>Height:&nbsp; FT<INPUT size=3D3 name=3D"FT "> in <I=
NPUT size=3D3 name=3D"IN "></TD></TR><TR><TD width=3D549 height=3D23>Weigh=
t:&nbsp; lbs.<INPUT size=3D3 name=3D"LB.  " value=3D" "></TD></TR><TR><TD =
width=3D549 height=3D26>Occupation:&nbsp; <INPUT name=3D"OCCUPATION " size=
=3D20 value=3D" "></TD></TR><TR><TD width=3D549 height=3D19><b><font color=
=3D#3366FF>xxx</font></b></TD></TR><TR><TD width=3D549 height=3D19><b>Have=
 You Ever Had:</b></TD></TR><TR><TD width=3D549 height=3D21>High Blood Pre=
ssure:&nbsp; Yes <INPUT type=3Dradio value=3D" yes " name=3D" HIGH BLOOD P=
RESSURE? " ?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No <INPUT type=3Dradio value=3D=
" no " name=3D" HIGH BLOOD PRESSURE? " checked></TD></TR><TR><TD width=3D5=
49 height=3D21>Heart Attack or Stroke:&nbsp; Yes <INPUT type=3Dradio value=
=3D" yes " name=3D"HEART ATTACK OR STROKE?  " ?>&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp; No <INPUT type=3Dradio value=3D" no " name=3D"HEART ATTACK OR STROKE?=
  " checked></TD></TR><TR><TD width=3D549 height=3D21>Cancer:&nbsp; Yes <I=
NPUT type=3Dradio value=3D" yes " name=3D"CANCER "?>&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp; No <input type=3Dradio name=3D"CANCER " value=3D" no " checked></=
TD></TR><TR><TD width=3D549 height=3D21>Diabetes:&nbsp; Yes <INPUT type=3D=
radio value=3D" yes " name=3D"DIABETES ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No=
 <INPUT type=3Dradio value=3D" no " name=3D"DIABETES " checked></TD></TR><=
TR><TD width=3D549 height=3D21>Have You&nbsp; Smoked Within the Last 12 Mo=
nths:&nbsp; Yes <INPUT type=3Dradio value=3D" yes " name=3D"SMOKED IN 12 M=
ONTHS? ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No <INPUT type=3Dradio value=3D" n=
o " name=3D"SMOKED IN 12 MONTHS? " checked></TD></TR><TR><TD width=3D549 h=
eight=3D19><font color=3D#3366FF>xxx</font></TD></TR><TR><TD width=3D549 h=
eight=3D23><b>Person Completing Request:</b>&nbsp; <INPUT size=3D40 name=3D=
"PERSON COMPLETING REQUEST " value=3D" "></TD></TR><TR><TD width=3D549 hei=
ght=3D20>Mailing Address:&nbsp; <TEXTAREA name=3D"STREET " rows=3D1 cols=3D=
40> </TEXTAREA></TD></TR><TR><TD width=3D549 height=3D23>City:&nbsp; <INPU=
T size=3D28 name=3D"CITY " value=3D" ">State <INPUT size=3D3 name=3D"STATE=
  " value=3D" "> Zip <INPUT size=3D11 name=3D"ZIP " value=3D" "></TD></TR>=
<TR><TD width=3D549 height=3D23>Daytime Phone:&nbsp; <INPUT size=3D19 name=
=3D"DAY PHONE " value=3D" "></TD></TR><TR><TD width=3D549 height=3D23>Even=
ing Phone:&nbsp;&nbsp; <INPUT size=3D19 name=3D"EVENING PHONE " value=3D" =
"></TD></TR><TR><TD width=3D549 height=3D23>Email Address:&nbsp;&nbsp; <IN=
PUT maxLength=3D50 size=3D20 name=3D"EMAIL  " value=3D" "></TD></TR><TR><T=
D width=3D549 height=3D23>Best time to contact: <select size=3D1 name=3D"B=
EST TIME TO CONTACT "> <option selected value=3D" Morning">Morning</option=
> <option value=3D" After noon">After noon</option> <option value=3D" Even=
ing">Evening</option> <option value=3D" Weekend">Weekend</option> </select=
></TD></TR></TBODY></TABLE><INPUT type=3Dsubmit value=3D"Submit "><p><b><f=
ont size=3D2 face=3DArial>When you click submit it may activate your spell=
 check, please click &quot;Ignore&quot; if it does.</font></b></p></CENTER=
></TD></TR></TBODY></TABLE></CENTER></TD><TD align=3Dmiddle width=3D1 heig=
ht=3D170></TD><TD align=3Dmiddle width=3D1 height=3D170></TD></TR></TBODY>=
</TABLE></FORM>&nbsp; <br><div align=3Dcenter><center><table border=3D1 st=
yle=3D"border-collapse: collapse" width=3D600 id=3DAutoNumber1 height=3D12=
5 cellspacing=3D0 cellpadding=3D0 align=3Dleft><tr><td width=3D598 align=3D=
center height=3D21><font size=3D1 color=3D#FFCC99>YOUR INTERNET ADVERTISIN=
G Copyright 1996-2002. All Rights Reserved</font></td></tr><tr><td width=3D=
598 height=3D16><p align=3Dcenter><font face=3DArial size=3D4 color=3D#91D=
F6A>&nbsp;</font><font face=3DArial size=3D4 color=3D#008000>This could be=
 your ad!</font></td></tr><tr><td width=3D598 height=3D11><p align=3Dcente=
r><font color=3D#FFCC99 size=3D2 face=3DArial><a href=3D"mailto:greatquote=
@excite.com?subject=3DDirect Marketing Inquiry">Email Us</a>&nbsp;for free=
 quotes and consultations.</font></td></tr><tr><td width=3D598 height=3D24=
><p align=3Dcenter><font color=3D#FFCC99><span style=3D"font-size: 10.0pt;=
 font-family: Times New Roman; font-style: italic">If you think that you w=
ill not benefit from this correspondence, please </span><span style=3D"fon=
t-family: Times New Roman; font-style: italic"><font size=3D2>reply with '=
<a href=3Dhttp://www.cramz.net/help.html>remove</a>' as the subject.</font=
></span></font></td></tr></table></center></div></BODY></HTML>




From eopl-teachers-request Wed Jul 31 04:01:06 2002
Return-Path: <eopl-teachers-request>
Received: from mail1.artmarket.com (mail1.artmarket.com [194.242.43.185])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g6V914q04325
	for <eopl-teachers@cs.indiana.edu>; Wed, 31 Jul 2002 04:01:04 -0500 (EST)
Date: Wed, 31 Jul 2002 04:01:04 -0500 (EST)
Message-Id: <200207310901.g6V914q04325@moose.cs.indiana.edu>
From: "Artprice.com" <info@artmarket.com>
To: <eopl-teachers@cs.indiana.edu>
Subject: [SPAM:# 53%] Ready-made
MIME-Version: 1.0
Content-Type: text/html;	charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Perlmx-Spam: Gauge=XXXXXIII, Probability=53%, Report=CTYPE_JUST_HTML, DATE_MISSING, EXCUSE_3

<html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css">BODY, td, p { FONT-FAMILY: Arial, Helvetica, sans-serif }</style></head>
<body bgcolor="#FFFFFF"><div align="center"><img src="http://weblan/im_mail/dada25.gif"><br>
</div><table border="0" id="TableFR" align="center" cellpadding="2" cellspacing="0"><tr>
<form method=get action="http://web.artprice.com/fr/artistsearch.aspx">
<td><a href="http://web.artprice.com/"><img src="http://web.artprice.com/Img/B/artprice_140.gif" align="absMiddle" border="0" alt="artprice"></a> 
<input type=text name=searcharti size=25 value="Marcel Duchamp">
<input type=submit value="Search this artist" style="CURSOR: hand" name="submit">
<input type=hidden name=L value=fr>
</td></form></tr>
</table><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><a href='http://list.artmarket.com/default.aspx?E=eopl-teachers%40cs.indiana.edu&L=1'>To be removed from our mailing list</a>
</body></html>



From eopl-teachers-request Wed Jul 31 17:24:17 2002
Return-Path: <eopl-teachers-request>
Received: from SFTC.sftc.co.kr ([211.40.225.11])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g6VMO8j22575;
	Wed, 31 Jul 2002 17:24:08 -0500 (EST)
Received: from mail.abc-pr.dk ([211.91.170.143])
          by SFTC.sftc.co.kr (Lotus Domino Release 5.0.6a)
          with ESMTP id 2002080104541779:3095 ;
          Thu, 1 Aug 2002 04:54:17 +0900 
Message-ID: <00003e384e5e$0000178e$00000fcf@smtp.paradise.net.nz>
To: <jzlin@blink.net.nz>
From: "E-loans" <jzlin@blink.net.nz>
Subject: [SPAM:##### 98%] Lowest Home Mortgage Rates!
Date: Wed, 31 Jul 2002 13:08:47 -1900
MIME-Version: 1.0
X-Mailer: Microsoft Outlook Express
X-MIMETrack: Itemize by SMTP Server on SFTC/SFTC/KR(Release 5.0.6a |January 17, 2001) at
 2002-08-01 04:54:20 AM,
	Serialize by Router on SFTC/SFTC/KR(Release 5.0.6a |January 17, 2001) at
 2002-08-01 07:10:02 AM,
	Serialize complete at 2002-08-01 07:10:02 AM
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset="iso-8859-1"
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIIIII, Probability=98%, Report=A_HREF_TO_REMOVE, CTYPE_JUST_HTML, FORM_W_MAILTO_ACTION, FROM_AND_TO_SAME, INVALID_DATE_TZ_ABSURD, IUCS_MORTGAGE_RATE, MAILTO_LINK, MAILTO_TO_SPAM_ADDR, MAILTO_WITH_SUBJ, MAILTO_WITH_SUBJ_REMOVE, MORTGAGE_RATES, PLING, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_RFCI, SUBJ_REMOVE

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=3D(0022)http://internet.e-mail --><HTML><HEAD><TITLE>N=
ew Web Technology</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-12=
52">
<META content=3D"MSHTML 6.00.2713.1100" name=3DGENERATOR></HEAD>
<BODY vLink=3D#c0c0c0 link=3D#c0c0c0 bgColor=3D#ffffff leftMargin=3D0><FON=
T face=3DArial>
<P>
<CENTER>
<TABLE width=3D500 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><B><FONT color=3D#336633 size=3D5>Mortgage Rates Sl=
ashed For 
      The Last Time!</FONT></B> 
      <HR>
      <FONT color=3D#000000 size=3D2><B>Let us help you get a new mortgage=
 for up to 
      100% of your home value</B> 
      <P>
      <TABLE width=3D300 border=3D0>
        <TBODY>
        <TR>
          <TD align=3Dleft><FONT color=3D#000000 size=3D4>
            <LI>Lower your monthly payment! 
            <LI>Consolidate your debt! 
            <LI>Shorten the term of your loan! 
            <LI>Reduce your interest rate! </FONT></LI></TD></TR></TBODY><=
/TABLE>
      <P><FONT color=3D#ff0000 size=3D3><B>National Average Mortgage 
      Rates</B></FONT> <BR><BR>
      <TABLE cellSpacing=3D2 cellPadding=3D5 border=3D4>
        <TBODY>
        <TR bgColor=3D#cccccc>
          <TD><B>Program</B></TD>
          <TD><B>Rates</B></TD></TR></B>
        <TR bgColor=3D#ffffff>
          <TD>30 Yr Fixed</TD>
          <TD>6.50%</TD></TR>
        <TR bgColor=3D#ffffff>
          <TD>15 Yr Fixed</TD>
          <TD>6.25%</TD></TR>
        <TR bgColor=3D#ffffff>
          <TD>1 Yr Arm</TD>
          <TD>5.51%</TD></TR></TBODY></TABLE>
      <P>
      <TABLE width=3D350 border=3D0>
        <TBODY>
        <TR>
          <TD align=3Dmiddle><FONT color=3D#336633 size=3D4>Choose From Hu=
ndreds of 
            <BR>Loan Programs Like: </FONT></TD></TR></TBODY></TABLE>
      <P>
      <TABLE width=3D200 border=3D0>
        <TBODY>
        <TR>
          <TD align=3Dleft><FONT color=3D#000000 size=3D3><B>
            <LI>Purchase Loans 
            <LI>Refinance 
            <LI>Debt Consolidation 
            <LI>Home Improvement 
            <LI>Interest Only Jumbo's 
            <LI>No Income Verification </B></FONT></LI></TD></TR></TBODY><=
/TABLE>
      <P>
      <TABLE width=3D350 border=3D0>
        <TBODY>
        <TR>
          <TD align=3Dmiddle><FONT color=3D#336633 size=3D4>Fill Out This =
Simple 
            Form and We Will Compete For Your Business... 
      </FONT></TD></TR></TBODY></TABLE>
      <P><FONT color=3D#000000 size=3D2><B>Required Input Field<FONT color=
=3D#ff0000 
      size=3D2>*</FONT></B> 
      <P>
      <TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 wid=
th=3D600 
      borderColorLight=3D#ffffcc>
        <TBODY>
        <TR>
          <TD align=3Dmiddle>
            <FORM action=3Dmailto:glmortgage1022@firemail.de?subject=3DMor=
tgage_Inquiry 
            method=3Dpost encType=3Dtext/plain>
            <TABLE width=3D"100%">
              <TBODY>
              <TR>
                <TD align=3Dright width=3D"50%"><FONT 
                  face=3D"Arial, Helvetica, sans-serif" color=3D#000000 
                  size=3D2><B>Name</B></FONT><FONT 
                  face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
                  size=3D2>*</FONT></TD>
                <TD><INPUT name=3DNAME></TD></TR>
              <TR>
                <TD align=3Dright width=3D"50%"><FONT 
                  face=3D"Arial, Helvetica, sans-serif" color=3D#000000 
                  size=3D2><B>Address</B></FONT></TD>
                <TD><INPUT name=3DAddress></TD></TR>
              <TR>
                <TD align=3Dright width=3D"50%"><FONT 
                  face=3D"Arial, Helvetica, sans-serif" color=3D#000000 
                  size=3D2><B>City </B></FONT></TD>
                <TD><INPUT name=3DCity></TD></TR>
              <TR>
                <TD align=3Dright width=3D"50%"><FONT 
                  face=3D"Arial, Helvetica, sans-serif" color=3D#000000 
                  size=3D2><B>State</B></FONT><FONT 
                  face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
                  size=3D2>*</FONT></TD>
                <TD><INPUT size=3D2 name=3DSTATE></TD></TR>
              <TR>
                <TD align=3Dright width=3D"50%"><FONT 
                  face=3D"Arial, Helvetica, sans-serif" color=3D#000000 
                  size=3D2><B>Zip Code </B></FONT><FONT 
                  face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
                  size=3D2>*</FONT></TD>
                <TD><INPUT name=3DZip_Code></TD></TR>
              <TR>
                <TD align=3Dright width=3D"50%"><FONT 
                  face=3D"Arial, Helvetica, sans-serif" color=3D#000000 
                  size=3D2><B>Buiness Phone</B></FONT><FONT 
                  face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
                  size=3D2>*</FONT></TD></FONT>
                <TD><INPUT name=3DBus_phone></TD></TR>
              <TR>
                <TD align=3Dright width=3D"50%"><FONT 
                  face=3D"Arial, Helvetica, sans-serif" color=3D#000000 
                  size=3D2><B>Home Phone </B></FONT></TD>
                <TD><INPUT name=3DHome_phone></TD></TR>
              <TR>
                <TD align=3Dright width=3D"50%"><FONT face=3DArial color=3D=
#000000 
                  size=3D2><B>Best time to contact</FONT></B></TD>
                <TD width=3D"56%"><FONT color=3D#000000><SELECT size=3D1 n=
ame=3DBest_time_to_contact> 
                   <OPTION selected></OPTION> <OPTION 
                    value=3DMorning>Morning</OPTION> <OPTION 
                    value=3DAfternoon>Afternoon</OPTION> <OPTION 
                    value=3DEvening>Evening</OPTION></SELECT></FONT></TD><=
/TR></B>
              <TR>
                <TD align=3Dright width=3D"50%"><FONT 
                  face=3D"Arial, Helvetica, sans-serif" color=3D#000000 
                  size=3D2><B>Total Loan Request </B></FONT></TD>
                <TD><INPUT name=3DLoan Request></TD></TR>
              <TR>
                <TD align=3Dright width=3D"50%"><FONT 
                  face=3D"Arial, Helvetica, sans-serif" color=3D#000000 
                  size=3D2><B>Approx. Home Value</B></FONT></TD>
                <TD><INPUT name=3DApprox._Home_Value></TD></TR></TBODY></T=
ABLE>
            <P><INPUT type=3Dsubmit value=3D"Submit Information" name=3Dsu=
bmit> 
            </FORM></P></TD></TR></TBODY></TABLE><BR>
      <P>
      <TABLE width=3D350 border=3D0>
        <TBODY>
        <TR>
          <TD align=3Dmiddle><FONT color=3D#000000 size=3D4>
            <MARQUEE>A consultant will contact you soon. 
        </FONT></FONT></TD></TR></TBODY></MARQUEE></TABLE>
      <TABLE width=3D350>
        <TBODY>
        <TR>
          <TD align=3Dmiddle><FONT color=3D#000000 size=3D1><B>All informa=
tion given 
            herein is strictly confidential and will not be re-distributed=
 for 
            any reason other than for the specific use 
            intended.</FONT></B><BR><FONT face=3DArial color=3D#000000 siz=
e=3D1>To be 
            removed from our distribution lists, please <A 
            href=3D"mailto:d_lete1007@lycos.co.uk?subject=3DRemove_WebC">C=
lick 
            here.<FONT color=3D#666600></A></FONT>.</FONT></TD></TR></TBOD=
Y></TABLE></P>
      <CENTER></CENTER></FONT></FONT></TR></TBODY></TABLE></CENTER></FONT>=
</BODY></HTML>




From eopl-teachers-request Fri Aug  2 20:46:40 2002
Return-Path: <eopl-teachers-request>
Received: from 64.46.14.02 (host-66-133-58-202.verestar.net [66.133.58.202])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id g731kW916488
	for <eopl-teachers@cs.indiana.edu>; Fri, 2 Aug 2002 20:46:34 -0500 (EST)
Message-Id: <200208030146.g731kW916488@moose.cs.indiana.edu>
From: IBRAHIM  ABACHA <ibrahimabacha@rediffmail.com>
To: eopl-teachers@cs.indiana.edu
Reply-To: ibrahimabacha02@mail.com
Subject: [SPAM:## 65%] URGENT  ASSISTANCE
Date: Fri, 02 Aug 2002 18:46:31 -0700
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="6f949bc9-980c-47df-ba59-565eafabd32c"
X-Perlmx-Spam: Gauge=XXXXXXIIIII, Probability=65%, Report=DEAR_SOMEBODY, IUCS_NIGERIAN_SCAM, NIGERIAN_SCAM_2, SUBJ_ALL_CAPS


This is a multi-part message in MIME format
--6f949bc9-980c-47df-ba59-565eafabd32c
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

                                                                     Dr.  =
Mrs.  Mariam  Abacha
                                                                              =
       
 
 
Dear  Sir/madam
 
         I salute you in the name of most high God ( ALLAH).I am Mrs. Mariam
 Abacha,former first lady of the federal Republic of Nigeria as well the =
widow of  the late Gen.Sani Abacha former Nigerian Military  Head of State  =
who died mysteriously as a result  of Cardiac Arrest.Since  my husband=92s =
death, my  family has  been under restriction of  movement and that  =
notwithstanding, we  are being  molested  and constantly  under  watched by =
the  seemingly  agents of the federal government of my country and above =
all,our Bank accounts  here and abroad have been  frozen  by the  Nigeria =
Civilian Govt.
        Furthermore,  my  only son IBRAHIM has been  in detention by the  =
Nigerian  Government  for more interrogation  about  my husband=92s  assets =
and some vital documents.  Following  the recent discovery  of my  husband=92=
s  bank  account  by the  Nigerian Government  with my son=92s bank in  which =
a  huge sum of US $700  million  and 450 million Ducht mark was lodge  and  =
1.6Billion Pounds  Sterling  belonging  to my late husband was seized by  the =
 Government of Nigeria.  I  therefore  wish  to personally appeal to  you =
seriously and religiously for your urgent assistance  to transfer the  sum of =
$98million US Dollars into your account in your country where I  believe it =
will be safe, since we can not leave the  country  due to  the  restriction =
of movement imposed on the  members of my  family by the Nigerian Government.=

 
        However, arrangements  have been put in place to move this money out =
of the country in the  secret  vault through  a security company to any of =
the West African States or Europe and  America as soon as you indicate your  =
interest my lawyer shall make all necessary arrangements with the security =
company and  send to you the Security  Deposit Certificate and  Airway Bill =
of  the luggage and other related documents so that you can claim the luggage =
which  shall be  tagged =93Family Treasures=94.
       Conclusively, we  have agreed  to offer you 35% of the total  sum and =
5% for both local and foriegn expenses while  60% is to be held on trust by =
you until we can decide  on a suitable
business investment in your  country pending our  free movement  by the =
Nigerian Government as well as our subsequent arrival in your country for =
full investment of our own potion of the fund which you shall quarrantee us =
to safe guard adequately
 
Please  reply urgently and  treat  with  absolute confidentiality  and
sincerity so that i can funish you with my lawyers contact for fast =
conclusion.
 
 
YOURS SINCERITY
DR. MARIAM ABACHA
(HER EXCELLENCY)  
PLS.REPLY ME VIA ibrahimabacha02@mail.com  
--6f949bc9-980c-47df-ba59-565eafabd32c--


From eopl-teachers-request Sat Aug  3 02:00:19 2002
Return-Path: <eopl-teachers-request>
Received: from 79.59.51.02 (host-66-133-58-202.verestar.net [66.133.58.202])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id g7370C925766
	for <eopl-teachers@cs.indiana.edu>; Sat, 3 Aug 2002 02:00:14 -0500 (EST)
Message-Id: <200208030700.g7370C925766@moose.cs.indiana.edu>
From: IBRAHIM  ABACHA <ibrahimabacha@rediffmail.com>
To: eopl-teachers@cs.indiana.edu
Reply-To: ibrahimabacha02@mail.com
Subject: [SPAM:## 65%] URGENT  ASSISTANCE
Date: Sat, 03 Aug 2002 00:00:11 -0700
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="a10fd983-1b36-49e3-9382-c0ad8741d798"
X-Perlmx-Spam: Gauge=XXXXXXIIIII, Probability=65%, Report=DEAR_SOMEBODY, IUCS_NIGERIAN_SCAM, NIGERIAN_SCAM_2, SUBJ_ALL_CAPS


This is a multi-part message in MIME format
--a10fd983-1b36-49e3-9382-c0ad8741d798
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

                                                                     Dr.  =
Mrs.  Mariam  Abacha
                                                                              =
       
 
 
Dear  Sir/madam
 
         I salute you in the name of most high God ( ALLAH).I am Mrs. Mariam
 Abacha,former first lady of the federal Republic of Nigeria as well the =
widow of  the late Gen.Sani Abacha former Nigerian Military  Head of State  =
who died mysteriously as a result  of Cardiac Arrest.Since  my husband=92s =
death, my  family has  been under restriction of  movement and that  =
notwithstanding, we  are being  molested  and constantly  under  watched by =
the  seemingly  agents of the federal government of my country and above =
all,our Bank accounts  here and abroad have been  frozen  by the  Nigeria =
Civilian Govt.
        Furthermore,  my  only son IBRAHIM has been  in detention by the  =
Nigerian  Government  for more interrogation  about  my husband=92s  assets =
and some vital documents.  Following  the recent discovery  of my  husband=92=
s  bank  account  by the  Nigerian Government  with my son=92s bank in  which =
a  huge sum of US $700  million  and 450 million Ducht mark was lodge  and  =
1.6Billion Pounds  Sterling  belonging  to my late husband was seized by  the =
 Government of Nigeria.  I  therefore  wish  to personally appeal to  you =
seriously and religiously for your urgent assistance  to transfer the  sum of =
$98million US Dollars into your account in your country where I  believe it =
will be safe, since we can not leave the  country  due to  the  restriction =
of movement imposed on the  members of my  family by the Nigerian Government.=

 
        However, arrangements  have been put in place to move this money out =
of the country in the  secret  vault through  a security company to any of =
the West African States or Europe and  America as soon as you indicate your  =
interest my lawyer shall make all necessary arrangements with the security =
company and  send to you the Security  Deposit Certificate and  Airway Bill =
of  the luggage and other related documents so that you can claim the luggage =
which  shall be  tagged =93Family Treasures=94.
       Conclusively, we  have agreed  to offer you 35% of the total  sum and =
5% for both local and foriegn expenses while  60% is to be held on trust by =
you until we can decide  on a suitable
business investment in your  country pending our  free movement  by the =
Nigerian Government as well as our subsequent arrival in your country for =
full investment of our own potion of the fund which you shall quarrantee us =
to safe guard adequately
 
Please  reply urgently and  treat  with  absolute confidentiality  and
sincerity so that i can funish you with my lawyers contact for fast =
conclusion.
 
 
YOURS SINCERITY
DR. MARIAM ABACHA
(HER EXCELLENCY)  
PLS.REPLY ME VIA ibrahimabacha02@mail.com  
--a10fd983-1b36-49e3-9382-c0ad8741d798--


From eopl-teachers-request Tue Aug  6 03:17:21 2002
Return-Path: <eopl-teachers-request>
Received: from iport.naturion (97.206-78-194.adsl-fix.skynet.be [194.78.206.97])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g768H5L06280;
	Tue, 6 Aug 2002 03:17:06 -0500 (EST)
Received: from vms.eurokom.ie (w145.z209031227.sjc-ca.dsl.cnc.net [209.31.227.145])
	by iport.naturion (8.11.0/8.11.0) with ESMTP id g768OoA10308;
	Tue, 6 Aug 2002 10:24:51 +0200
Message-ID: <000046a860c4$0000033c$00007563@vms.eurokom.ie>
To: <G.Bush@cso.ie>
From: "E-Business News" <G.Bush@cso.ie>
Subject: [SPAM:##### 97%] Lower your company phone bill every month!
Date: Tue, 06 Aug 2002 01:17:12 -1900
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Outlook Express
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIIII, Probability=97%, Report=A_HREF_TO_REMOVE, CTYPE_JUST_HTML, EXCUSE_3, FORM_W_MAILTO_ACTION, FROM_AND_TO_SAME, INVALID_DATE_TZ_ABSURD, MAILTO_LINK, MAILTO_TO_SPAM_ADDR, MAILTO_WITH_SUBJ, MAILTO_WITH_SUBJ_REMOVE, PLING, RCVD_IN_BL_SPAMCOP_NET, SUBJ_REMOVE

<HTML><HEAD><TITLE>Take Control Of Your Conference Calls</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-12=
52">
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR></HEAD>
<BODY vLink=3D#c0c0c0 link=3D#c0c0c0 bgColor=3D#FFFFFF leftMargin=3D0><FON=
T 
face=3DTimes, New Roman>
<P>
<CENTER>
<TABLE width=3D600 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><B><FONT color=3D#000066 size=3D6>Crystal Clear  
      Conference Calls<BR>Only <U>18 Cents</U> Per Minute!</B></FONT></TD>=
</TR></TBODY></TABLE>
<P><FONT color=3D#666600 size=3D5><B>(Anytime/Anywhere)</B></FONT> 
<P>
<TABLE width=3D350 border=3D0>
  <TBODY>
  <TR>
    <TD><FONT color=3D#000066 size=3D3><B>
      <LI>No setup fees 
      <LI>No contracts or monthly fees 
      <LI>Call anytime, from anywhere, to anywhere 
      <LI>Connects up to 100 Participants 
      <LI>International Dial In 18 cents per minute
      <LI>Simplicity in set up and administration 
      <LI>Operator Help available 24/7 </B></FONT></LI></TD></TR></TBODY><=
/TABLE>
<P>
<TABLE width=3D500 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D#666600 size=3D60><B><FONT size=3D5>G=
et the best 
      quality, the easiest to use, and lowest rate in the 
      industry.</B></FONT></FONT></TD></TR></TBODY></TABLE>
<P>
<TABLE width=3D400 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D#000066 size=3D4>If you like saving m=
oney, fill 
      out the form below and one of our consultants will contact 
  you.</FONT></TD></TR></TBODY></TABLE>
<P><FONT color=3D#000066 size=3D2>Required Input Field<FONT color=3D#66660=
0 
size=3D2>*</FONT></FONT> 
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D6=
00 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3Dmiddle>
      <FORM action=3Dmailto:inbocks2074@firemail.de?subject=3DAudioC_Inqui=
ry
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066
          size=3D2>Name</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Web 
            Address</FONT></TD>
          <TD><INPUT value=3Dhttp:// name=3DURL></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Company 
            Name</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DCOMPANY_NAME></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>
            State</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600 
            size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DSTATE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Business 
            Phone</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DBUS_PHONE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Home 
            Phone</FONT></TD>
          <TD><INPUT name=3DHOME_PHONE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Email 
            Address</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#666600 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DEMAIL></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Type of 
            Business</FONT></TD>
          <TD><INPUT name=3DTYPE_OF_BUSINESS></TD></TR></TBODY></TABLE>
      <P><INPUT type=3Dsubmit value=3D"Submit Information" name=3Dsubmit> 
    </FORM></P></TD></TR></TBODY></TABLE>
<BR><BR>
<TABLE width=3D500>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT face=3D"Arial, Helvetica, sans-serif"><font c=
olor=3D#666600
      size=3D1>To be removed from our list, please  
      <A href=3D"mailto:d_lete2015@lycos.co.uk?subject=3DRemove_Conferenci=
ng">Click 
      here.<FONT color=3D#666600></A></FONT>.</FONT></TD></TR></TBODY></TA=
BLE></P></CENTER></BODY></HTML>



From eopl-teachers-request Wed Aug  7 00:32:30 2002
Return-Path: <eopl-teachers-request>
Received: from blp.co.il ([212.199.40.232])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g775W4P21312;
	Wed, 7 Aug 2002 00:32:07 -0500 (EST)
Received: from 66.126.126.218 ([212.80.231.22])
	by blp.co.il (8.12.0.Beta12/8.12.2) with ESMTP id g775O3ts006537;
	Wed, 7 Aug 2002 08:24:36 +0300
Message-ID: <00004842235e$00002f59$00004ab7@>
To: <J.Frazur@eisa.org.za>
From: "E-News" <J.Frazur@eisa.org.za>
Subject: [SPAM:##### 99%] Email Marketing-Support Center
Date: Tue, 06 Aug 2002 22:33:57 -1900
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Outlook Express
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIIIIII, Probability=99%, Report=A_HREF_TO_REMOVE, CTYPE_JUST_HTML, EMAIL_MARKETING, EXCUSE_4, FORM_W_MAILTO_ACTION, FROM_AND_TO_SAME, INVALID_DATE_TZ_ABSURD, INVALID_MSGID, MAILTO_LINK, MAILTO_TO_SPAM_ADDR, MAILTO_WITH_SUBJ, MAILTO_WITH_SUBJ_REMOVE, MSGID_SPAMSIGN_1, RCVD_IN_BL_SPAMCOP_NET, SUBJ_REMOVE

<HTML>
<HEAD><TITLE>Online Marketing Strategies</TITLE><META http-equiv=3DContent=
-Type content=3D"text/html; 
charset=3Dwindows-1252"><META content=3D"MSHTML 5.50.4134.100" name=3DGENE=
RATOR><META content=3DFrontPage.Editor.Document name=3DProgId>
    </HEAD><BODY vLink=3D#c0c0c0 link=3D#c0c0c0 bgColor=3D#FFFFFF leftMarg=
in=3D0>
     <DIV align=3Dcenter><CENTER><TABLE height=3D0 cellSpacing=3D0 cellPad=
ding=3D0 width=3D500 border=3D0>
	<TBODY><TR><TD width=3D"100%" height=3D200><P align=3Dcenter>
	<FONT face=3D"Georgia, Times New Roman" size=3D7>
	<B><FONT color=3D#08296b>Need More Clients?</FONT></B></FONT></P><P align=
=3Dcenter>
	<FONT face=3D"Times New Roman" size=3D5><B><FONT color=3D#ff0000>
	Increase Your Sales 15%-40% Every Month!</FONT></B>
<HR>
<FONT color=3D#ff0000><B><FONT face=3D"Times, New Roman" color=3D#08296b s=
ize=3D3>
Targeted E-mail Marketing Is A Proven Method For Return Sales<br>
</FONT></B>
<FONT color=3D#000000 size=3D3>
  With a database of over 150 million "targeted" addresses, we can reach y=
our potential clients
  anywhere in the world.  Our staff creates interactive ad campaigns, spec=
ifically targeted to 
  your client base, and designed to produce staggering responses for your =
business.  A steady 
  lead source can make sure your sales team will consistently close deals.
</FONT>
<P>
   <FONT face=3D"Times, New Roman" size=3D3><B><FONT color=3D#08296b>The G=
reatest 
      Return On Your Marketing Dollar</FONT></B>
<FONT color=3D#000000><BR><FONT size=3D3>Targeted e-mail marketing is the =
most effective way to reach
global and local markets with a small expense compared to that of conventi=
onal marketing.  
Quality work and a dedicated professional staff will ensure your ad campai=
gn to be successful.  
Put our educated team of marketers to work for you.<br><br></B></FONT></p>=
</tr></td></tbody>
<P>
<TABLE width=3D400 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D#08296b size=3D4>Fill out the form be=
low to speak
with one <br>of our marketing specialists.</FONT></TD></TR></TBODY></TABLE=
>
<P><FONT color=3D#08296b size=3D2>Required Input Field<FONT color=3D#ff000=
0
size=3D2>*</FONT></FONT> 
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D6=
00 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3Dmiddle>
      <FORM action=3Dmailto:inbocks1807@firemail.de?subject=3DE-marketing_=
Inquiry 
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Times, New Roman" color=3D#08296b
          size=3D2>Name</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Times, New Roman" color=3D#08296b size=3D2>Web 
            Address</FONT></TD>
          <TD><INPUT value=3Dhttp:// name=3DURL></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Times, New Roman" color=3D#08296b size=3D2>Company 
            Name</FONT><FONT 
            face=3D"Times, New Roman" color=3D#ff0000
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DCOMPANY_NAME></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Times, New Roman" color=3D#08296b size=3D2>
            State</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
            size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DSTATE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Times, New Roman" color=3D#08296b size=3D2>Business 
            Phone</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DBUS_PHONE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Times, New Roman" color=3D#08296b size=3D2>Home 
            Phone</FONT></TD>
          <TD><INPUT name=3DHOME_PHONE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Times, New Roman" color=3D#08296b size=3D2>Email 
            Address</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DEMAIL></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Times, New Roman" color=3D#08296b size=3D2>Type of 
            Business</FONT></TD>
          <TD><INPUT name=3DTYPE_OF_BUSINESS></TD></TR></TBODY></TABLE>
      <P><INPUT type=3Dsubmit value=3D"Submit Information" name=3Dsubmit> 
    </FORM></P></TD></TR></TBODY></TABLE>
<BR><BR>
<TABLE width=3D500>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT face=3D"Times, New Roman" color=3D#08296b
      size=3D1>To be removed, please  
      <A href=3D"mailto:d_lete2043@lycos.co.uk?subject=3DRemove_E-marketin=
g">Click 
      here.<FONT color=3D#666600></A></FONT>.</FONT></TD></TR></TBODY></TA=
BLE></P></CENTER></BODY></HTML>



From eopl-teachers-request Mon Aug 12 07:23:33 2002
Return-Path: <eopl-teachers-request>
Received: from ns ([210.99.81.11])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g7CCNUX13817;
	Mon, 12 Aug 2002 07:23:30 -0500 (EST)
Received: from mail.zapo.net ([207.221.78.154]) by ns with Microsoft SMTPSVC(5.0.2195.4453);
	 Mon, 12 Aug 2002 21:45:52 +0900
Message-ID: <00003c8d66e9$00000c87$000038a4@mail.zapo.net>
To: <Underinsured.member>
From: "Term Life Insurance Companies of America." <termquote2@zapo.net>
Subject: [SPAM:##### 92%] Your Life Insurance CO does NOT WANT you to know this..                              D
Date: Mon, 12 Aug 2002 07:26:59 -1700
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: termquote2@zapo.net
X-OriginalArrivalTime: 12 Aug 2002 12:45:53.0359 (UTC) FILETIME=[31D8DDF0:01C241FE]
X-Perlmx-Spam: Gauge=XXXXXXXXXII, Probability=92%, Report=A_HREF_TO_OPT_OUT, CLICK_BELOW, CLICK_HERE_LINK, CTYPE_JUST_HTML, FORM_W_MAILTO_ACTION, HTML_WITH_BGCOLOR, INVALID_DATE_TZ_ABSURD, MAILTO_LINK, MAILTO_WITH_SUBJ, NORMAL_HTTP_TO_IP, SUBJ_HAS_SPACES, TO_MALFORMED

<HTML><BODY text=3D#ffffff vLink=3D#FFCC99 link=3D#FFCC99 bgColor=3D#000000=
><FORM action=3D"mailto:BudgetCalculator@excite.com?subject=3D Insurance Q=
uote Request" method=3DPOST encType=3Dtext/plain><TABLE cellSpacing=3D0 ce=
llPadding=3D0 width=3D592 border=3D0><TBODY><TR><TD vAlign=3Dbottom width=3D=
592><P><p align=3Dleft>
  <img border=3D0 src=3Dhttp://64.70.170.206/images/head2.jpg width=3D600 =
height=3D130></p></TD></TR><TR><TD width=3D592 bgcolor=3D#C0C0C0><P><CENTE=
R>&nbsp;</CENTER><P></P><P><CENTER><TABLE cellSpacing=3D2 cellPadding=3D10=
 width=3D480 border=3D0><TBODY><TR><TD bgcolor=3D#FFFFFF><CENTER><p><FONT =
face=3DCentury color=3D#000000 style=3D"font-size: 16pt">S</FONT><FONT fac=
e=3DArial size=3D2 color=3D#000000>ince 
    1996, term life insurance rates have been </FONT><FONT face=3DArial co=
lor=3D#000000><u><font size=3D2>reduced</font></u><font size=3D2> by as mu=
ch as <b>70%</b> </font><b><i><font size=3D2>!</font></i></b></FONT></p><p=
><b><FONT face=3DArial color=3D#3366FF>40 year old male - $250,000 - 10 ye=
ar level term<BR> <u>As low as $10.45 per month</u> <i>!</i></FONT></b></p=
></CENTER><P></P><P><font color=3D#000000 face=3DCentury style=3D"font-siz=
e: 16pt">A</font><font color=3D#000000 face=3DArial size=3D2>t TermQuotes =
Life Insurance Companies of America, we will survey the top life insurance=
 companies for you and provide you with the best rates available. Compare =
the rates and see for yourself. Fill out this quick form below for further=
 information.</font></P><P align=3Dcenter><b><font color=3D#000000 face=3D=
Arial size=3D2>The quote is</font><font color=3D#000000 face=3DArial><i> <=
/i></font><font face=3DArial color=3D#3366FF><u>FREE</u></font><font color=
=3D#000000 face=3DArial size=3D2>. There is </font><font face=3DArial size=
=3D2 color=3D#3366FF>no obligation</font><font color=3D#000000 face=3DAria=
l size=3D2> to buy.</font></b></P><P><CENTER><font color=3D#000000><FONT f=
ace=3DArial size=3D-2>Results of computer survey 08-12-02<BR></FONT><B> <F=
ONT face=3DArial size=3D-1>Sample Annual Premiums<BR>* 10 Year Level Premi=
um Term Rates *</FONT></B></font><BR><TABLE cellSpacing=3D0 cellPadding=3D=
2 width=3D490 border=3D0><TBODY><TR align=3Dright><TD vAlign=3Dtop align=3D=
middle width=3D10% bgColor=3D#3366FF><B><FONT face=3DARIAL>Age</FONT></B><=
/TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#3366FF><B><FONT=
 face=3DARIAL>$250,000</FONT></B></TD><TD vAlign=3Dtop align=3Dmiddle widt=
h=3D20% bgColor=3D#3366FF><B><FONT face=3DARIAL>$500,000</FONT></B></TD><T=
D vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#3366FF><B><FONT face=3D=
ARIAL>$1,000,000</FONT></B></TD></TR><TR align=3Dright><TD vAlign=3Dtop al=
ign=3Dmiddle width=3D10% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#=
000000>35</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgCol=
or=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$115</FONT></b></TD><TD=
 vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3D=
ARIAL color=3D#000000>$175</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle =
width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$305</=
FONT></b></TD></TR><TR align=3Dright><TD vAlign=3Dtop align=3Dmiddle width=
=3D10% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>45</FONT></=
b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><F=
ONT face=3DARIAL color=3D#000000>$210</FONT></b></TD><TD vAlign=3Dtop alig=
n=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#00=
0000>$375</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgCol=
or=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$670</FONT></b></TD></T=
R><TR align=3Dright><TD vAlign=3Dtop align=3Dmiddle width=3D10% bgColor=3D=
#6699FF><b><FONT face=3DARIAL color=3D#000000>55</FONT></b></TD><TD vAlign=
=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL =
color=3D#000000>$500</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D=
20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$935</FONT></b=
></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FO=
NT face=3DARIAL color=3D#000000>$1,370</FONT></b></TD></TR><TR align=3Drig=
ht><TD vAlign=3Dtop align=3Dmiddle width=3D10% bgColor=3D#6699FF><b><FONT =
face=3DARIAL color=3D#000000>65</FONT></b></TD><TD vAlign=3Dtop align=3Dmi=
ddle width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$=
1,305</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D=
#6699FF><b><FONT face=3DARIAL color=3D#000000>$2,550</FONT></b></TD><TD vA=
lign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3DAR=
IAL color=3D#000000>$4,920</FONT></b></TD></TR><TR align=3Dright><TD vAlig=
n=3Dtop align=3Dmiddle width=3D10% bgColor=3D#6699FF><b><FONT face=3DARIAL=
 color=3D#000000>70</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D=
20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$2,265</FONT><=
/b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><=
FONT face=3DARIAL color=3D#000000>$4,480</FONT></b></TD><TD vAlign=3Dtop a=
lign=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D=
#000000>$7,510</FONT></b></TD></TR></TBODY></TABLE><BR> <font color=3D#000=
000><FONT face=3DArial size=3D-2>*Above rates guaranteed to remain level f=
or 10 years<BR>Rates based on male preferred class 1 non-smoker <BR>Polici=
es are guaranteed renewable to age 95</FONT><FONT face=3DArial size=3D1><B=
R>Policies with 15, 20, 25, and 30 year level premiums also available.</FO=
NT></font></CENTER><P></P><P><CENTER><FONT size=3D1 color=3D#000000 face=3D=
Arial>Universal Life, Second-to-Die and Estate Planning products also prov=
ided.</FONT><p><B><FONT color=3D#990000 face=3DArial>Attention All Smokers=
:</FONT><FONT color=3D#ff0000 face=3DArial><BR></FONT> <FONT color=3D#3366=
FF face=3DArial>You may qualify for special <u>reduced</u> smoker rates!</=
FONT></B></p></CENTER></TD></TR></TBODY></TABLE></CENTER></TD></TR></TBODY=
></TABLE><TABLE height=3D308 cellSpacing=3D0 cellPadding=3D0 width=3D600 b=
order=3D0><TBODY><TR><TD width=3D600 height=3D170 bgcolor=3D#3366FF><P><CE=
NTER><TABLE cellSpacing=3D2 cellPadding=3D0 width=3D600 align=3Dcenter bac=
kground=3D"" border=3D0><CAPTION align=3Dtop><font face=3DArial><B><FONT c=
olor=3D#000000 size=3D4>Submit This Form for a </FONT><FONT size=3D4><u>Fr=
ee</u></FONT><FONT color=3D#000000 size=3D4> Term Insurance Quote <i>!</i>=
</FONT></B></font></CAPTION><TBODY><TR align=3Dmiddle><TD><P><CENTER><TABL=
E cellSpacing=3D2 cellPadding=3D0 width=3D95% border=3D0 height=3D568><TBO=
DY><TR><TD width=3D549 height=3D23><b>Name Insured:</b>&nbsp; <INPUT size=3D=
25 name=3D"NAME " value=3D" "></TD></TR><TR><TD width=3D549 height=3D23>Am=
ount of Coverage:&nbsp;&nbsp; <SELECT name=3D"COVERAGE " size=3D1> <OPTION=
 value=3D$250,000>$250,000<OPTION value=3D$300,000>$300,000<OPTION value=3D=
$400,000>$400,000<OPTION value=3D$500,000 selected>$500,000<OPTION value=3D=
$600,000>$600,000<OPTION value=3D$700,000>$700,000<OPTION value=3D$800,000=
>$800,000<OPTION value=3D$900,000>$900,000<OPTION value=3D$1,000,000>$1,00=
0,000</OPTION></SELECT></TD></TR><TR><TD width=3D549 height=3D23>Date of B=
irth: Month <SELECT name=3D"MONTH "> <OPTION value=3D01 selected>01<OPTION=
 value=3D02>02<OPTION value=3D03>03<OPTION value=3D04>04<OPTION value=3D05=
>05<OPTION value=3D06>06<OPTION value=3D07>07<OPTION value=3D08>08<OPTION =
value=3D09>09<OPTION value=3D10>10<OPTION value=3D11>11<OPTION value=3D12>=
12</OPTION></SELECT>&nbsp; Day <SELECT name=3D"DAY "> <OPTION value=3D01 s=
elected>01<OPTION value=3D02>02<OPTION value=3D03>03<OPTION value=3D04>04<=
OPTION value=3D05>05<OPTION value=3D06>06<OPTION value=3D07>07<OPTION valu=
e=3D08>08<OPTION value=3D09>09<OPTION value=3D10>10<OPTION value=3D11>11<O=
PTION value=3D12>12<OPTION value=3D13>13<OPTION value=3D14>14<OPTION value=
=3D15>15<OPTION value=3D16>16<OPTION value=3D17>17<OPTION value=3D18>18<OP=
TION value=3D19>19<OPTION value=3D20>20<OPTION value=3D21>21<OPTION value=3D=
22>22<OPTION value=3D23>23<OPTION value=3D24>24<OPTION value=3D25>25<OPTIO=
N value=3D26>26<OPTION value=3D27>27<OPTION value=3D28>28<OPTION value=3D2=
9>29<OPTION value=3D30>30<OPTION value=3D31>31</OPTION></SELECT> Year <INP=
UT maxLength=3D4 size=3D4 value=3D19 name=3D"YEAR "></TD></TR><TR><TD widt=
h=3D549 height=3D21>Sex:&nbsp; Male <INPUT type=3Dradio CHECKED value=3D" =
male " name=3D"SEX "> Female <INPUT type=3Dradio value=3D" female " name=3D=
"SEX "></TD></TR><TR><TD width=3D549 height=3D23>Height:&nbsp; FT<INPUT si=
ze=3D3 name=3D"FT "> in <INPUT size=3D3 name=3D"IN "></TD></TR><TR><TD wid=
th=3D549 height=3D23>Weight:&nbsp; lbs.<INPUT size=3D3 name=3D"LB.  " valu=
e=3D" "></TD></TR><TR><TD width=3D549 height=3D26>Occupation:&nbsp; <INPUT=
 name=3D"OCCUPATION " size=3D20 value=3D" "></TD></TR><TR><TD width=3D549 =
height=3D19><b><font color=3D#3366FF>xxx</font></b></TD></TR><TR><TD width=
=3D549 height=3D19><b>Have You Ever Had:</b></TD></TR><TR><TD width=3D549 =
height=3D21>High Blood Pressure:&nbsp; Yes <INPUT type=3Dradio value=3D" y=
es " name=3D" HIGH BLOOD PRESSURE? " ?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No <=
INPUT type=3Dradio value=3D" no " name=3D" HIGH BLOOD PRESSURE? " checked>=
</TD></TR><TR><TD width=3D549 height=3D21>Heart Attack or Stroke:&nbsp; Ye=
s <INPUT type=3Dradio value=3D" yes " name=3D"HEART ATTACK OR STROKE?  " ?=
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No <INPUT type=3Dradio value=3D" no " name=
=3D"HEART ATTACK OR STROKE?  " checked></TD></TR><TR><TD width=3D549 heigh=
t=3D21>Cancer:&nbsp; Yes <INPUT type=3Dradio value=3D" yes " name=3D"CANCE=
R "?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No <input type=3Dradio name=3D"CANCER =
" value=3D" no " checked></TD></TR><TR><TD width=3D549 height=3D21>Diabete=
s:&nbsp; Yes <INPUT type=3Dradio value=3D" yes " name=3D"DIABETES ">&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp; No <INPUT type=3Dradio value=3D" no " name=3D"DIA=
BETES " checked></TD></TR><TR><TD width=3D549 height=3D21>Have You&nbsp; S=
moked Within the Last 12 Months:&nbsp; Yes <INPUT type=3Dradio value=3D" y=
es " name=3D"SMOKED IN 12 MONTHS? ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No <INP=
UT type=3Dradio value=3D" no " name=3D"SMOKED IN 12 MONTHS? " checked></TD=
></TR><TR><TD width=3D549 height=3D19><font color=3D#3366FF>xxx</font></TD=
></TR><TR><TD width=3D549 height=3D23><b>Person Completing Request:</b>&nb=
sp; <INPUT size=3D40 name=3D"PERSON COMPLETING REQUEST " value=3D" "></TD>=
</TR><TR><TD width=3D549 height=3D20>Mailing Address:&nbsp; <TEXTAREA name=
=3D"STREET " rows=3D1 cols=3D40> </TEXTAREA></TD></TR><TR><TD width=3D549 =
height=3D23>City:&nbsp; <INPUT size=3D28 name=3D"CITY " value=3D" ">State =
<INPUT size=3D3 name=3D"STATE  " value=3D" "> Zip <INPUT size=3D11 name=3D=
"ZIP " value=3D" "></TD></TR><TR><TD width=3D549 height=3D23>Daytime Phone=
:&nbsp; <INPUT size=3D19 name=3D"DAY PHONE " value=3D" "></TD></TR><TR><TD=
 width=3D549 height=3D23>Evening Phone:&nbsp;&nbsp; <INPUT size=3D19 name=3D=
"EVENING PHONE " value=3D" "></TD></TR><TR><TD width=3D549 height=3D23>Ema=
il Address:&nbsp;&nbsp; <INPUT maxLength=3D50 size=3D20 name=3D"EMAIL  " v=
alue=3D" "></TD></TR><TR><TD width=3D549 height=3D23>Best time to contact:=
 <select size=3D1 name=3D"BEST TIME TO CONTACT "> <option selected value=3D=
" Morning">Morning</option> <option value=3D" After noon">After noon</opti=
on> <option value=3D" Evening">Evening</option> <option value=3D" Weekend"=
>Weekend</option> </select></TD></TR></TBODY></TABLE><INPUT type=3Dsubmit =
value=3D"Submit "><p><b><font size=3D2 face=3DArial>When you click submit =
it may activate your spell check, please click &quot;Ignore&quot; if it do=
es.</font></b></p></CENTER></TD></TR></TBODY></TABLE></CENTER></TD><TD ali=
gn=3Dmiddle width=3D1 height=3D170></TD><TD align=3Dmiddle width=3D1 heigh=
t=3D170></TD></TR></TBODY></TABLE></FORM>&nbsp; <br><div align=3Dcenter><c=
enter><table border=3D1 style=3D"border-collapse: collapse" width=3D600 id=
=3DAutoNumber1 height=3D125 cellspacing=3D0 cellpadding=3D0 align=3Dleft>
<tr>
  <td width=3D598 height=3D16><p align=3Dcenter><font face=3DArial size=3D=
4 color=3D#91DF6A>&nbsp;</font><font face=3DArial size=3D4 color=3D#008000=
>This could be your ad!</font></td>
</tr>
<tr>
  <td width=3D598 height=3D11><p align=3Dcenter><font color=3D#FFCC99 size=
=3D2 face=3DArial><a href=3D"mailto:SummerSoftware@excite.com?subject=3DDi=
rect Marketing Inquiry">
  <font color=3D"#008000">Email Us</font></a></font><font color=3D#008000 =
size=3D2 face=3DArial>&nbsp;for 
  your next e-marketing campaign.</font></td>
</tr>
<tr><td width=3D598 align=3Dcenter height=3D21><font size=3D1 color=3D#008=
000>YOUR 
  INTERNET ADVERTI<font face=3D"Times New Roman">SING </font></font>
                    <font face=3D"Times New Roman" color=3D"#008000" size=3D=
"1">
                    =FFFFFFA9MCMXCVI -MMII</font><font size=3D1 color=3D#0=
08000><font face=3D"Times New Roman">. 
  All Rights Rese</font>rved</font></td></tr><tr><td width=3D598 height=3D=
24><p align=3Dcenter><font color=3D#FFCC99><span style=3D"font-size: 10.0p=
t; font-family: Times New Roman; font-style: italic">
  If you think that you will not benefit from this correspondence, and you=
 do 
  not want to be notified along with the others on this list, please </spa=
n><span style=3D"font-family: Times New Roman; font-style: italic"><font s=
ize=3D2>
  <a href=3D"http://www.sendyourfeedback.com/optout">Click Here</a>.</font=
></span></font></td></tr></table></center></div></BODY></HTML>




From eopl-teachers-request Mon Aug 12 14:54:32 2002
Return-Path: <eopl-teachers-request>
Received: from tomts21-srv.bellnexxia.net (tomts21.bellnexxia.net [209.226.175.183])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g7CJsTX16497;
	Mon, 12 Aug 2002 14:54:30 -0500 (EST)
Received: from [209.226.175.136] by tomts21-srv.bellnexxia.net
          (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with SMTP
          id <20020812195332.JHMA11845.tomts21-srv.bellnexxia.net@[209.226.175.136]>;
          Mon, 12 Aug 2002 15:53:32 -0400
From: <hottymaria@gosympatico.ca>
To: <eonnet2@hotmail.com>
Subject: [SPAM:#### 85%] Hey, whats up?
Date: Mon, 12 Aug 2002 15:55:15 -0400
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Message-Id: <20020812195332.JHMA11845.tomts21-srv.bellnexxia.net@[209.226.175.136]>
X-Perlmx-Spam: Gauge=XXXXXXXXIIIII, Probability=85%, Report=A_HREF_TO_REMOVE, CLICK_BELOW, CLICK_HERE_LINK, FOR_FREE, HTTP_USERNAME_USED, NO_REAL_NAME, ONE_HUNDRED_PC_FREE, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_RFCI, SUBJ_ENDS_IN_Q_MARK

<html><p align="center"><font face="Arial" size="2">My buddies and I were average people, just like you...Then we had our great idea...<font color="#990033"><b><br>find young hot girls</b></font> and <b><font color="#990033">proposition them to fool around on video tape.</font></b><br>Armed with a camera, a smooth tongue, and a couple of bucks we  have made quite a few interesting videos!<br>BEST OF ALL...<font color="#990033"> <b>MY SITE IS 100% FREE!!</b> </font>  If this sounds like something of interest to you, </font><font face="Arial"><a href="http://www.myfreesite.com@64.227.192.12">click here</a></font><font face="Arial" size="2"> You will be glad you did.</p><p align="center"> </p><p align="center"> </p></font><font face="Arial" size="1"><br><br><br><br><br><br><br><br><br><br><p align="center">If you never want to hear from me again, please <a href="remove.html">click here</a> and I will remove you from all future mailings.</p></html>
----- Get your free WebMail account from Sympatico-Lycos at www.sympatico.ca -----


From eopl-teachers-request Wed Aug 14 14:48:14 2002
Return-Path: <eopl-teachers-request>
Received: from e3000.taisugar.com.tw (e3000 [210.66.156.1] (may be forged))
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g7EJm9F17874;
	Wed, 14 Aug 2002 14:48:09 -0500 (EST)
Received: from e1000. (fw [10.0.2.2])
	by e3000.taisugar.com.tw (8.10.2+Sun/8.10.2) with SMTP id g7EJaCv18849;
	Thu, 15 Aug 2002 03:36:12 +0800 (CST)
Received: from rly-ip02.mail.aol.com by e1000. (SMI-8.6/SMI-SVR4)
	id CAA20872; Thu, 15 Aug 2002 02:47:20 +0800
From: value@bronsteincorp.com
Received: from tot-tn.proxy.aol.com (tot-tn.proxy.aol.com [152.163.207.1]) by rly-ip01.mx.aol.com (8.8.8/8.8.8/AOL-5.0.0) with ESMTP id VAA14375; Wed, 14 Aug 2002 11:40:47 -0400 (EDT)
Message-Id: <RzkUcnUs.Rz1Vpo0Ha.Rz7VXfGsp.RzJCpd2PVPMs9-.R53znojuyWksSY.R53zno.R53EnK8.R5e-HVGsO@rly-ip02.mail.aol.com>
Subject: [SPAM:##### 91%] Re: overlooked and undervalued!!!
Mime-Version: 1.0
Content-Type: text/html; charset="us-ascii"
Date: Wed, 14 Aug 2002 12:19:43
X-Mailer: Eudora Lite Vers 4.04
X-Date: Wed, 14 Aug 2002 12:19:43
Apparently-To: <fcummins@cs.indiana.edu>
Apparently-To: <faheyr@cs.indiana.edu>
Apparently-To: <faces@cs.indiana.edu>
Apparently-To: <faces-request@cs.indiana.edu>
Apparently-To: <eopl-teachers@cs.indiana.edu>
Apparently-To: <ekisling@cs.indiana.edu>
Apparently-To: <ehilsdal@cs.indiana.edu>
Apparently-To: <edrbtsn@cs.indiana.edu>
X-Perlmx-Spam: Gauge=XXXXXXXXXI, Probability=91%, Report=CASINO, CLICK_BELOW, CLICK_HERE_LINK, CTYPE_JUST_HTML, INVALID_DATE_NO_TZ, NO_REAL_NAME, PLING, PLING2, PLING3, STRONG_BUY








<html>

	<head>
		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
		<title>Savvy Invester</title>
	</head>

	<body bgcolor="#ffffff" topmargin="0" marginheight="0">
		<table border="0" cellpadding="0" cellspacing="0" width="550">
			<c><p><font face="Verdana" size="6"><b>The Savvy Investor</c></p>
			<tr height="2">
				<td bgcolor="#00008b" height="2"></td>
				<td bgcolor="#00008b" height="2"></td>
			</tr>
			<tr height="126">
				<td height="126"><font face="Verdana" size="4"><b>I2CORP.COM (ITOO)</b></font>
					
				</td>
				<td height="126">
					<div align="right">
						<font face="Verdana" size="1" color="#696969">August 14, 2002 1:59 PM EST<br>
							20-Min. Delayed Quote OTCBB<br>
							<table border="1" cellpadding="0" cellspacing="2" width="342">
								<tr>
									<td width="43" bgcolor="#dcdcdc">
										<div align="center">
											<font face="Verdana" size="1"><b>Price</b></font></div>
									</td>
									<td colspan="2" bgcolor="#dcdcdc">
										<div align="center">
											<font face="Verdana" size="1"><b>Today's Change</b></font></div>
									</td>
									<td width="73" bgcolor="#dcdcdc">
										<div align="center">
											<font face="Verdana" size="1"><b>Last</b></font></div>
									</td>
									<td bgcolor="#dcdcdc">
										<div align="center">
											<font face="Verdana" size="1"><b>Change</b></font></div>
									</td>
								</tr>
								<tr>
									<td bgcolor="#fffacd" width="43">
										<div align="center">
											<font size="1">
											0.0500</font></div>
									</td>
									<td width="73">
										<div align="center">
											<font size="1">
											0.0000</font></div>
									</td>
									<td width="57">
										<div align="center">
											<font size="1">
											0.00%</font></div>
									</td>
									<td width="73">
										<div align="center">
											<b><font size="1">0.0500</font></b></div>
									</td>
									<td>
										<div align="center">
											<b><font size="1">*n/a</font></b></div>
									</td>
								</tr>
								<tr>
									<td width="43" bgcolor="#f5f5f5">
										<div align="center">
											<font face="Verdana" size="1"><b>Open</b></font></div>
									</td>
									<td width="73" bgcolor="#f5f5f5">
										<div align="center">
											<font face="Verdana" size="1"><b>Day High</b></font></div>
									</td>
									<td width="57" bgcolor="#f5f5f5">
										<div align="center">
											<font face="Verdana" size="1"><b>Day Low</b></font></div>
									</td>
									<td width="73" bgcolor="#f5f5f5">
										<div align="center">
											<font face="Verdana" size="1"><b>52wk High</b></font></div>
									</td>
									<td bgcolor="#f5f5f5">
										<div align="center">
											<font face="Verdana" size="1"><b>52wk Low</b></font></div>
									</td>
								</tr>
								<tr>
									<td width="43">
										<div align="center">
											<b><font size="1">0.0500</font></b></div>
									</td>
									<td width="73">
										<div align="center">
											<font size="1">
											0.0500</font></div>
									</td>
									<td width="57">
										<div align="center">
											<font size="1">
											0.0300</font></div>
									</td>
									<td width="73">
										<div align="center">
											<font size="1">
											0.3500</font></div>
									</td>
									<td>
										<div align="center">
											<font size="1">
											0.3100</font></div>
									</td>
								</tr>
							</table>
						</font></div>
				</td>
			</tr>
			<tr>
				<td colspan="2">
					<table border="0" cellpadding="4" width="164" bgcolor="#add8e6" align="left">
						<tr>
							<td><font face="Verdana" size="1">The general feeling of the Top Internet Lawyers and Analysts is: that &quot;<b>online gambling and sports betting are here to stay</b>.&quot; Attempts at trying to stop it would be ineffective! Banning Internet gambling and sports betting presents technical and legal problems that most , if not<br>
								</font>
								<p><font face="Verdana" size="1">all foreign Governments are ready and equipped to enforce and due to massive profit potential. <br>
									</font></p>
							</td>
						</tr>
					</table>
					<font face="Verdana" size="1">Michael Pollock of the Pollock Gaming Resource Group (PRRG) has issued a report studying the effects of live wagering from remote locations. &quot; The study concludes that live wagering from remote locations does more than create a new source of revenue for sponsoring casinos. Additionally, it creates a marketing opportunity, a means to find and cultivate thousands of new customers who can be encouraged to become on-site patrons.&quot; A copy of the full report in pdf format can be downloaded at <a href="http://www.i2corp.com">http://www.i2corp.com</a> or <a href="http://www.gamingobserver.com">http://www.gamingobserver.com</a>.<br>
						<br>
					</font><font face="Verdana" size="1">What's more, there are<b> NO competitors</b> for the Company's method or technology for remote wagering. i2corp is the Only Company in the World that can legally license its method and technology for remote wagering. i2corp is currently negotiating with Major Casinos Globally. <br>
						<br>
					</font><font face="Verdana" size="1" color="#00008b">NEWS July 16, 2002</font><font face="Verdana" size="1"> </font><font face="Verdana" size="1" color="red">i2corp</font><font face="Verdana" size="1"> Enters into Research and Development Agreement with a major Gaming Equipment Supplier For Live Remote Bingo. For Current Quote or News: <a href="http://finance.yahoo.com/q?s=itoo.ob&d=t">click here</a>!<br>
						<br>
					</font><font face="Verdana" size="1" color="red">i2corp</font><font face="Verdana" size="1"> is the holding company for Home Gambling Network, Inc. HGN holds U.S. Patent 5,800,268, which covers remote wagering on live games and events with electronic financial transactions. The Patent is comprised of three primary actions: the gambling is live; the player is remote and physically away from the actual game or event; and the winnings and losses are transacted electronically in real time. They include, but are not limited to, horse racing, soccer, bingo, poker, roulette and many other Las Vegas Casino Games. <br>
						<br>
					</font><font face="Verdana" size="1" color="#00008b">FACT:</font><font face="Verdana" size="1"> Currently there is an overwhelming opinion that remote wagering in real-time will become one of the most profitable/prolific industries worldwide. i2corp recently won judgment against giant UUNET a subsidiary of MCI/WorldCom in a U.S. Federal Court for Patent infringement. Just another compelling reason why i2corp has orphaned their competition! Therefore we conclude i2corp's common stock to be overlooked and undervalued!<br>
						<br>
					</font></td>
			</tr>
			<tr>
				<td colspan="2">
					<div align="center">
						<font face="Verdana" size="2">For Current Quote: <a href="http://finance.yahoo.com/q?s=itoo.ob&d=t">Click Here!</a><br>
						</font><font face="Verdana" size="2" color="#00008b"><b>OTCBB&nbsp;Sumbol (ITOO) RECOMMENDATION:</b></font><font face="Verdana" size="2"><b> </b></font><font face="Verdana" size="2" color="red"><b>STRONG&nbsp;BUY<br>
								<br>
							</b></font></div>
				</td>
			</tr>
			<tr>
				<td colspan="2"><font face="Verdana" size="1">This news release contains forward-looking statements as defined by the Private Securities Litigation Reform Act of 1995. Forward-looking statements include statements concerning plans, objectives, goals, strategies, future events or performance and underlying assumptions, and all statements that are other than statements of historical facts. These statements are subject to uncertainties and risks including, but not limited to, product and service demand and acceptance, changes in technology, economic conditions, the impact of competition and pricing, government regulation, and other risks defined in this document. These cautionary statements expressly qualify all such forward-looking statements made by or on behalf of The Savvy Investor.  In addition, The Savvy Investor disclaims any obligation to update any forward-looking statements to reflect events or circumstances after the date hereof. The information herein has been o!
btained from reputable sources and therefore we assume its validity. The Savvy Investor has been compensated $5,000 for the dissemination of this information and may at anytime buy or sell the     securities of i2corp&#x2019;s common stock.</font></td>
			</tr>
		</table>
		<p></p>
		<p></p>
		<p></p>
		<p></p>
	</body>

</html>









From eopl-teachers-request Wed Aug 21 16:02:29 2002
Return-Path: <eopl-teachers-request>
Received: from ns.kyci.or.kr ([210.103.4.129])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id g7LL2DD01696;
	Wed, 21 Aug 2002 16:02:14 -0500 (EST)
Received: from relay2.fx.ro (unverified [62.194.17.41]) by ns.kyci.or.kr
 (EMWAC SMTPRS 0.83) with SMTP id <B0000378151@ns.kyci.or.kr>;
 Thu, 22 Aug 2002 05:00:09 +0900
Message-ID: <00004d193a5e$00003ec1$00001247@mail.funet.fi>
To: <Glen.D@efi.fi>
From: "Service Center" <Glen.D@efi.fi>
Subject: [SPAM:##### 92%] Low cost quality conference calls
Date: Wed, 21 Aug 2002 13:17:01 -1900
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Perlmx-Spam: Gauge=XXXXXXXXXII, Probability=92%, Report=CTYPE_JUST_HTML, EXCUSE_3, FORM_W_MAILTO_ACTION, FROM_AND_TO_SAME, HTML_WITH_BGCOLOR, INVALID_DATE_TZ_ABSURD, MAILTO_LINK, MAILTO_WITH_SUBJ, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_ORBS

<HTML><HEAD><TITLE>Lowest Rate Services</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-12=
52">
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR></HEAD>
<BODY vLink=3D#c0c0c0 link=3D#c0c0c0 bgColor=3D#000033 leftMargin=3D0><FON=
T 
face=3Darial,helvetica>
<P>
<CENTER>
<TABLE width=3D600 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><B><FONT color=3D#999999 size=3D6>Conferencing Made=
 Easy</FONT><BR>
<FONT color=3D#999999 size=3D5>Only <U>18 Cents</U> Per Minute!</B></FONT>=
</TD></TR></TBODY></TABLE>
<P><FONT color=3D#ff0000 size=3D5><B>(Including Long Distance!)</B></FONT>=
 
<P>
<TABLE width=3D350 border=3D0>
  <TBODY>
  <TR>
    <TD><FONT color=3D#999999 size=3D3><B>
      <LI>No setup fees 
      <LI>No contracts or monthly fees 
      <LI>Call anytime, from anywhere, to anywhere 
      <LI>Connects up to 100 Participants 
      <LI>Simplicity in set up and administration 
      <LI>Operator Help available 24/7 </B></FONT></LI></TD></TR></TBODY><=
/TABLE>
<P>
<TABLE width=3D500 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D#ff0000 size=3D60><B><FONT size=3D5>T=
he Highest Quality Service For The Lowest Rate In The Industry!</B></FONT>=
</FONT></TD></TR></TBODY></TABLE>
<P>
<TABLE width=3D400 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D#999999 size=3D4>Fill out the form be=
low to find out how you can lower your phone bill every month.</FONT></TD>=
</TR></TBODY></TABLE>
<P><FONT color=3D#999999 size=3D2>Required Input Field<FONT color=3D#ff000=
0 
size=3D2>*</FONT></FONT> 
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D6=
00 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3Dmiddle>
      <FORM action=3Dmailto:aud.conf@marketing401.com?subject=3DAudioc_Inq=
uiry 
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#999999
          size=3D2>Name</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#999999 size=3D2=
>Web 
            Address</FONT></TD>
          <TD><INPUT value=3Dhttp:// name=3DURL></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#999999 size=3D2=
>Company 
            Name</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DCOMPANY_NAME></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#999999 size=3D2=
>
            State</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
            size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DSTATE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#999999 size=3D2=
>Business 
            Phone</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DBUS_PHONE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#999999 size=3D2=
>Home 
            Phone</FONT></TD>
          <TD><INPUT name=3DHOME_PHONE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#999999 size=3D2=
>Email 
            Address</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DEMAIL></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#999999 size=3D2=
>Type of 
            Business</FONT></TD>
          <TD><INPUT name=3DTYPE_OF_BUSINESS></TD></TR></TBODY></TABLE>
      <P><INPUT type=3Dsubmit value=3D"Submit Information" name=3Dsubmit> 
    </FORM></P></TD></TR></TBODY></TABLE>
<BR><BR>
<TABLE width=3D500>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT face=3D"Arial, Helvetica, sans-serif" color=3D=
#999999 
      size=3D1>To be removed from our distribution lists, please  
      <FONT color=3D#666666><A href=3D"mailto:delete@marketing401.com?subj=
ect=3DRemove_Conferencing">Click 
      here</A></FONT>.</FONT></TD></TR></TBODY></TABLE></P></CENTER></BODY=
></HTML>



From eopl-teachers-request Thu Aug 22 04:16:11 2002
Return-Path: <eopl-teachers-request>
Received: from yahoo.com (101-88-46-200-ip.alianzaviva.net [200.46.88.101] (may be forged))
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id g7M9G0D08644;
	Thu, 22 Aug 2002 04:16:00 -0500 (EST)
Received: from 122.205.69.55 ([122.205.69.55]) by n7.groups.yahoo.com with asmtp; Tue, 20 Aug 2002 05:33:59 +1000
Reply-To: <abc6m6qGL@hotmail.com>
Message-ID: <EB7E15D9-B523-11D6-82E0-0040054E6756@EMLqq7NQ>
From: <abc6m6qGL@hotmail.com>
Subject: LASER CARTRIDGES
Date: Wed, 21 Aug 2002 16:36:23 -0580
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00O6_57R68U9W.X3891A11"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
Importance: Normal
X-Perlmx-Spam: Gauge=XXIIIIIIIII, Probability=29%, Report=FORGED_HOTMAIL_RCVD, FROM_HAS_MIXED_NUMS, LONG_MESSAGE, MISSING_HEADERS, NO_REAL_NAME, SUBJ_ALL_CAPS

------=_NextPart_000_00O6_57R68U9W.X3891A11
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFkb2N0eXBlIGh0bWwgcHVibGljICItLy93M2MvL2R0ZCBodG1sIDQuMCB0cmFuc2l0aW9uYWwv
L2VuIj4NCjxodG1sPg0KPGhlYWQ+DQogICA8bWV0YSBodHRwLWVxdWl2PSJDb250ZW50LVR5cGUi
IGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD1pc28tODg1OS0xIj4NCiAgIDxtZXRhIG5hbWU9
IkdlbmVyYXRvciIgY29udGVudD0iTWljcm9zb2Z0IFdvcmQgOTciPg0KICAgPG1ldGEgbmFtZT0i
R0VORVJBVE9SIiBjb250ZW50PSJNb3ppbGxhLzQuNjEgW2VuXSAoV2luOTg7IEkpIFtOZXRzY2Fw
ZV0iPg0KICAgPHRpdGxlPmZnZmc8L3RpdGxlPg0KPC9oZWFkPg0KPGJvZHkgbGluaz0iIzAwMDBG
RiIgdmxpbms9IiM4MDAwODAiPg0KJm5ic3A7DQo8YnI+Jm5ic3A7DQo8dGFibGUgQk9SREVSIFdJ
RFRIPSI2MjQiID4NCjx0cj4NCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiMwMDgwODAiPg0K
PGNlbnRlcj48Yj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMz5WRVJURVggTEFT
RVIgQU5EJm5ic3A7PC9mb250PjwvZm9udD48L2I+DQo8cD48Yj48Zm9udCBjb2xvcj0iI0ZGRkZG
RiI+PGZvbnQgc2l6ZT0rMz5DT1BJRVIgU1VQUExJRVM8L2ZvbnQ+PC9mb250PjwvYj48L2NlbnRl
cj4NCjwvdGQ+DQo8L3RyPg0KPC90YWJsZT4NCg0KPGRsPiZuYnNwOzwvZGw+DQoNCjxjZW50ZXI+
PGZvbnQgc2l6ZT0rMj5UQUtFIEFEVkFOVEFHRSBPRiBUSEUgPGI+PGk+PHU+U0FWSU5HUzwvdT48
L2k+PC9iPg0KV0hJTEUgTEFTVCEhITwvZm9udD4NCjxwPjxmb250IHNpemU9KzI+V0UgQVJFIFJF
RFVDSU5HIE9VUiBJTlZFTlRPUlkgRk9SPC9mb250Pg0KPHA+PGZvbnQgc2l6ZT0rMj5USEUgU1VN
TUVSIE9GIDIwMDIgT04gT1VSIExBU0VSPC9mb250Pg0KPHA+PGZvbnQgc2l6ZT0rMj5QUklOVEVS
IEFORCBDT1BJRVIgU1VQUExJRVM8L2ZvbnQ+DQo8YnI+Jm5ic3A7DQo8cD4mbmJzcDs8Zm9udCBz
aXplPSsyPk9SREVSIEJZIFBIT05FOiAxLTg4OC0yODgtOTA0MzwvZm9udD4NCjxicj48Zm9udCBz
aXplPSsyPk9SREVSIEJZIEZBWDogMS04ODgtOTc3LTE1Nzc8L2ZvbnQ+DQo8cD48Yj48Zm9udCBj
b2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMj4qKipFTUFJTCBSRU1PVkFMIExJTkU6IA0KMS04
ODgtMjQ4LTQ5MzAqKio8L2ZvbnQ+PC9mb250PjwvYj4NCjxwPiZuYnNwO09SREVSIEJZIFBBR0Ug
TlVNQkVSIEFORC9PUiBJVEVNIE5VTUJFUg0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPHA+Jm5i
c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+Jm5ic3A7IDwv
Zm9udD48dT48Zm9udCANCmZhY2U9IkFyaWFsLEhlbHZldGljYSI+PGZvbnQgY29sb3I9IiMwMDAw
ODAiPjxmb250IHNpemU9KzI+Rm9yDQpIZXdsZXR0IFBhY2thcmQgUHJpbnRlcnM6PGk+IDwvaT4o
UGFnZSAyKTwvZm9udD48L2ZvbnQ+PC9mb250PjwvdT48L2NlbnRlcj4NCg0KPGNlbnRlcj48dGFi
bGUgQk9SREVSIFdJRFRIPSI0OTkiID4NCjx0cj4NCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9
IiMwMDgwODAiPg0KPGNlbnRlcj48Yj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0r
MT5JVEVNPC9mb250PjwvZm9udD48L2I+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNF
TlRFUiBCR0NPTE9SPSIjMDA4MDgwIj4NCjxjZW50ZXI+PGZvbnQgc2l6ZT0rMT4mbmJzcDs8Yj48
Zm9udCANCmNvbG9yPSIjRkZGRkZGIj5ERVNDUklQVElPTjwvZm9udD48L2I+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iIzAwODA4MCI+DQo8Y2Vu
dGVyPjxiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPk1GRyAjPC9mb250Pjwv
Zm9udD48L2I+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIj
MDA4MDgwIj4NCjxjZW50ZXI+PGI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+
UFJJQ0U8L2ZvbnQ+PC9mb250PjwvYj48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8
dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwODAiPjxmb250IHNpemU9KzE+SXRlbSAjMTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZv
bnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+TGFzZXJqZXQgU2VyaWVzIDRMLCA0UCZu
YnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBC
R0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNp
emU9KzE+Jm5ic3A7OTIyNzRBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBW
QUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA4MCI+PGZvbnQgc2l6ZT0rMT4kNDQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwv
dHI+DQoNCjx0cj4NCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5JdGVtICMyPC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAi
Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldCBT
ZXJpZXMgMTEwMCwzMjAwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJ
R049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4
MCI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtDNDA5MjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQg
Y29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+Jm5ic3A7JDQ0PC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIj
RkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+SXRl
bSAjMzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBC
R0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNp
emU9KzE+Jm5ic3A7TGFzZXJqZXQgU2VyaWVzJm5ic3A7DQoyPC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsgOTIyOTVBPC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNG
RkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4mbmJz
cDsgJDQ5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQg
VkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMw
MDAwODAiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbSAjIDQ8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgV0lEVEg9Ijc3JSIgQkdDT0xPUj0iI0ZGRkYw
MCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPiZuYnNwO0xh
c2VyamV0IFNlcmllcyZuYnNwOw0KMlA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPiZuYnNwOzkyMjc1QTwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+Jm5ic3A7ICQ1NDwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkIFZBTElHTj1DRU5URVIg
QkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBz
aXplPSsxPiZuYnNwO0l0ZW0gIzU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
IFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDgwIj48Zm9udCBzaXplPSsxPiZuYnNwO0xhc2VyamV0IFNlcmllcyA1UCw2UCwNCjVNUCwg
Nk1QPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJH
Q09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6
ZT0rMT4mbmJzcDszNjAzQTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFM
SUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAw
ODAiPjxmb250IHNpemU9KzE+Jm5ic3A7JDQ0PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQo8L3RyPg0KDQo8dHI+DQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+SXRlbSAjNjwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZG
RjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+Jm5ic3A7
TGFzZXJqZXQgU2VyaWVzIA0KNVNJLDgwMDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPiZuYnNwOzM5MDlBPC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNl
bnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4kOTU8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09M
T1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0r
MT4mbmJzcDtJdGVtICM3Jm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i
IzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtMYXNlcmpldCBTZXJpZXMgMjEwMCwNCjIyMDAm
bmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIg
QkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBz
aXplPSsxPiZuYnNwO0M0MDk2PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBW
QUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA4MCI+PGZvbnQgc2l6ZT0rMT4mbmJzcDskNzQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICM4
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09M
T1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0r
MT4mbmJzcDtMYXNlcmpldCBTZXJpZXMgODEwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQg
Y29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+Jm5ic3A7QzQxODI8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8
Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPiZuYnNwOyQxMTU8L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZCBWQUxJR049Q0VO
VEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZv
bnQgc2l6ZT0rMT4mbmJzcDtJdGVtICM5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldCBTZXJpZXMgNUwvNkw8L2ZvbnQ+PC9m
b250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYw
MCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPiZuYnNwOzM5
MDZBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJH
Q09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6
ZT0rMT4mbmJzcDskMzk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0
cj4NCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxMCZuYnNwOzwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZG
RjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+TGFzZXJq
ZXQgU2VyaWVzJm5ic3A7IDRWPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBW
QUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA4MCI+PGZvbnQgc2l6ZT0rMT5DMzkwMCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZv
bnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+Jm5ic3A7JDk1PC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9S
PSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+
Jm5ic3A7SXRlbSAjMTE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElH
Tj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgw
Ij48Zm9udCBzaXplPSsxPkxhc2VyamV0IFNlcmllcyA0MDAwPC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5DNDEyN1g8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPiZuYnNwOyQ3OTwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkIFZBTElHTj1D
RU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48
Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzEyPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldCBTZXJpZXMgM1NJLzRTSTwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIj
RkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+Jm5i
c3A7OTIyOTFBJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJ
R049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4
MCI+PGZvbnQgc2l6ZT0rMT4kNTQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+
DQoNCjx0cj4NCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxMzwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZG
RjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+TGFzZXJq
ZXQgU2VyaWVzIA0KNCw0TSw1LDVNJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT45MjI5OEE8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPiQ0OTwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0i
I0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPiZu
YnNwO0l0ZW0gIzEzQTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdO
PUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAi
Pjxmb250IHNpemU9KzE+TGFzZXJqZXQgU2VyaWVzIDUwMDA8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPkM0MTI5WDwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+JDEyNTwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkIFZBTElHTj1DRU5URVIg
QkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBz
aXplPSsxPiZuYnNwO0l0ZW0gIzEzQjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwODAiPjxmb250IHNpemU9KzE+TGFzZXJqZXQgU2VyaWVzIDEyMDA8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPkM3MTE1QTwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIj
RkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+JDU5
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQgVkFMSUdO
PUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAi
Pjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbSAjMTNDPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldCBTZXJpZXMgNDEwMDwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIj
RkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+Qzgw
NjFYPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJH
Q09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6
ZT0rMT4kOTk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0
ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i
IzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxODwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+TGFzZXJqZXQgU2VyaWVzJm5i
c3A7IDMxMDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5U
RVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9u
dCBzaXplPSsxPjM5MDZBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJ
R049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4
MCI+PGZvbnQgc2l6ZT0rMT4kMzk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+
DQoNCjx0cj4NCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxOTwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZG
RjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+TGFzZXJq
ZXQgU2VyaWVzIDQ1MDAgQmxhY2s8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
IFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDgwIj48Zm9udCBzaXplPSsxPkM0MTkxJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4kNjk8L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNG
RkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4mbmJz
cDtJdGVtICMyMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNF
TlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxm
b250IHNpemU9KzE+TGFzZXJqZXQgU2VyaWVzIDQ1MDAgQ29sb3I8L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPkNBTEw8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPiQ4OTwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCjwvdGFibGU+PC9jZW50ZXI+DQoNCjxjZW50
ZXI+PHByZT48dT48Zm9udCBmYWNlPSJBcmlhbCxIZWx2ZXRpY2EiPjxmb250IGNvbG9yPSIjMDAw
MDgwIj48Zm9udCBzaXplPSszPkZvciBIZXdsZXR0IA0KUGFja2FuZCBDYW5ub24gRmF4IDxpPihv
biBQYWdlIDI8Yj4pPC9iPjwvaT48L2ZvbnQ+PC9mb250PjwvZm9udD48L3U+PC9wcmU+PC9jZW50
ZXI+DQoNCjxjZW50ZXI+PHRhYmxlIEJPUkRFUiBXSURUSD0iNDk5IiA+DQo8dHI+DQo8dGQgVkFM
SUdOPUNFTlRFUiBCR0NPTE9SPSIjMDA4MDgwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZG
RkYiPjxmb250IHNpemU9KzE+SVRFTTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjMDA4MDgwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiNGRkZGRkYiPjxmb250IHNpemU9KzE+REVTQ1JJUFRJT048L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iIzAwODA4MCI+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPk1GRyAjPC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiMwMDgwODAiPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkIFZBTElHTj1DRU5URVIg
QkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBz
aXplPSsxPkl0ZW0gIyAxNDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFM
SUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAw
ODAiPjxmb250IHNpemU9KzE+TGVzZXJmYXggNTAwLCA3MDA8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPkZYMTwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+JDU5PC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NP
TE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9
KzE+SXRlbSAjIDE1PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049
Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+
PGZvbnQgc2l6ZT0rMT5MYXNlcmZheCA1MDAwLCA3MDAwPC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5GWDI8L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPiQ2NDwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xP
Uj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsx
Pkl0ZW0gIyAxNjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNF
TlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxm
b250IHNpemU9KzE+TGFzZXJmYXggNjAwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+RlgzPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4kNTk8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZG
MDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5JdGVtICMx
NzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NP
TE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9
KzE+TGFzZXJmYXggODUwMCwgOTAwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwODAiPjxmb250IHNpemU9KzE+Rlg0PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4kNTQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAi
Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5JdGVtICMxODwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9S
PSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+
TGFzZXJmYXggMzIwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdO
PUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAi
Pjxmb250IHNpemU9KzE+MzkwNkE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
IFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDgwIj48Zm9udCBzaXplPSsxPiQ0NDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
PC90cj4NCjwvdGFibGU+PC9jZW50ZXI+DQoNCjxjZW50ZXI+DQo8cD48dT48Zm9udCBmYWNlPSJB
cmlhbCxIZWx2ZXRpY2EiPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsyPkZvcg0K
TGV4bWFyayAvIElCTSBNYWNoaW5lczo8aT4gKG9uIFBhZ2UgMyk8L2k+PC9mb250PjwvZm9udD48
L2ZvbnQ+PC91PjwvY2VudGVyPg0KDQo8Y2VudGVyPjx0YWJsZSBCT1JERVIgV0lEVEg9IjQ5OSIg
Pg0KPHRyPg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iIzAwODA4MCI+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjRkZGRkZGIj48Yj48Zm9udCBmYWNlPSJCb29rbWFuIE9sZCBTdHlsZSI+Jm5i
c3A7PC9mb250PjwvYj48Zm9udCANCnNpemU9KzE+SVRFTTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+
DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjMDA4MDgwIj4NCjxjZW50ZXI+
PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+REVTQ1JJUFRJT048L2ZvbnQ+PC9m
b250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iIzAwODA4
MCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPk1GRyAjPC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9
IiMwMDgwODAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5Q
UklDRTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkIFZB
TElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw
MDgwIj48Zm9udCBzaXplPSsxPkl0ZW0gIzE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPklCTSA0MDE5LzQwMjkmbmJzcDs8L2ZvbnQ+PC9m
b250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYw
MCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPjEzODAyMDAm
bmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIg
QkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBz
aXplPSsxPiQ5NTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0K
PHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPkl0ZW0gIzI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPk9wdHJhIFIsNDAzOSwgNDA0OTwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIj
RkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+MTM4
MjE1MDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBC
R0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNp
emU9KzE+JDExNzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0K
PHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPkl0ZW0gIzM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPk9wdHJhIEUzMTAsIEUzMTI8L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZG
RkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPiZuYnNw
OzEyQTIyMDI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5U
RVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9u
dCBzaXplPSsxPiQ4OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRy
Pg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPkl0ZW0gIzQ8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPk9wdHJhIEU8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPiZuYnNwOzY5Rzgy
NTYmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5U
RVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9u
dCBzaXplPSsxPiQ1OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRy
Pg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPkl0ZW0gIzU8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPk9wdHJhIFM8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPiZuYnNwOzEzODI2
MjUmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5U
RVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9u
dCBzaXplPSsxPiQxMzU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0
cj4NCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5JdGVtICM2PC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5PcHRyYSBUPC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAi
Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsgMTJB
NTg0MDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBC
R0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNp
emU9KzE+JDE2NTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0K
PHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPkl0ZW0gIzc8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPk9wdHJhIEU0MTAvNDEyPC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZG
MDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsg
NEswMDE5OCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdO
PUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAi
Pjxmb250IHNpemU9KzE+JDExNTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4N
CjwvdGFibGU+PC9jZW50ZXI+DQoNCjxjZW50ZXI+DQo8cD48dT48Zm9udCBmYWNlPSJBcmlhbCxI
ZWx2ZXRpY2EiPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsyPkZvcg0KQXBwbGUg
UHJpbnRlcnM6PGk+IChvbiBQYWdlIDgpPC9pPjwvZm9udD48L2ZvbnQ+PC9mb250PjwvdT48L2Nl
bnRlcj4NCg0KPGNlbnRlcj48dGFibGUgQk9SREVSIFdJRFRIPSI0OTkiID4NCjx0cj4NCjx0ZCBW
QUxJR049Q0VOVEVSIEJHQ09MT1I9IiMwMDgwODAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZG
RkZGRiI+PGZvbnQgc2l6ZT0rMT5JVEVNPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiMwMDgwODAiPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5ERVNDUklQVElPTjwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjMDA4MDgwIj4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+TUZHIzwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjMDA4MDgwIj4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+UFJJQ0U8L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZCBWQUxJR049Q0VOVEVS
IEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQg
c2l6ZT0rMT5JdGVtJm5ic3A7ICMxPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i
IzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5QZXJzb25hbCBMYXNlcldyaXRlcjwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+TTAwODlMTEE8L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0i
I0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPiQ1
NDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkIFZBTElH
Tj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgw
Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPkxhc2VyV3JpdGVyIDMwMFBYLyANCjMyMC00TCwrNE1M
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09M
T1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0r
MT5NMjA0NUdBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VO
VEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZv
bnQgc2l6ZT0rMT4kNTQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0
cj4NCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5JdGVtICMzPC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5MYXNlcldyaXRlciBTZWxlY3Qg
MzYwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJH
Q09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6
ZT0rMT5NMTk2MEdBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049
Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+
PGZvbnQgc2l6ZT0rMT4kNzQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoN
Cjx0cj4NCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5JdGVtICM0PC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNl
bnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5MYXNlcldyaXRlciAxNi8g
NjAwIA0KUHJvJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJ
R049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4
MCI+PGZvbnQgc2l6ZT0rMT5NMjQ3M0dBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4kNTk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5JdGVtICM1PC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNG
RkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5MYXNl
cldyaXRlciAxMi8gNjQwIFBTPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBW
QUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA4MCI+PGZvbnQgc2l6ZT0rMT5NNDY4M0dBJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4kODk8L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNG
RkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5JdGVt
ICM2PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJH
Q09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6
ZT0rMT5MYXNlciBXcml0ZXIgTlQvMk5UPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5NNDUzMkdBPC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4kNDk8L2ZvbnQ+PC9mb250PjwvY2Vu
dGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2VudGVyPg0KDQo8Y2VudGVyPg0KPHA+PGZv
bnQgZmFjZT0iQXJpYWwsSGVsdmV0aWNhIj4mbmJzcDs8dT48Zm9udCBjb2xvcj0iIzAwMDA4MCI+
PGZvbnQgc2l6ZT0rMj5Gb3INCkNhbm5vbiBDb3BpZXJzOiAoUGFnZSAxMCk8L2ZvbnQ+PC9mb250
PjwvdT48L2ZvbnQ+PC9jZW50ZXI+DQoNCjxjZW50ZXI+PHRhYmxlIEJPUkRFUiBXSURUSD0iNDk5
IiA+DQo8dHI+DQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjMDA4MDgwIj4NCjxjZW50ZXI+
PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+SVRFTTwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjMDA4MDgwIj4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+REVTQ1JJUFRJT048L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0i
IzAwODA4MCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPk1G
RyAjPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJH
Q09MT1I9IiMwMDgwODAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6
ZT0rMT5QUklDRTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0K
PHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPkl0ZW0gIyAxPC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5QQyA2LyA2UkUvIDcvIDgvIDExLyAx
Mi8gDQo2NTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRF
UiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250
IHNpemU9KzE+Jm5ic3A7QTMwJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4kNjk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5JdGVtICMgMjwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIj
RkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+UEMg
MzAwLzMyMC8zNDAvMzYwJm5ic3A7IEFsbA0KMzAwIFNlcmllczwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+Jm5ic3A7RTQwJm5ic3A7PC9m
b250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9
IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4k
ODk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZCBWQUxJ
R049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA4
MCI+PGZvbnQgc2l6ZT0rMT5JdGVtICMzPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT5QQyA3MDAvNzIwLzc2MCZuYnNwOyBBbGwgNzAwDQpT
ZXJpZXM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIg
QkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBz
aXplPSsxPiZuYnNwO0U0MCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwODAiPjxmb250IHNpemU9KzE+JDg5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQo8L3RyPg0KDQo8dHI+DQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+SXRlbSAjNDwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZG
RjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+UEMgOTAw
LzkxMC85MjAmbmJzcDsgQWxsIDkwMA0KU2VyaWVzPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZCBWQUxJR049Q0VOVEVSIEJHQ09MT1I9IiNGRkZGMDAiPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iIzAwMDA4MCI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtFNDA8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8
Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPiQ4OTwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCjwvdGFibGU+PC9jZW50ZXI+DQoNCjxjZW50ZXI+
DQo8cD48dT48Zm9udCBmYWNlPSJBcmlhbCxIZWx2ZXRpY2EiPjxmb250IGNvbG9yPSIjMDAwMDgw
Ij48Zm9udCBzaXplPSsyPkZvcg0KRXBzb24gYW5kIFBhbmFzb25pYyBQcmludGVyczoob24gUGFn
ZXMgNCAmYW1wOyA3KTwvZm9udD48L2ZvbnQ+PC9mb250PjwvdT48L2NlbnRlcj4NCg0KPGNlbnRl
cj48dGFibGUgQk9SREVSIFdJRFRIPSI0OTkiID4NCjx0cj4NCjx0ZCBWQUxJR049Q0VOVEVSIEJH
Q09MT1I9IiMwMDgwODAiPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6
ZT0rMT5JVEVNPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBWQUxJR049Q0VO
VEVSIEJHQ09MT1I9IiMwMDgwODAiPg0KPGNlbnRlcj48Zm9udCBzaXplPSsxPiZuYnNwOzxmb250
IGNvbG9yPSIjRkZGRkZGIj5ERVNDUklQVElPTjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjMDA4MDgwIj4NCjxjZW50ZXI+PGZvbnQg
Y29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+TUZHICM8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iIzAwODA4MCI+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPlBSSUNFPC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9S
PSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+
SXRlbSAjIDE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5U
RVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9u
dCBzaXplPSsxPkVwc29uIDEwMDAvMTUwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+UzA1MTAxMSZuYnNwOzwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+JDEwNTwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkIFZBTElHTj1DRU5URVIgQkdD
T0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXpl
PSsxPkl0ZW0gIzImbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkIFZB
TElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw
MDgwIj48Zm9udCBzaXplPSsxPkVwc29uIEVQTDcwMDAvODAwMCZuYnNwOzwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9KzE+UzA1MTIwMCZuYnNw
OzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NP
TE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9
KzE+JDEwNSZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRy
Pg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPkl0ZW0gIzM8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkIFZBTElHTj1DRU5URVIgQkdDT0xPUj0iI0ZGRkYwMCI+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDgwIj48Zm9udCBzaXplPSsxPlBhbmFzb25pYyA5MC85NSZuYnNw
OzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQgVkFMSUdOPUNFTlRFUiBCR0NP
TE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwODAiPjxmb250IHNpemU9
KzE+LS0tLS0tLS0tLS0tLS0tLTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQg
VkFMSUdOPUNFTlRFUiBCR0NPTE9SPSIjRkZGRjAwIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMw
MDAwODAiPjxmb250IHNpemU9KzE+JDEwNTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
PC90cj4NCjwvdGFibGU+PC9jZW50ZXI+DQoNCjxjZW50ZXI+DQo8cD48dT48Zm9udCBzaXplPSsz
Pk5PVyBJTiBTVE9DSyAhITwvZm9udD48L3U+DQo8cD48Zm9udCBzaXplPSsyPihvbiBwYWdlIDEy
KTwvZm9udD4NCjxwPjxmb250IHNpemU9KzI+Q2Fub24gQnViYmxlIEpldCBDYXJ0cmlkZ2VzPC9m
b250Pg0KPGJyPjxmb250IHNpemU9KzI+RXBzb24gU3R5bHVzIGNhcnRyaWRnZTwvZm9udD4NCjxi
cj48Zm9udCBzaXplPSsyPkhQIERlc2tqZXQgQ2FydHJpZGdlczwvZm9udD4NCjxicj48Zm9udCBz
aXplPSsyPlBsZWFzZSBjYWxsIGZvciBtb3JlIGluZm9ybWF0aW9uPC9mb250Pg0KPGJyPjxmb250
IHNpemU9LTE+UGxlYXNlIG5vdGUgLS0tLT4gbm8gT0VNJ3MgaW4gc3RvY2s8L2ZvbnQ+DQo8cD48
dT48Zm9udCBzaXplPSszPlNPUlJZISE8L2ZvbnQ+PC91Pg0KPHA+PGZvbnQgc2l6ZT0rMj5XZSBk
byBub3QgY2FycnkgYW55IDx1PlhFUk9YPC91PiBQcm9kdWN0czwvZm9udD4NCjxicj4mbmJzcDsN
Cjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxwPjxiPjx1PkRJU0NMQUlNRVJTPC91Pjo8L2I+DQo8
cD4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgQWxsIHRyYWRlbWFya3MsIGJyYW5kIG5hbWVzIGFu
ZCBkaWFncmFtcyBsaXN0ZWQNCm9yIHNob3duIGFib3ZlDQo8YnI+YXJlIHByb3BlcnR5IG9mIHRo
ZWlyIHJlc3BlY3RpdmUgaG9sZGVycyZuYnNwOyZuYnNwOyBhbmQgdXNlZCBmb3IgZGVzY3JpcHRp
dmUNCnB1cnBvc2VzIG9ubHkNCjxicj4uV2UgZG8gbm90IGNhcnJ5IGFueSBIUCBPRU0mbmJzcDsg
UHJvZHVjdHMuDQo8cD48dT48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj5OT1RFUzwvZm9udD46
PC91Pg0KPHA+VW5pdmVyc2l0eSBhbmQgU2Nob29sIFB1cmNoYXNlIG9yZGVycyB3ZWxjb21lLiAo
Tm8gQ3JlZGl0IGFwcHJvdmFsIHJlcXVpcmVkLg0KQWxsIG90aGVyIFB1cmNoYXNlDQo8YnI+Jm5i
c3A7Jm5ic3A7Jm5ic3A7IG9yZGVycyByZXF1aXJlIGNyZWRpdCBhcHByb3ZhbA0KPGJyPiZuYnNw
O1BheSBieSBjaGVjayAoQy5PLkQuKSwgQ3JlZGl0IGNhcmQgb3IgcHVyY2hhc2Ugb3JkZXIgKE5l
dCAzMA0KRGF5cykNCjxicj5TaGlwcGluZyBjaGFyZ2VzIHN0YXJ0IGF0ICQ0LjUgcGVyIGNhcnRy
aWRnZS4gQWRkICQxLjUgZm9yIGVhY2ggYWRkaXRpb25hbA0KY2FydHJpZGdlLiBDYXJ0cmlkZ2Vz
DQo8YnI+Jm5ic3A7Jm5ic3A7Jm5ic3A7IGRlbGl2ZXJlZCBieSBGZWRlcmFsIEV4cHJlc3Mgd2l0
aGluIDIgdG8gNSB3b3JraW5nDQpkYXlzIGRlcGVuZGluZyBvbiB5b3VyIGxvY2F0aW9uLg0KPGJy
PlNoaXBwaW5nIGFuZCBiaWxsaW5nIGFkZHJlc3NlcyBhcmUgcmVxdWlyZWQgZm9yIFB1cmNoYXNl
IE9yZGVyIHRyYW5zYWN0aW9ucy4NCllvdXIgaW52b2ljZSB3aWxsDQo8YnI+Jm5ic3A7Jm5ic3A7
Jm5ic3A7IGJlIGF0dGFjaGVkIHRvIHlvdXIgcGFja2FnaW5nLiBQbGVhc2UgcGVhbCBhbmQgcGF5
DQp3aXRoaW4gMzAgZGF5cy4NCjxicj4zMCBkYXkgc3RhbmRhcmQgcmV0dXJuIHBvbGljeSAobW9u
ZXkgYmFjayBndWFyYW50ZWUpIG9uIGFsbCBtZXJjaGFuZGlzZS4NCjkwIGRheSB1bmxpbWl0ZWQg
ZXhjaGFuZ2UgcG9saWN5DQo8YnI+Jm5ic3A7Jm5ic3A7Jm5ic3A7IGZvciBkZWZlY3RpdmUgbWVy
Y2hhbmRpc2U8Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj4uPC9mb250Pg0KPHA+PGI+PHU+RVhD
TFVTSU9OUzo8L3U+PC9iPg0KPHA+PHU+V2UgZG8gbm90IGNhcnJ5OjwvdT4NCjxwPiZuYnNwOyZu
YnNwOyZuYnNwOyAtIFhlcm94LCBCcm90aGVyLCBQYW5hc29uaWMsIG9yIEZ1aml0c3UgUHJvZHVj
dHMNCjxicj4mbmJzcDsmbmJzcDsmbmJzcDsgLSBEZXNramV0L0lua2pldCBvciBCdWJibGVqZXQg
cHJvZHVjdHMNCjxicj4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgLUFueSBPZmZicmFuZHMgYmVz
aWRlcyB0aGUgb25lcyBsaXN0ZWQgYWJvdmUuDQpBbGwgY2FydHJpZGdlcw0KPGJyPiZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyBhcmUgY29tcGF0
aWJsZQ0KaGlnaCB5aWVsZCBwcm9kdWN0cy48L2NlbnRlcj4NCg0KPHA+PGJyPg0KPGJyPg0KPGJy
Pg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0K
PGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJy
Pg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0K
PGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJyPg0KPGJy
Pg0KPC9ib2R5Pg0KPC9odG1sPg0K


From eopl-teachers-request Tue Sep  3 02:10:06 2002
Return-Path: <eopl-teachers-request>
Received: from da72141.dom7214.garageschmid.ch ([157.161.60.40])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g837A2022643
	for <eopl-teachers@cs.indiana.edu>; Tue, 3 Sep 2002 02:10:02 -0500 (EST)
Received: from host99.ancientmedia.com ([67.234.71.230]) by da72141.dom7214.garageschmid.ch with Microsoft SMTPSVC(5.0.2195.2966);
	 Tue, 3 Sep 2002 09:08:43 +0200
Message-ID: <0000559b63ee$00007cf1$0000484b@host99.ancientmedia.com>
To: <institutional.customers>
From: "The Wall Street Reporter" <profilealert6713@zapo.net>
Subject: [SPAM:#### 86%] Pick of the Day: PK: GKIG                   ILX
Date: Mon, 02 Sep 2002 02:09:59 -1700
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: profilealert6713@zapo.net
X-OriginalArrivalTime: 03 Sep 2002 07:08:43.0734 (UTC) FILETIME=[BD238F60:01C25318]
X-Perlmx-Spam: Gauge=XXXXXXXXIIIIII, Probability=86%, Report=A_HREF_TO_OPT_OUT, CLICK_BELOW, CTYPE_JUST_HTML, FROM_ENDS_IN_NUMS, INVALID_DATE_TZ_ABSURD, NORMAL_HTTP_TO_IP, RCVD_IN_OSIRUSOFT_COM, SUBJ_HAS_SPACES, TO_MALFORMED

<html><body><p><a title=3D"Click here for instant streaming data on GKIG" h=
ref=3Dhttp://finance.lycos.com/home/livecharts/default.asp?symbols=3DOTCF:=
GKIG><img border=3D0 src=3Dhttp://64.70.206.248/Sub1.JPG alt=3D"Click here=
 for instant streaming data on GKIG!"></a><map name=3DFPMap1><area href=3D=
http://finance.lycos.com/home/livecharts/default.asp?symbols=3DOTCF:GKIG s=
hape=3Drect coords=3D"555, 37, 616, 77"></map><img border=3D0 src=3Dhttp:/=
/207.36.58.147/Sub2.JPG usemap=3D#FPMap1><img border=3D0 src=3Dhttp://216.=
219.159.200/Sub3.JPG><img border=3D0 src=3Dhttp://64.70.206.248/Sub4a.JPG>=
<map name=3DFPMap0><area href=3Dhttp://sendyourfeedback.com/optout shape=3D=
rect coords=3D"39, 195, 96, 211"></map><img border=3D0 src=3Dhttp://207.36=
58.147/Sub5.JPG usemap=3D#FPMap0></p></body></html>




From eopl-teachers-request Fri Sep 13 14:14:02 2002
Return-Path: <eopl-teachers-request>
Received: from fs1.aromatic.se ([195.163.28.194])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g8DJDwu22931
	for <eopl-teachers@cs.indiana.edu>; Fri, 13 Sep 2002 14:13:59 -0500 (EST)
Received: from mail.zapo.net ([67.234.71.34]) by fs1.aromatic.se with Microsoft SMTPSVC(5.0.2195.5329);
	 Fri, 13 Sep 2002 21:14:05 +0200
Message-ID: <00006be87c04$000068c2$0000139f@mail.zapo.net>
To: <Businesses>
From: "ead-Online" <eadonline2@zapo.net>
Subject: [SPAM:##### 91%] SAY HELLO to 400 MILLION NEW CUSTOMERS!
Date: Fri, 13 Sep 2002 14:18:43 -1700
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: eadonline2@zapo.net
X-Priority: 1
X-MSMail-Priority: High
MIME-Version: 1.0
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
Sensitivity: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600
X-OriginalArrivalTime: 13 Sep 2002 19:14:05.0578 (UTC) FILETIME=[BA4F6EA0:01C25B59]
X-Perlmx-Spam: Gauge=XXXXXXXXXI, Probability=91%, Report=CTYPE_JUST_HTML, FORM_W_MAILTO_ACTION, INVALID_DATE_TZ_ABSURD, MAILTO_LINK, PLING, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_OSIRUSOFT_COM, TO_MALFORMED, X_MSMAIL_PRIORITY_HIGH, X_PRIORITY_HIGH

<html><head><title>e-ad Online</title><meta http-equiv=3DContent-Type conte=
nt=3D"text/html; charset=3Diso-8859-1"><link rel=3Dstylesheet href=3Dhttp:=
//onlinesystems.netfirms.com/eme_000b.css type=3Dtext/css></head><body bgc=
olor=3D#FFFFFF text=3D#000000><table width=3D100% border=3D0 cellspacing=3D=
0 cellpadding=3D0 height=3D60><tr><td><div align=3Dcenter><table width=3D5=
00 border=3D0 cellspacing=3D0 cellpadding=3D0><tr><td colspan=3D5><object =
classid=3Dclsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=3Dhttp://dow=
nload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=3D5,0,0,=
0 width=3D500 height=3D24> <param name=3Dmovie value=3Dhttp://moremoney2.n=
etfirms.com/ead_0008.swf><param name=3Dquality value=3Dhigh>
  <embed src=3Dhttp://revenuemaker.netfirms.com/ead_0008.swf quality=3Dhig=
h pluginspage=3Dhttp://www.macromedia.com/shockwave/download/index.cgi?P1_=
Prod_Version=3DShockwaveFlash type=3Dapplication/x-shockwave-flash width=3D=
500 height=3D24></embed></object> 
  <a target=3D"_blank" href=3D"http://e-ad1.netfirms.com/Mirror.htm"><img =
src=3Dhttp://mnil.netfirms.com/audio_text2.gif border=3D0 width=3D500 heig=
ht=3D40></a></td></tr><tr><td colspan=3D5><img src=3Dhttp://onlinesystems.=
netfirms.com/main_image.jpg width=3D500 height=3D213></td></tr><tr><td col=
span=3D5><img src=3Dhttp://moremoney2.netfirms.com/main_text.gif width=3D5=
00 height=3D85></td></tr><tr><td colspan=3D5><div align=3Dcenter><br> <img=
 src=3Dhttp://revenuemaker.netfirms.com/divider.gif width=3D459 height=3D1=
> <br> <br></div></td></tr><tr><td class=3DemediaBullets valign=3Dmiddle>&=
nbsp;<div align=3Dleft><img src=3Dhttp://e-ad1.netfirms.com/trans_spacer.g=
if width=3D45 height=3D25 align=3Dmiddle></div></td><td class=3DemediaEmai=
lRed width=3D193 valign=3Dtop><div align=3Dleft>We Provide Consultation, D=
evelopment, Production, <br> And Delivery Of Sophisticated, Successful, Ta=
rgeted E-marketing Campaigns -<i> At Low Cost!</i></div></td><td class=3De=
mediaEmailRed valign=3Dtop><img src=3Dhttp://mnil.netfirms.com/trans_space=
r.gif width=3D34 height=3D25 align=3Dmiddle></td><td width=3D193><table bo=
rder=3D0 cellspacing=3D0 cellpadding=3D0 align=3Dleft><tr valign=3Dtop><td=
 class=3DemediaEmailRed colspan=3D2>Targeted Delivery Available by:</td></=
tr><tr><td width=3D6><img src=3Dhttp://onlinesystems.netfirms.com/dot_alt.=
gif width=3D6 height=3D7></td><td width=3D204 class=3DemediaBullets>Demogr=
aphic</td></tr><tr><td width=3D6><img src=3Dhttp://moremoney2.netfirms.com=
/dot_alt.gif width=3D6 height=3D7></td><td width=3D204 class=3DemediaBulle=
ts>Geographic (State, National, Country)</td></tr><tr><td width=3D6><img s=
rc=3Dhttp://revenuemaker.netfirms.com/dot_alt.gif width=3D6 height=3D7></t=
d><td width=3D204 class=3DemediaBullets>Interest Specific</td></tr><tr><td=
 width=3D6><img src=3Dhttp://e-ad1.netfirms.com/dot_alt.gif width=3D6 heig=
ht=3D7></td><td width=3D204 class=3DemediaBullets>Proprietary Database...<=
/td></tr><tr><td class=3DemediaEmailRed colspan=3D2><i>and much, much More=
!!!</i></td></tr></table></td><td valign=3Dmiddle><img src=3Dhttp://mnil.n=
etfirms.com/trans_spacer.gif width=3D34 height=3D25 align=3Dmiddle></td></=
tr><tr><td colspan=3D5><div align=3Dcenter><br> <img src=3Dhttp://onlinesy=
stems.netfirms.com/e_adonline.gif width=3D119 height=3D20> <br> <br></div>=
</td></tr><tr valign=3Dtop><td colspan=3D5><table width=3D500 border=3D0 c=
ellspacing=3D0 cellpadding=3D0><tr><td><img src=3Dhttp://moremoney2.netfir=
ms.com/trans_spacer.gif width=3D35 height=3D25></td><td width=3D* class=3D=
emediaEmailBlack>Don't just jam your firm's <font color=3D#A90013>e-</font=
><b>marketing</b> announcement into e-mail boxes! <br> Grab your viewer <i=
>before </i>he deletes. Have your special announcement <font color=3D#A900=
13><i>SPEAK or SING</i></font> to your viewer. For information on <font co=
lor=3D#A90013>e-</font><b>marketing</b> solutions that make it work, pleas=
e complete the inquiry form below. One of our staff professionals will con=
tact you right away to provide you the information you need to help your <=
font color=3D#A90013>e-</font>campaign succeed!</td><td><img src=3Dhttp://=
revenuemaker.netfirms.com/trans_spacer.gif width=3D30 height=3D25></td></t=
r></table></td></tr><tr><td colspan=3D5><div align=3Dcenter><br> <img src=3D=
http://e-ad1.netfirms.com/divider.gif width=3D459 height=3D1> <br> <br></d=
iv></td></tr><tr><td colspan=3D5>
  <form name=3DcontactUs action=3D"mailto:moneycheck@eudoramail.com?subjec=
t=3DEmarketing Inquiry" method=3DPOST enctype=3Dtext/plain><table width=3D=
100% border=3D0 cellspacing=3D0 cellpadding=3D5><tr><td width=3D20 rowspan=
=3D16><img src=3Dhttp://mnil.netfirms.com/trans_spacer.gif width=3D2 heigh=
t=3D2></td><td colspan=3D3 height=3D2><table width=3D100% border=3D0 cells=
pacing=3D0 cellpadding=3D0><tr><td>&nbsp;</td><td align=3Dcenter valign=3D=
top><table width=3D100% border=3D0 cellspacing=3D0 cellpadding=3D0><tr><td=
 width=3D15>&nbsp;</td><td width=3D*><p class=3DemediaEmailRed>Inquiry For=
m</p><p class=3DemediaEmailBlack>A <i>quicknote </i>- we require all field=
s to be completed so that we may better serve your potential <font color=3D=
#A90013>e-</font><b>marketing</b> requirements. Information submitted here=
 is confidential, and shall not be shared, sold, or disseminated, in any f=
orm. Thank You! <br> <br></p></td><td width=3D25>&nbsp;</td></tr></table><=
/td><td>&nbsp;</td></tr></table></td></tr><tr><td width=3D5 class=3DbodyMa=
in height=3D2><div align=3Dleft><font color=3D#ED181E>*</font></div></td><=
td width=3D227 class=3DemediaEmailBlack height=3D2>First Name / Last Name:=
</td><td width=3D353 height=3D2><input type=3Dtext name=3DfName maxlength=3D=
18 size=3D20.5> <input type=3Dtext name=3DlName maxlength=3D18 size=3D20><=
/td></tr><tr><td width=3D5 class=3DbodyMain><font color=3D#ED181E>*</font>=
</td><td width=3D227 class=3DemediaEmailBlack>Position/Title: <br></td><td=
 width=3D353><input type=3Dtext name=3Dposition maxlength=3D35 size=3D42><=
/td></tr><tr><td width=3D5 class=3DbodyMain><font color=3D#ED181E>*</font>=
</td><td width=3D227 class=3DemediaEmailBlack>Company Name:<br></td><td wi=
dth=3D353><input type=3Dtext name=3DcompanyName maxlength=3D35 size=3D35><=
/td></tr><tr><td width=3D5 class=3DbodyMain><font color=3D#ED181E>*</font>=
</td><td width=3D227 class=3DemediaEmailBlack>Telephone:<br></td><td width=
=3D353><input type=3Dtext name=3Dphone maxlength=3D35 size=3D35></td></tr>=
<tr><td width=3D5 class=3DbodyMain><font color=3D#ED181E>*</font></td><td =
width=3D227 class=3DemediaEmailBlack>State / Country:</td><td width=3D353>=
<input type=3Dtext name=3Dstate maxlength=3D18 size=3D20.5> <input type=3D=
text name=3DCountry maxlength=3D18 size=3D20></td></tr><tr><td width=3D5 c=
lass=3DbodyMain height=3D24><font color=3D#ED181E>*</font></td><td width=3D=
227 class=3DemediaEmailBlack height=3D24>Time Zone:</td><td width=3D353 va=
lign=3Dtop height=3D24><input type=3Dtext name=3DtimeZone maxlength=3D35 s=
ize=3D35></td></tr><tr><td width=3D5 class=3DbodyMain><font color=3D#ED181=
E>*</font></td><td width=3D227 class=3DemediaEmailBlack>Best time to call:=
</td><td width=3D353><input type=3Dtext name=3DbestTime maxlength=3D35 siz=
e=3D35></td></tr><tr><td width=3D5 class=3DbodyMain><font color=3D#ED181E>=
*</font></td><td width=3D227 class=3DemediaEmailBlack>Type of Business:</t=
d><td width=3D353 valign=3Dtop><input type=3Dtext name=3DbusinessType maxl=
ength=3D35 size=3D35></td></tr><tr><td width=3D5 class=3DbodyMain valign=3D=
top><font color=3D#ED181E>*</font></td><td width=3D227 class=3DemediaEmail=
Black valign=3Dtop>Product/Service/Announcement to be promoted:</td><td wi=
dth=3D353><textarea name=3D"announcements" cols=3D"38" rows=3D"5" wrap=3D"=
PHYSICAL"></textarea></td></tr><tr><td width=3D5 class=3DbodyMain><font co=
lor=3D#ED181E>*</font></td><td width=3D227 class=3DemediaEmailBlack>Deadli=
ne for Project:</td><td width=3D353 valign=3Dtop><input type=3Dtext name=3D=
deadline maxlength=3D35 size=3D35></td></tr><tr><td width=3D5 class=3Dbody=
Main valign=3Dtop><font color=3D#ED181E>*</font></td><td width=3D227 class=
=3DemediaEmailBlack>What is the dedicated Budget for your Internet Marketi=
ng Project?</td><td width=3D353 valign=3Dtop><input type=3Dtext name=3Dbud=
get maxlength=3D35 size=3D35></td></tr><tr><td width=3D5 class=3DbodyMain =
valign=3Dtop><font color=3D#ED181E>*</font></td><td width=3D227 class=3Dem=
ediaEmailBlack>Have you tried Emarketing on the Internet previously?</td><=
td width=3D353 valign=3Dtop><input type=3Dtext name=3DpreviousEmarketing m=
axlength=3D1 size=3D2></td></tr><tr><td width=3D5 class=3DbodyMain height=3D=
15 valign=3Dmiddle><font color=3D#ED181E>*</font></td><td width=3D227 clas=
s=3DemediaEmailBlack height=3D15>E-mail Address:</td><td width=3D353 heigh=
t=3D15><input type=3Dtext name=3Demail maxlength=3D35 size=3D35></td></tr>=
<tr><td width=3D5 class=3DbodyMain valign=3Dmiddle><font color=3D#ED181E>*=
</font></td><td width=3D227 class=3DemediaEmailBlack>Web Address:</td><td =
width=3D353><input type=3Dtext name=3DwebAddress maxlength=3D35 size=3D35>=
</td></tr><tr><td colspan=3D3>&nbsp;<table border=3D0 style=3D"border-coll=
apse: collapse" bordercolor=3D#111111 width=3D100% id=3DAutoNumber1><tr><t=
d width=3D39%><input type=3Dimage border=3D0 src=3Dhttp://onlinesystems.ne=
tfirms.com/button_submit.gif width=3D70 height=3D22 name=3DI1></td><td wid=
th=3D61%>
    <a href=3D"http://moremoney2.netfirms.com/Forward.htm"><img src=3Dhttp=
://revenuemaker.netfirms.com/button_send_to_friend.gif width=3D124 height=3D=
22 border=3D0></a></td></tr><tr><td width=3D100% colspan=3D2>&nbsp;<p><fon=
t color=3D#ED181E>*</font><font face=3DArial style=3D"font-size: 9pt">When=
 you click submit it may start your spell check, so please click &quot;Ign=
ore&quot; if it does.</font></td></tr></table></td></tr><tr><td width=3D20=
>&nbsp;</td><td colspan=3D3 class=3DemediaSmallText><p class=3DMsoNormal s=
tyle=3D"text-autospace: none">&nbsp;</p></td></tr></table></form></td></tr=
></table></div></td></tr></table></body></html>




From eopl-teachers-request Thu Sep 19 23:56:51 2002
Return-Path: <eopl-teachers-request>
Received: from u2u4.COM ([61.33.21.135])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g8K4uNM05696;
	Thu, 19 Sep 2002 23:56:25 -0500 (EST)
Received: from webshield04.LIBERTY.CO.ZA (84-230-28.dial.terra.cl [200.28.230.84])
	by u2u4.COM (8.11.4/8.11.4) with ESMTP id g8K4nZP16861;
	Fri, 20 Sep 2002 13:49:37 +0900 (GMT+0900)
Message-ID: <00004f1d1b6e$00004866$0000579d@relay.onstage.at>
To: <max9249@abacus.at>
From: "Telcom center" <max9249@abacus.at>
Subject: [SPAM:##### 97%] Get Away From The Market Fluctuations
Date: Thu, 19 Sep 2002 21:56:50 -1900
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIIII, Probability=97%, Report=A_HREF_TO_REMOVE, CTYPE_JUST_HTML, EXCUSE_4, FORM_W_MAILTO_ACTION, FROM_AND_TO_SAME, FROM_ENDS_IN_NUMS, GUARANTEE, INVALID_DATE_TZ_ABSURD, MAILTO_LINK, MAILTO_TO_REMOVE, MAILTO_WITH_SUBJ, MAILTO_WITH_SUBJ_REMOVE, RCVD_IN_BL_SPAMCOP_NET

<html>
<head>
  <title>Secured Investements
  </title>
</head>
<body><font face=3D"Times, New Roman">
<p>
<center>
<table width=3D"625" border=3D0>
  <tbody>
  <tr>
    <td align=3D"center"><b><font color=3D#000033 size=3D6>Earn 15%-300% I=
nterest On Your Money</B></font><br>
  <font color=3D#ff0000 size=3D5><b>GUARANTEED</b> BY THE GOVERNMENT!
  </font></center></table></tbody></tr></td>
<p>
<table width=3D"500" border=3D0>
  <tbody>
  <tr>
    <td align=3D"center"><font color=3D#000033 size=3D4><b><u>Government S=
ecured Tax Cerificates Provide:</u>
    </p></tr></td></font></b>
<p>
<table width=3D"510" border=3D0>
  <tbody>
  <tr>
    <td align=3D"left"><font color=3D#000033 size=3D3>
<li>The highest guaranteed interest returns compared to any other investme=
nt.
<li>A return up to 100 times your money backed by government secured prope=
rty.
<li>Security in your investment that the stock market cannot compare to.
<li>Real estate for pennies on the dollar!
</p></table></tbody></tr></td></font></li>
<p>
<table width=3D"450" border=3D0>
  <tbody>
  <tr>
    <td align=3D"left"><font color=3D#000033 size=3D4><b>America's largest=
 single source
  of information/education for the government tax industry.  Celebrating o=
ver
  12 years of providing quality, leading edge education for the serious en=
trepreneur & investor.
</p></table></tbody></tr></td></font></b>
<P>
<CENTER>
<TABLE width=3D"530" border=3D0>
  <TBODY>
  <TR>
    <TD align=3D"middle"><FONT color=3D#000033 size=3D4><B>Receive your</f=
ont></b><FONT color=3D#ff0000 size=3D4>
  <b>FREE</b></font><FONT color=3D#000033 size=3D4><b> video of </b><FONT =
color=3D#ff0000 size=3D4>"INSIDER SECRETS OF INVESTING
  IN GOVERNMENT SECURED TAX CERTIFICATES."</FONT><br> 
  <Font size=3D3 color=3D#000033>(Over 90 min. of inside strategies, a $39=
.95 value)</font></b></tbody><TR></TABLE>
<br>
<p align=3D"center">
<table width=3D250 border=3D0>
  <tbody>
  <tr>
    <td align=3D"center"><font color=3D#000033><b>Fill out the <i>no oblig=
ation</i> form below for more information.
    </table></tbody></tr></td></font></b></P>
<P>
<TABLE width=3D"400" border=3D0>
  <TBODY>
  <TR>
    <TD align=3D"center"><FONT color=3D#000033 size=3D2>Required Input Fie=
ld</font><font color=3D#ff0000 
    size=3D2>*</FONT></P></TD></TR></TBODY></TABLE>
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D6=
00 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3D"middle">
      <FORM action=3Dmailto:gov.invest@b2b-mail.net?subject=3DInvestment_I=
nquiry 
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000033 size=3D2>Name</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000033 size=3D2>State</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DState></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000033 size=3D2>Day Phone</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DDay Phone></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000033 size=3D2>Night Phone</FONT></TD>
          <TD><INPUT name=3DNight Phone></TD></TR>
	<TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000033 size=3D2>Best time to contact</FONT></TD>
          <TD width=3D"56%"><FONT color=3D#000000><SELECT size=3D1 name=3D=
Best time to contact> 
              <OPTION selected></OPTION> <OPTION 
              value=3DMorning>Morning</OPTION> <OPTION value=3DAfternoon>A=
fternoon</OPTION> 
              <OPTION value=3DEvening>Evening</OPTION>
              </SELECT></FONT></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000033 size=3D2>E-mail Address</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DE-mail Address></TD></TR>
        <TR>
          <TD width=3D"50%">
          <DIV align=3D"right"><font face=3D"Times, New Roman" 
            color=3D#000033 size=3D2>Objective</FONT></DIV></TD>
          <TD width=3D"56%"><FONT color=3D#000000><SELECT size=3D1 name=3D=
Objective> 
              <OPTION selected></OPTION> <OPTION 
              value=3DSecured_Investments>Secured Investments</OPTION> <OP=
TION value=3DBusiness_Opp>Business Opp</OPTION> 
              <OPTION value=3DNew_Career>New Career</OPTION><OPTION value=3D=
All_of_the_Above>All of the Above</OPTION>
              </SELECT></FONT></TD></TR></tbody></table>
      <P><INPUT type=3Dsubmit value=3D"Submit Information" name=3Dsubmit>
    </FORM></P></TD></TR></TBODY></TABLE>
<br><br>
<p>
<TABLE width=3D475 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D000000 size=3D2><B>*All tax liens and=
 deeds directly support local
      fire departments, police departments, schools, roads, and hospitals.=
  Thank you for your interest and support.</b><br>
      To be removed, please  
      <A href=3D"mailto:remove@b2b-mail.net?subject=3DRemove">click 
      here</A></FONT>.</FONT></TD></TR></TBODY></TABLE></P></CENTER>
</BODY></HTML>




From eopl-teachers-request Wed Sep 25 04:43:24 2002
Return-Path: <eopl-teachers-request>
Received: from lib.ccnu.edu.cn ([202.114.34.8])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g8P9hBd08987;
	Wed, 25 Sep 2002 04:43:14 -0500 (EST)
Received: from volt.ee.wits.ac.za (user195.forte-inc.com [65.204.103.195] (may be forged)) by lib.ccnu.edu.cn (AIX5.1/8.11.0/8.11.0) with ESMTP id g8P9iqN131246; Wed, 25 Sep 2002 17:44:53 +0800
Message-ID: <0000360a210d$00000eb7$000019d5@mta.inet.fi>
To: <m.mcguire@ideay.net.ni>
From: "T.J. Huntly" <m.mcguire@ideay.net.ni>
Subject: [SPAM:##### 96%] Government Guarantees Your Success
Date: Wed, 25 Sep 2002 02:43:26 -1900
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIII, Probability=96%, Report=A_HREF_TO_REMOVE, CTYPE_JUST_HTML, EXCUSE_4, FORM_W_MAILTO_ACTION, FROM_AND_TO_SAME, GUARANTEE, INVALID_DATE_TZ_ABSURD, MAILTO_LINK, MAILTO_TO_REMOVE, MAILTO_WITH_SUBJ, MAILTO_WITH_SUBJ_REMOVE, MAY_BE_FORGED, RCVD_IN_BL_SPAMCOP_NET

<html>
<head>
  <title>Secured Investements
  </title>
</head>
<body><font face=3D"Times, New Roman">
<p>
<center>
<table width=3D"625" border=3D0>
  <tbody>
  <tr>
    <td align=3D"center"><b><font color=3D#000033 size=3D6>Earn 15%-300% I=
nterest On Your Money</B></font><br>
  <font color=3D#ff0000 size=3D5><b>GUARANTEED</b> BY THE GOVERNMENT!
  </font></center></table></tbody></tr></td>
<p>
<table width=3D"500" border=3D0>
  <tbody>
  <tr>
    <td align=3D"center"><font color=3D#000033 size=3D4><b><u>Government S=
ecured Tax Cerificates Provide:</u>
    </p></tr></td></font></b>
<p>
<table width=3D"510" border=3D0>
  <tbody>
  <tr>
    <td align=3D"left"><font color=3D#000033 size=3D3>
<li>The highest guaranteed interest returns compared to any other investme=
nt.
<li>A return up to 100 times your money backed by government secured prope=
rty.
<li>Security in your investment that the stock market cannot compare to.
<li>Real estate for pennies on the dollar!
</p></table></tbody></tr></td></font></li>
<p>
<table width=3D"450" border=3D0>
  <tbody>
  <tr>
    <td align=3D"left"><font color=3D#000033 size=3D4><b>America's largest=
 single source
  of information/education for the government tax industry.  Celebrating o=
ver
  12 years of providing quality, leading edge education for the serious en=
trepreneur & investor.
</p></table></tbody></tr></td></font></b>
<P>
<CENTER>
<TABLE width=3D"530" border=3D0>
  <TBODY>
  <TR>
    <TD align=3D"middle"><FONT color=3D#000033 size=3D4><B>Receive your</f=
ont></b><FONT color=3D#ff0000 size=3D4>
  <b>FREE</b></font><FONT color=3D#000033 size=3D4><b> video of </b><FONT =
color=3D#ff0000 size=3D4>"INSIDER SECRETS OF INVESTING
  IN GOVERNMENT SECURED TAX CERTIFICATES."</FONT><br> 
  <Font size=3D3 color=3D#000033>(Over 90 min. of inside strategies, a $39=
.95 value)</font></b></tbody><TR></TABLE>
<br>
<p align=3D"center">
<table width=3D250 border=3D0>
  <tbody>
  <tr>
    <td align=3D"center"><font color=3D#000033><b>Fill out the <i>no oblig=
ation</i> form below for more information.
    </table></tbody></tr></td></font></b></P>
<P>
<TABLE width=3D"400" border=3D0>
  <TBODY>
  <TR>
    <TD align=3D"center"><FONT color=3D#000033 size=3D2>Required Input Fie=
ld</font><font color=3D#ff0000 
    size=3D2>*</FONT></P></TD></TR></TBODY></TABLE>
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D6=
00 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3D"middle">
      <FORM action=3Dmailto:gov.invest@b2b-mail.net?subject=3DInvestment_I=
nquiry 
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000033 size=3D2>Name</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000033 size=3D2>State</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DState></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000033 size=3D2>Day Phone</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DDay Phone></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000033 size=3D2>Night Phone</FONT></TD>
          <TD><INPUT name=3DNight Phone></TD></TR>
	<TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000033 size=3D2>Best time to contact</FONT></TD>
          <TD width=3D"56%"><FONT color=3D#000000><SELECT size=3D1 name=3D=
Best time to contact> 
              <OPTION selected></OPTION> <OPTION 
              value=3DMorning>Morning</OPTION> <OPTION value=3DAfternoon>A=
fternoon</OPTION> 
              <OPTION value=3DEvening>Evening</OPTION>
              </SELECT></FONT></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000033 size=3D2>E-mail Address</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DE-mail Address></TD></TR>
        <TR>
          <TD width=3D"50%">
          <DIV align=3D"right"><font face=3D"Times, New Roman" 
            color=3D#000033 size=3D2>Objective</FONT></DIV></TD>
          <TD width=3D"56%"><FONT color=3D#000000><SELECT size=3D1 name=3D=
Objective> 
              <OPTION selected></OPTION> <OPTION 
              value=3DSecured_Investments>Secured Investments</OPTION> <OP=
TION value=3DBusiness_Opp>Business Opp</OPTION> 
              <OPTION value=3DNew_Career>New Career</OPTION><OPTION value=3D=
All_of_the_Above>All of the Above</OPTION>
              </SELECT></FONT></TD></TR></tbody></table>
      <P><INPUT type=3Dsubmit value=3D"Submit Information" name=3Dsubmit>
    </FORM></P></TD></TR></TBODY></TABLE>
<br><br>
<p>
<TABLE width=3D475 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D000000 size=3D2><B>*All tax liens and=
 deeds directly support local
      fire departments, police departments, schools, roads, and hospitals.=
  Thank you for your interest and support.</b><br>
      To be removed, please  
      <A href=3D"mailto:remove@b2b-mail.net?subject=3DRemove">click 
      here</A></FONT>.</FONT></TD></TR></TBODY></TABLE></P></CENTER>
</BODY></HTML>




From eopl-teachers-request Sat Sep 28 05:55:24 2002
Return-Path: <eopl-teachers-request>
Received: from yahoo.com ([210.78.156.59])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id g8SAt3516103;
	Sat, 28 Sep 2002 05:55:05 -0500 (EST)
Date: Sat, 28 Sep 2002 05:55:05 -0500 (EST)
Received: from 169.198.144.226 ([169.198.144.226]) by mailout2-eri1.midsouth.rr.com with QMQP; Thu, 26 Sep 2002 18:54:21 -0000
Received: from [217.192.156.80] by hd.regsoft.net with esmtp; Wed, 25 Sep 2002 07:51:57 -0300
Reply-To: <janemoore5kUpuHc@hotmail.com>
Message-ID: <EFC5F893-5173-4AF1-8432-8251268384E8@2J7wdN7I>
From: <janemoore5kUpuHc@hotmail.com>
To: <eopl-teachers@cs.indiana.edu>
Cc: <bhimebau@cs.indiana.edu>
Subject: [SPAM:##### 98%] I Made $250,000 In 6 Months
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00Y9_11A11D2F.G1233K44"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
Importance: Normal
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIIIII, Probability=98%, Report=AS_SEEN_ON, BASE64_ENC_TEXT, BULK_EMAIL, CASHCASHCASH, COPY_ACCURATELY, DATE_MISSING, FORGED_HOTMAIL_RCVD, FOR_FREE, FREE_MONEY, FREQ_SPAM_PHRASE, GUARANTEE, JODY, NO_COST, NO_REAL_NAME, PORN_14, READ_TO_END, REMOVE_IN_QUOTES, REMOVE_SUBJ, REPLY_REMOVE_SUBJECT, SUBJ_HAS_SPACES

------=_NextPart_000_00Y9_11A11D2F.G1233K44
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: base64

PHA+PGJyPg0KSGVsbG8gRnJpZW5kLDxicj4NCkknbGwgbWFrZSB5b3UgYSBwcm9taXNlLiBSRUFE
IFRISVMgRS1NQUlMIFRPIFRIRSBFTkQhIC0gRm9sbG93IHdoYXQgaXQgc2F5cyZuYnNwOzxicj4N
CnRvIHRoZSBsZXR0ZXIgLSBhbmQgeW91IHdpbGwgbm90IHdvcnJ5IHdoZXRoZXIgYSBSRUNFU1NJ
T04gaXMgY29taW5nIG9yJm5ic3A7PGJyPg0Kbm90LCZuYnNwOzxicj4NCndobyBpcyBQcmVzaWRl
bnQsIG9yIHdoZXRoZXIgeW91IGtlZXAgeW91ciBjdXJyZW50IGpvYiBvciBub3QuJm5ic3A7PGJy
Pg0KPGJyPg0KWWVzLCBJIGtub3cgd2hhdCB5b3UgYXJlIHRoaW5raW5nLiBJIG5ldmVyIHJlc3Bv
bmRlZCB0byBvbmUgb2YgdGhlc2UgYmVmb3JlJm5ic3A7PGJyPg0KZWl0aGVyLiZuYnNwOzxicj4N
Cjxicj4NCk9uZSBkYXkgdGhvdWdoLCBJIHRob3VnaHQuIHlvdSB0aHJvdyBhd2F5ICQyNS4wMCBv
biBhIHBpenphLiBXaGF0IHRoZSBoZWNrISZuYnNwOzxicj4NCkF0IGxlYXN0IHRoaXMgd2F5IEkg
d2lsbCBnZXQgTW9uZXkgYmFjayBpbiByZXR1cm4uIFRoZSBsZWFzdCBJIGNhbiBtYWtlIGlzJm5i
c3A7PGJyPg0KbXkgbW9uZXkgYmFjaywgc28gd2h5IG5vdCBnaXZlIGl0IGEgdHJ5LiBCZWxpZXZl
IG1lLCBubyBtYXR0ZXIgd2hlcmUgeW91Jm5ic3A7PGJyPg0KYmVsaWV2ZSAidGhvc2UgZmVlbGlu
Z3MiIGNvbWUgZnJvbSwgSSB0aGFuayBldmVyeSBkYXkgdGhhdCBJIGhhZCB0aGF0Jm5ic3A7PGJy
Pg0KZmVlbGluZy4mbmJzcDs8YnI+DQo8YnI+DQo8YnI+DQo8YnI+DQpBUyBTRUVOIE9OIE5BVElP
TkFMIFRWOiZuYnNwOzxicj4NCjxicj4NCiJNYWtpbmcgb3ZlciBoYWxmIG1pbGxpb24gZG9sbGFy
cyBldmVyeSA0IHRvIDUgbW9udGhzIGZyb20geW91ciZuYnNwOzxicj4NCmhvbWUgZm9yIGFuIGlu
dmVzdG1lbnQgb2Ygb25seSAkMjUgVVMgRG9sbGFycyBleHBlbnNlIG9uZSB0aW1lLiZuYnNwOzxi
cj4NClRIQU5LUyBUTyBUSEUgQ09NUFVURVIgQUdFIEFORCBUSEUgSU5URVJORVQhJm5ic3A7PGJy
Pg0KQkUgQSBNSUxMSU9OQUlSRSBMSUtFIE9USEVSUyBXSVRISU4gQSBZRUFSISEhJm5ic3A7PGJy
Pg0KQmVmb3JlIHlvdSBzYXkgIkJ1bGwiLCBwbGVhc2UgcmVhZCB0aGUgZm9sbG93aW5nLiZuYnNw
Ozxicj4NClRoaXMgaXMgdGhlIGxldHRlciB5b3UgaGF2ZSBiZWVuIGhlYXJpbmcgYWJvdXQgb24g
dGhlIG5ld3MgbGF0ZWx5LiZuYnNwOzxicj4NCkR1ZSB0byB0aGUgcG9wdWxhcml0eSBvZiB0aGlz
IGxldHRlciBvbiB0aGUgSW50ZXJuZXQsIGEgbmF0aW9uYWwmbmJzcDs8YnI+DQp3ZWVrbHkgbmV3
cyBwcm9ncmFtIHJlY2VudGx5IGRldm90ZWQgYW4gZW50aXJlIHNob3cgdG8gdGhlJm5ic3A7PGJy
Pg0KaW52ZXN0aWdhdGlvbiBvZiB0aGlzIHByb2dyYW0gZGVzY3JpYmVkIGJlbG93LCB0byBzZWUg
aWYgaXQgcmVhbGx5Jm5ic3A7PGJyPg0KY2FuIG1ha2UgcGVvcGxlIG1vbmV5LiBUaGUgc2hvdyBh
bHNvIGludmVzdGlnYXRlZCB3aGV0aGVyJm5ic3A7PGJyPg0Kb3Igbm90IHRoZSBwcm9ncmFtIHdh
cyBsZWdhbC4gVGhlaXIgZmluZGluZ3MgcHJvdmVkIG9uY2UgYW5kJm5ic3A7PGJyPg0KZm9yIGFs
bCB0aGF0IHRoZXJlIGFyZSAiYWJzb2x1dGVseSBOTyBsYXdzIHByb2hpYml0aW5nIHRoZSZuYnNw
Ozxicj4NCnBhcnRpY2lwYXRpb24gaW4gdGhlIHByb2dyYW0gYW5kIGlmIHBlb3BsZSBjYW4gZm9s
bG93IHRoZSZuYnNwOzxicj4NCnNpbXBsZSBpbnN0cnVjdGlvbnMsIHRoZXkgYXJlIGJvdW5kIHRv
IG1ha2Ugc29tZSBtZWdhIGJ1Y2tzJm5ic3A7PGJyPg0Kd2l0aCBvbmx5ICQyNSBvdXQgb2YgcG9j
a2V0IGNvc3QiLiZuYnNwOzxicj4NCjxicj4NCkRVRSBUTyBUSEUgUkVDRU5UIElOQ1JFQVNFIE9G
IFBPUFVMQVJJVFkmbmJzcDs8YnI+DQomYW1wOyBSRVNQRUNUIFRISVMgUFJPR1JBTSBIQVMgQVRU
QUlORUQsIElUIElTJm5ic3A7PGJyPg0KQ1VSUkVOVExZIFdPUktJTkcgQkVUVEVSIFRIQU4gRVZF
Ui4mbmJzcDs8YnI+DQpUaGlzIGlzIHdoYXQgb25lIGhhZCB0byBzYXk6ICJUaGFua3MgdG8gdGhp
cyBwcm9maXRhYmxlJm5ic3A7PGJyPg0Kb3Bwb3J0dW5pdHkuIEkgd2FzIGFwcHJvYWNoZWQgbWFu
eSB0aW1lcyBiZWZvcmUgYnV0IGVhY2gmbmJzcDs8YnI+DQp0aW1lIEkgcGFzc2VkIG9uIGl0LiBJ
IGFtIHNvIGdsYWQgSSBmaW5hbGx5IGpvaW5lZCBqdXN0IHRvIHNlZSZuYnNwOzxicj4NCndoYXQg
b25lIGNvdWxkIGV4cGVjdCBpbiByZXR1cm4gZm9yIHRoZSBtaW5pbWFsIGVmZm9ydCBhbmQmbmJz
cDs8YnI+DQptb25leSByZXF1aXJlZC4gVG8gbXkgYXN0b25pc2htZW50LCBJIHJlY2VpdmVkIGEg
dG90YWwmbmJzcDs8YnI+DQokNjEwLDQ3MC4wMCBpbiAyMSB3ZWVrcywgd2l0aCBtb25leSBzdGls
bCBjb21pbmcgaW4uIiZuYnNwOzxicj4NClBhbSBIZWRsYW5kLCBGb3J0IExlZSwgTmV3IEplcnNl
eS4mbmJzcDs8YnI+DQo8YnI+DQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PSZuYnNwOzxicj4NCjxicj4NCkhlcmUgaXMgYW5vdGhlciB0ZXN0aW1vbmlhbDombmJzcDs8
YnI+DQoiVGhpcyBwcm9ncmFtIGhhcyBiZWVuIGFyb3VuZCBmb3IgYSBsb25nIHRpbWUgYnV0IEkg
bmV2ZXImbmJzcDs8YnI+DQpiZWxpZXZlZCBpbiBpdC4gQnV0IG9uZSBkYXkgd2hlbiBJIHJlY2Vp
dmVkIHRoaXMgYWdhaW4gaW4gdGhlJm5ic3A7PGJyPg0KbWFpbCBJIGRlY2lkZWQgdG8gZ2FtYmxl
IG15ICQyNSBvbiBpdC4gSSBmb2xsb3dlZCB0aGUgc2ltcGxlJm5ic3A7PGJyPg0KaW5zdHJ1Y3Rp
b25zIGFuZCB3YWxhYSAuLi4uLi4gMyB3ZWVrcyBsYXRlciB0aGUgbW9uZXkgc3RhcnRlZCZuYnNw
Ozxicj4NCnRvIGNvbWUgaW4uIEZpcnN0IG1vbnRoIEkgb25seSBtYWRlICQyNDAuMDAgYnV0IHRo
ZSBuZXh0IDImbmJzcDs8YnI+DQptb250aHMgYWZ0ZXIgdGhhdCBJIG1hZGUgYSB0b3RhbCBvZiAk
MjkwLDAwMC4wMC4gU28gZmFyLCBpbiZuYnNwOzxicj4NCnRoZSBwYXN0IDggbW9udGhzIGJ5IHJl
LWVudGVyaW5nIHRoZSBwcm9ncmFtLCBJIGhhdmUgbWFkZSZuYnNwOzxicj4NCm92ZXIgJDcxMCww
MDAuMDAgYW5kIEkgYW0gcGxheWluZyBpdCBhZ2Fpbi4gVGhlIGtleSB0byZuYnNwOzxicj4NCnN1
Y2Nlc3MgaW4gdGhpcyBwcm9ncmFtIGlzIHRvIGZvbGxvdyB0aGUgc2ltcGxlIHN0ZXBzIGFuZCZu
YnNwOzxicj4NCk5PVCBjaGFuZ2UgYW55dGhpbmcuJycmbmJzcDs8YnI+DQo8YnI+DQpNb3JlIHRl
c3RpbW9uaWFscyBsYXRlciBidXQgZmlyc3QsJm5ic3A7PGJyPg0KPGJyPg0KJCQkJCQkJCQkJCQk
JCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCZuYnNwOzxicj4NCjxicj4NClBSSU5U
IFRISVMgTk9XIEZPUiBZT1VSIEZVVFVSRSBSRUZFUkVOQ0UmbmJzcDs8YnI+DQo8YnI+DQokJCQk
JCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJm5ic3A7PGJyPg0KPGJy
Pg0KSWYgeW91IHdvdWxkIGxpa2UgdG8gbWFrZSBhdCBsZWFzdCAkNTAwLDAwMCBldmVyeSA0IHRv
IDUmbmJzcDs8YnI+DQptb250aHMgZWFzaWx5IGFuZCBjb21mb3J0YWJseSwgcGxlYXNlIHJlYWQg
dGhlIGZvbGxvd2luZywmbmJzcDs8YnI+DQpUSEVOIFJFQUQgSVQgQUdBSU4gQU5EIEFHQUlOISEm
bmJzcDs8YnI+DQo8YnI+DQokJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQk
JCQkJCQkJm5ic3A7PGJyPg0KPGJyPg0KRk9MTE9XIFRIRSBTSU1QTEUgSU5TVFJVQ1RJT05TIEJF
TE9XJm5ic3A7PGJyPg0KQU5EIFlPVVIgRklOQU5DSUFMIERSRUFNUyBXSUxMIENPTUUmbmJzcDs8
YnI+DQpUUlVFLCBHVUFSQU5URUVEISZuYnNwOzxicj4NCjxicj4NCklOU1RSVUNUSU9OUzombmJz
cDs8YnI+DQo8YnI+DQo9PT09PT1PcmRlciBhbGwgNSByZXBvcnRzIHNob3duIG9uIHRoZSBsaXN0
IGJlbG93PT09PT0mbmJzcDs8YnI+DQo8YnI+DQpGb3IgZWFjaCByZXBvcnQsIHNlbmQgJDUgQ0FT
SCwgVEhFIE5BTUUgJmFtcDsgTlVNQkVSIE9GIFRIRSBSRVBPUlQgWU9VIEFSRSZuYnNwOzxicj4N
Ck9SREVSSU5HIEFORCBZT1VSIEUtTUFJTCBBRERSRVNTIHRvIHRoZSBwZXJzb24gd2hvc2UgbmFt
ZSBhcHBlYXJzIE9OIFRIQVQmbmJzcDs8YnI+DQpMSVNUJm5ic3A7PGJyPg0KbmV4dCB0byB0aGUg
cmVwb3J0LiBNQUtFIFNVUkUgWU9VUiBSRVRVUk4gQUREUkVTUyBJUyBPTiBZT1VSIEVOVkVMT1BF
IFRPUCZuYnNwOzxicj4NCkxFRlQmbmJzcDs8YnI+DQpDT1JORVIgaW4gY2FzZSBvZiBhbnkgbWFp
bCBwcm9ibGVtcy4gV2hlbiB5b3UgcGxhY2UgeW91ciBvcmRlciwgbWFrZSBTdXJlJm5ic3A7PGJy
Pg0KeW91Jm5ic3A7PGJyPg0Kb3JkZXIgZWFjaCBvZiB0aGUgNSByZXBvcnRzLiBZb3Ugd2lsbCBu
ZWVkIGFsbCA1IHJlcG9ydHMgc28gdGhhdCB5b3UgQ2FuJm5ic3A7PGJyPg0Kc2F2ZSB0aGVtIG9u
IHlvdXIgY29tcHV0ZXIgYW5kIHJlc2VsbCB0aGVtLiZuYnNwOzxicj4NCjxicj4NCllPVVIgVE9U
QUwgQ09TVC4uLiAkIDUgWCA1ID0gJCAyNS4wMC4gV2l0aGluIGEgZmV3Jm5ic3A7PGJyPg0KZGF5
cyB5b3Ugd2lsbCByZWNlaXZlLCB2aWEgZS1tYWlsLCBlYWNoIG9mIHRoZSA1IHJlcG9ydHMgZnJv
bSZuYnNwOzxicj4NCnRoZXNlIDUgZGlmZmVyZW50IGluZGl2aWR1YWxzLiBTYXZlIHRoZW0gb24g
eW91ciBjb21wdXRlciZuYnNwOzxicj4NCnNvIHRoZXkgd2lsbCBiZSBhY2Nlc3NpYmxlIGZvciB5
b3UgdG8gc2VuZCB0byB0aGUgMSwwMDAncyBvZiZuYnNwOzxicj4NCnBlb3BsZSB3aG8gd2lsbCBv
cmRlciB0aGVtIGZyb20geW91LiBBbHNvIG1ha2UgYSBmbG9wcHkmbmJzcDs8YnI+DQpvZiB0aGVz
ZSByZXBvcnRzIGFuZCBrZWVwIGl0IG9uIHlvdXIgZGVzayBpbiBjYXNlIHNvbWV0aGluZyZuYnNw
Ozxicj4NCmhhcHBlbnMgdG8geW91ciBjb21wdXRlci4mbmJzcDs8YnI+DQo8YnI+DQpJTVBPUlRB
TlQ6IERPIE5PVCBhbHRlciB0aGUgbmFtZXMgb2YgdGhlIHBlb3BsZSZuYnNwOzxicj4NCndobyBh
cmUgbGlzdGVkIG5leHQgdG8gZWFjaCByZXBvcnQsIG9yIHRoZWlyIHNlcXVlbmNlIG9uJm5ic3A7
PGJyPg0KdGhlIGxpc3QsIGluIGFueSB3YXkgb3RoZXIgdGhhbiB3aGF0IGlzIGluc3RydWN0ZWQg
YmVsb3cgaW4mbmJzcDs8YnI+DQplYWNoIHN0ZXAgIjEgdGhyb3VnaCA2IiBvciB5b3Ugd2lsbCBs
b3NlIG91dCBvbiBtYWpvcml0eSZuYnNwOzxicj4NCm9mIHlvdXIgcHJvZml0cy4gT25jZSB5b3Ug
dW5kZXJzdGFuZCB0aGUgd2F5IHRoaXMgd29ya3MsJm5ic3A7PGJyPg0KeW91IHdpbGwgYWxzbyBz
ZWUgaG93IGl0IGRvZXMgbm90IHdvcmsgaWYgeW91IGNoYW5nZSBpdC4mbmJzcDs8YnI+DQpSZW1l
bWJlciwgdGhpcyBtZXRob2QgaGFzIGJlZW4gdGVzdGVkLCBhbmQgaWYgeW91IGFsdGVyLCZuYnNw
Ozxicj4NCml0IHdpbGwgTk9UIHdvcmshISBQZW9wbGUgaGF2ZSB0cmllZCB0byBwdXQgdGhlaXIm
bmJzcDs8YnI+DQpmcmllbmRzL3JlbGF0aXZlcyBuYW1lcyBvbiBhbGwgZml2ZSB0aGlua2luZyB0
aGV5IGNvdWxkJm5ic3A7PGJyPg0KZ2V0IGFsbCB0aGUgbW9uZXkuIEJ1dCBpdCBkb2VzIG5vdCB3
b3JrIHRoaXMgd2F5LiBCZWxpZXZlJm5ic3A7PGJyPg0KdXMsIHdlIGFsbCBoYXZlIHRyaWVkIHRv
IGJlIGdyZWVkeSBhbmQgdGhlbiBub3RoaW5nJm5ic3A7PGJyPg0KaGFwcGVuZWQuIFNvIERvIE5v
dCB0cnkgdG8gY2hhbmdlIGFueXRoaW5nIG90aGVyJm5ic3A7PGJyPg0KdGhhbiB3aGF0IGlzIGlu
c3RydWN0ZWQsIGJlY2F1c2UgaWYgeW91IGRvLCBpdCB3aWxsIG5vdCZuYnNwOzxicj4NCndvcmsg
Zm9yIHlvdS4mbmJzcDs8YnI+DQo8YnI+DQpSZW1lbWJlciwgaG9uZXN0eSByZWFwcyB0aGUgcmV3
YXJkISEhJm5ic3A7PGJyPg0KPGJyPg0KMS4gQWZ0ZXIgeW91IGhhdmUgb3JkZXJlZCBhbGwgNSBy
ZXBvcnRzLCB0YWtlIHRoaXMmbmJzcDs8YnI+DQphZHZlcnRpc2VtZW50IGFuZCBSRU1PVkUgdGhl
IG5hbWUgJmFtcDsgYWRkcmVzcyZuYnNwOzxicj4NCm9mIHRoZSBwZXJzb24gaW4gUkVQT1JUICMg
NS4mbmJzcDs8YnI+DQo8YnI+DQpUaGlzIHBlcnNvbiBoYXMgbWFkZSBpdCB0aHJvdWdoIHRoZSBj
eWNsZSBhbmQgaXMgbm8mbmJzcDs8YnI+DQpkb3VidCBjb3VudGluZyB0aGVpciBmb3J0dW5lLiZu
YnNwOzxicj4NCjxicj4NCjIuIE1vdmUgdGhlIG5hbWUgJmFtcDsgYWRkcmVzcyBpbiBSRVBPUlQg
IyA0IGRvd24mbmJzcDs8YnI+DQp0byByZXBvcnQgIyA1LiZuYnNwOzxicj4NCjxicj4NCjMuIE1v
dmUgdGhlIG5hbWUgJmFtcDsgYWRkcmVzcyBpbiBSRVBPUlQgIyAzIGRvd24mbmJzcDs8YnI+DQp0
byByZXBvcnQgIyA0LiZuYnNwOzxicj4NCjxicj4NCjQuIE1vdmUgdGhlIG5hbWUgJmFtcDsgYWRk
cmVzcyBpbiBSRVBPUlQgIyAyIGRvd24mbmJzcDs8YnI+DQp0byByZXBvcnQgIyAzLiZuYnNwOzxi
cj4NCjxicj4NCjUuIE1vdmUgdGhlIG5hbWUgJmFtcDsgYWRkcmVzcyBpbiBSRVBPUlQgIyAxIGRv
d24mbmJzcDs8YnI+DQp0byByZXBvcnQgIyAyLiZuYnNwOzxicj4NCjxicj4NCjYuIEluc2VydCBZ
T1VSIG5hbWUgJmFtcDsgYWRkcmVzcyBpbiB0aGUgUkVQT1JUICMgMSZuYnNwOzxicj4NClBvc2l0
aW9uLiZuYnNwOzxicj4NCjxicj4NClBMRUFTRSBNQUtFIFNVUkUgeW91IGNvcHkgZXZlcnkgbmFt
ZSAmYW1wOyBhZGRyZXNzIEFDQ1VSQVRFTFkhJm5ic3A7PGJyPg0KPGJyPg0KPGJyPg0KKioqVGFr
ZSB0aGlzIGVudGlyZSBsZXR0ZXIsIHdpdGggdGhlIG1vZGlmaWVkIGxpc3Qgb2YgbmFtZXMsIGFu
ZCBzYXZlIGl0IG9uJm5ic3A7PGJyPg0KeW91ciBjb21wdXRlci4gRE8gTk9UIE1BS0UgQU5ZIE9U
SEVSIENIQU5HRVMuIFNhdmUgdGhpcyBvbiBhIGRpc2sgYXMgd2VsbCZuYnNwOzxicj4NCmp1c3Qg
aW4gY2FzZSBpZiB5b3UgbG9zZSBhbnkgZGF0YS4gVG8gYXNzaXN0IHlvdSB3aXRoIG1hcmtldGlu
ZyB5b3VyJm5ic3A7PGJyPg0KYnVzaW5lc3MmbmJzcDs8YnI+DQpvbiB0aGUgaW50ZXJuZXQsIHRo
ZSA1IHJlcG9ydHMgeW91IHB1cmNoYXNlIHdpbGwgcHJvdmlkZSB5b3Ugd2l0aCZuYnNwOzxicj4N
CmludmFsdWFibGUmbmJzcDs8YnI+DQptYXJrZXRpbmcgaW5mb3JtYXRpb24gd2hpY2ggaW5jbHVk
ZXMgaG93IHRvIHNlbmQgYnVsayBlLW1haWxzIGxlZ2FsbHksJm5ic3A7PGJyPg0Kd2hlcmUmbmJz
cDs8YnI+DQp0byBmaW5kIHRob3VzYW5kcyBvZiBmcmVlIGNsYXNzaWZpZWQgYWRzIGFuZCBtdWNo
IG1vcmUuIFRoZXJlIGFyZSAyIFByaW1hcnkmbmJzcDs8YnI+DQptZXRob2RzIHRvIGdldCB0aGlz
IHZlbnR1cmUgZ29pbmc6Jm5ic3A7PGJyPg0KPGJyPg0KPGJyPg0KTUVUSE9EICMxOiBCWSBTRU5E
SU5HIEJVTEsgRS1NQUlMIExFR0FMTFkmbmJzcDs8YnI+DQo9PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09Jm5ic3A7PGJyPg0KTGV0J3Mgc2F5IHRoYXQgeW91IGRlY2lkZSB0
byBzdGFydCBzbWFsbCwganVzdCB0byBzZWUgaG93IGl0Jm5ic3A7PGJyPg0KZ29lcywgYW5kIHdl
IHdpbGwgYXNzdW1lIHlvdSBhbmQgdGhvc2UgaW52b2x2ZWQgc2VuZCBvdXQmbmJzcDs8YnI+DQpv
bmx5IDUsMDAwIGUtbWFpbHMgZWFjaC4mbmJzcDs8YnI+DQo8YnI+DQpMZXQncyBhbHNvIGFzc3Vt
ZSB0aGF0IHRoZSBtYWlsaW5nIHJlY2VpdmUgb25seSBhIDAuMiUmbmJzcDs8YnI+DQpyZXNwb25z
ZSAodGhlIHJlc3BvbnNlIGNvdWxkIGJlIG11Y2ggYmV0dGVyIGJ1dCBsZXRzIGp1c3QmbmJzcDs8
YnI+DQpzYXkgaXQgaXMgb25seSAwLjIlLiBBbHNvLCBtYW55IHBlb3BsZSB3aWxsIHNlbmQgb3V0
IGh1bmRyZWRzJm5ic3A7PGJyPg0Kb2YgdGhvdXNhbmRzIG9mIGUtbWFpbHMgaW5zdGVhZCBvZiBv
bmx5IDUsMDAwIGVhY2gpLiZuYnNwOzxicj4NCkNvbnRpbnVpbmcgd2l0aCB0aGlzIGV4YW1wbGUs
IHlvdSBzZW5kIG91dCBvbmx5IDUsMDAwJm5ic3A7PGJyPg0KZS1tYWlscy4gV2l0aCBhIDAuMiUg
cmVzcG9uc2UsIHRoYXQgaXMgb25seSAxMCBvcmRlcnMgZm9yJm5ic3A7PGJyPg0KcmVwb3J0ICMg
MS4mbmJzcDs8YnI+DQo8YnI+DQpUaG9zZSAxMCBwZW9wbGUgcmVzcG9uZGVkIGJ5IHNlbmRpbmcg
b3V0IDUsMDAwIGUtbWFpbHMmbmJzcDs8YnI+DQplYWNoIGZvciBhIHRvdGFsIG9mIDUwLDAwMC4g
T3V0IG9mIHRob3NlIDUwLDAwMCBlLW1haWxzLCBvbmx5Jm5ic3A7PGJyPg0KMC4yJSByZXNwb25k
ZWQgd2l0aCBvcmRlcnMuIFRoYXQncyAxMDAgcGVvcGxlIHJlc3BvbmRpbmcmbmJzcDs8YnI+DQp0
byBhbmQgb3JkZXJpbmcgUmVwb3J0ICMgMi4mbmJzcDs8YnI+DQo8YnI+DQpUaG9zZSAxMDAgcGVv
cGxlIG1haWwgb3V0IDUsMDAwIGUtbWFpbHMgZWFjaCBmb3IgYSB0b3RhbCBvZiZuYnNwOzxicj4N
CjUwMCwwMDAgZS1tYWlscy4gVGhlIDAuMiUgcmVzcG9uc2UgdG8gdGhhdCBpcyAxMDAwIG9yZGVy
cyZuYnNwOzxicj4NCmZvciBSZXBvcnQgIyAzLiZuYnNwOzxicj4NCjxicj4NClRob3NlIDEwMDAg
cGVvcGxlIHNlbmQgb3V0IDUsMDAwIGUtbWFpbHMgZWFjaCBmb3IgYSB0b3RhbCBvZiZuYnNwOzxi
cj4NCjUgbWlsbGlvbiBlLW1haWxzLiBUaGUgMC4yJSByZXNwb25zZSB0byB0aGF0IGlzIDEwLDAw
MCBvcmRlcnMmbmJzcDs8YnI+DQpmb3IgUmVwb3J0ICMgNC4mbmJzcDs8YnI+DQo8YnI+DQpUaG9z
ZSAxMCwwMDAgcGVvcGxlIHNlbmQgb3V0IDUsMDAwIGUtbWFpbHMgZWFjaCBmb3IgYSB0b3RhbCZu
YnNwOzxicj4NCm9mIDUwLDAwMCwwMDAgKDUwIG1pbGxpb24pIGUtbWFpbHMuIFRoZSAwLjIlIHJl
c3BvbnNlIHRvJm5ic3A7PGJyPg0KdGhhdCBpcyAxMDAsMDAwIG9yZGVycyBmb3IgUmVwb3J0ICMg
NS4mbmJzcDs8YnI+DQpUSEFUJ1MgMTAwLDAwMCBPUkRFUlMgVElNRVMgJDUgRUFDSCA9Jm5ic3A7
PGJyPg0KJCA1MDAsMDAwLjAwIChoYWxmIG1pbGxpb24pLiZuYnNwOzxicj4NCjxicj4NCllvdXIg
dG90YWwgaW5jb21lIGluIHRoaXMgZXhhbXBsZSBpczombmJzcDs8YnI+DQoxLi4uLi4uLi4uLi4u
Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLiQuLi4uLi4uLi4gNTAgKyZuYnNwOzxicj4NCjIuLi4u
Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uJC4uLi4uLi4gNTAwICsmbmJzcDs8YnI+
DQozLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLiQuLi4uIDUsMDAwICsmbmJz
cDs8YnI+DQo0Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLiQuLiA1MCwwMDAg
KyZuYnNwOzxicj4NCjUuLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4gJCA1MDAs
MDAwLi4uLi4mbmJzcDs8YnI+DQpHUkFORCBUT1RBTCA9IC4uLi4uLiAkIDU1NSw1NTAmbmJzcDs8
YnI+DQo8YnI+DQpOVU1CRVJTIERPIE5PVCBMSUUuJm5ic3A7PGJyPg0KR0VUIEEgUEVOQ0lMICZh
bXA7IFBBUEVSIEFORCBGSUdVUkUgT1VUIFRIRSZuYnNwOzxicj4NCldPUlNUIFBPU1NJQkxFIFJF
U1BPTlNFUyBBTkQgTk8gTUFUVEVSJm5ic3A7PGJyPg0KSE9XIFlPVSBDQUxDVUxBVEUgSVQsIFlP
VSBXSUxMIFNUSUxMIE1BS0UmbmJzcDs8YnI+DQpBIExPVCBPRiBNT05FWSEgUkVNRU1CRVIgRlJJ
RU5ELCBUSElTIElTJm5ic3A7PGJyPg0KQVNTVU1JTkcgT05MWSAxMCBQRU9QTEUgT1JERVJJTkcg
T1VUIE9GJm5ic3A7PGJyPg0KNSwwMDAgWU9VIE1BSUxFRCBUTy4gRGFyZSB0byB0aGluayBmb3Ig
YSBtb21lbnQgd2hhdCZuYnNwOzxicj4NCndvdWxkIGhhcHBlbiBpZiBldmVyeW9uZSBvciBoYWxm
IG9yIGV2ZW4gb25lIDR0aCBvZiB0aG9zZSZuYnNwOzxicj4NCnBlb3BsZSBtYWlsZWQgMTAwLDAw
MCBlLW1haWxzIGVhY2ggb3IgbW9yZT8gVGhlcmUgYXJlIG92ZXImbmJzcDs8YnI+DQoxNTAgbWls
bGlvbiBwZW9wbGUgb24gdGhlIEludGVybmV0IHdvcmxkd2lkZSBhbmQgY291bnRpbmcuJm5ic3A7
PGJyPg0KQmVsaWV2ZSBtZSwgbWFueSBwZW9wbGUgd2lsbCBkbyBqdXN0IHRoYXQsIGFuZCBtb3Jl
ISZuYnNwOzxicj4NCjxicj4NCjxicj4NCk1FVEhPRCAjIDI6IEJZIFBMQUNJTkcgRlJFRSBBRFMg
T04gVEhFIElOVEVSTkVUJm5ic3A7PGJyPg0KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PSZuYnNwOzxicj4NCkFkdmVydGlzaW5nIG9uIHRoZSBuZXQgaXMgdmVyeSwgdmVy
eSBpbmV4cGVuc2l2ZSBhbmQgdGhlcmUgYXJlJm5ic3A7PGJyPg0KaHVuZHJlZHMgb2YgRlJFRSBw
bGFjZXMgdG8gYWR2ZXJ0aXNlLiBQbGFjaW5nIGEgbG90IG9mIGZyZWUmbmJzcDs8YnI+DQphZHMg
b24gdGhlIGludGVybmV0IHdpbGwgZWFzaWx5IGdldCBhIGxhcmdlciByZXNwb25zZS4gV2UmbmJz
cDs8YnI+DQpzdHJvbmdseSBzdWdnZXN0IHlvdSBzdGFydCB3aXRoIE1ldGhvZCAjIDEgYW5kIGFk
ZCZuYnNwOzxicj4NCk1FVEhPRCAjIDIgYXMgeW91IGdvIGFsb25nLiBGb3IgZXZlcnkgJDUgeW91
IHJlY2VpdmUsJm5ic3A7PGJyPg0KYWxsIHlvdSBtdXN0IGRvIGlzIGUtbWFpbCB0aGVtIHRoZSBS
ZXBvcnQgdGhleSBvcmRlcmVkLiBUaGF0J3MmbmJzcDs8YnI+DQppdC4gQWx3YXlzIHByb3ZpZGUg
c2FtZSBkYXkgc2VydmljZSBvbiBhbGwgb3JkZXJzLiZuYnNwOzxicj4NClRoaXMgd2lsbCBndWFy
YW50ZWUgdGhhdCB0aGUgZS1tYWlsIHRoZXkgc2VuZCBvdXQsIHdpdGggeW91ciZuYnNwOzxicj4N
Cm5hbWUgYW5kIGFkZHJlc3Mgb24gaXQsIHdpbGwgYmUgcHJvbXB0IGJlY2F1c2UgdGhleSBjYW4m
bmJzcDs8YnI+DQpub3QgYWR2ZXJ0aXNlIHVudGlsIHRoZXkgcmVjZWl2ZSB0aGUgcmVwb3J0LiZu
YnNwOzxicj4NCjxicj4NCjxicj4NCj09PT09PT09PT09QVZBSUxBQkxFIFJFUE9SVFMgPT09PT09
PT09PT0mbmJzcDs8YnI+DQo8YnI+DQpPUkRFUiBFQUNIIFJFUE9SVCBCWSBJVFMgTlVNQkVSICZh
bXA7IE5BTUUmbmJzcDs8YnI+DQpPTkxZLiZuYnNwOzxicj4NCjxicj4NCk5vdGVzOiBBbHdheXMg
c2VuZCAkIDUgY2FzaCAoVVMgQ1VSUkVOQ1kpIGZvciBlYWNoJm5ic3A7PGJyPg0KcmVwb3J0LiZu
YnNwOzxicj4NCjxicj4NCkNoZWNrcyBhcmUgTk9UIGFjY2VwdGVkLiZuYnNwOzxicj4NCjxicj4N
Ck1ha2Ugc3VyZSB0aGUgY2FzaCBpcyBjb25jZWFsZWQgYnkgd3JhcHBpbmcgaXQgaW4gYXQgbGVh
c3QgMiZuYnNwOzxicj4NCnNoZWV0cyBvZiBwYXBlci4gT24gb25lIG9mIHRob3NlIHNoZWV0cyBv
ZiBwYXBlciwgd3JpdGUgdGhlJm5ic3A7PGJyPg0KTlVNQkVSICZhbXA7IE5BTUUgb2YgdGhlIFJl
cG9ydCB5b3UgYXJlIG9yZGVyaW5nLiwmbmJzcDs8YnI+DQpZT1VSIEUtTUFJTCBBRERFUlNTIGFu
ZCB5b3VyIG5hbWUgYW5kIHBvc3RhbCZuYnNwOzxicj4NCmFkZHJlc3MuJm5ic3A7PGJyPg0KPGJy
Pg0KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PSZuYnNwOzxicj4NCjxi
cj4NClBMQUNFIFlPVVIgT1JERVIgRk9SIFRIRVNFIFJFUE9SVFMgTk9XOiZuYnNwOzxicj4NCjxi
cj4NCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0mbmJzcDs8YnI+DQo8
YnI+DQpSRVBPUlQgIyAxOiAiSG93IFRvIE1ha2UgJDI1MCwwMDAgVGhyb3VnaCBNdWx0aS1MZXZl
bCBTYWxlcyImbmJzcDs8YnI+DQo8YnI+DQpPcmRlciBSZXBvcnQgIyAxIGZyb206Jm5ic3A7PGJy
Pg0KPGJyPg0KTWFpbCBQbHVzPGJyPg0KMzQxMSBQcmVzdG9uIFJkLiBTdWl0ZSBDLTEzIFBNQiAx
Nzg8YnI+DQpGcmlzY28sIFRYIDc1MDM0PGJyPg0KPGJyPg0KPGJyPg0KX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX18mbmJzcDs8YnI+DQo8YnI+DQpSZXBvcnQgIzI6
ICJTb3VyY2VzIEZvciBUaGUgQmVzdCBNYWlsaW5nIExpc3RzIiZuYnNwOzxicj4NCjxicj4NCk9y
ZGVyIFJlcG9ydCAjMiBmcm9tOiZuYnNwOzxicj4NCjxicj4NCjJLMiBNYXJrZXRpbmc8YnI+DQpQ
TUIgMTg3PGJyPg0KMjMwMCBNY0Rlcm1vdHQsIFN1aXRlIDIwMDxicj4NClBsYW5vLCBUWCA3NTAy
NS03MDE2PGJyPg0KPGJyPg0KPGJyPg0KX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fXyZuYnNwOzxicj4NCjxicj4NClJlcG9ydCAjIDM6ICJHdWlkZSBUbyBHZXR0aW5n
IFVubGltaXRlZCBGcmVlIEFkcyImbmJzcDs8YnI+DQo8YnI+DQpPcmRlciBSZXBvcnQgIyAzIGZy
b206Jm5ic3A7PGJyPg0KPGJyPg0KQWN0aW9uIDIwMDA8YnI+DQo0Mjg3IEJlbHRsaW5lIFJkLiAj
MTE2PGJyPg0KQWRkaXNvbiwgVFggNzUwMDE8YnI+DQo8YnI+DQo8YnI+DQpfX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fJm5ic3A7PGJyPg0KPGJyPg0KUmVwb3J0ICMg
NDogIkhvdyBUbyBTZW5kIDEgTWlsbGlvbiBFLU1haWxzIEZvciBGcmVlIiZuYnNwOzxicj4NCjxi
cj4NCk9yZGVyIFJlcG9ydCAjIDQgZnJvbTombmJzcDs8YnI+DQo8YnI+DQpMZXggUG93ZXI8YnI+
DQoxNDkwMiBQcmVzdG9uIFJvYWQuPGJyPg0KU3VpdGUgNDA0LTE1Nzxicj4NCkRhbGxhcywgVFgg
NzUyNTQ8YnI+DQo8YnI+DQo8YnI+DQpfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX18mbmJzcDs8YnI+DQo8YnI+DQpSZXBvcnQgIyA1OiAiMTMgU3RlcHMgVG8gU3Vj
Y2VzcyImbmJzcDs8YnI+DQo8YnI+DQpPcmRlciBSZXBvcnQgIyA1IGZyb206Jm5ic3A7PGJyPg0K
PGJyPg0KQWRzIE1vcmU8YnI+DQozMDIwIExlZ2FjeSBEci4gU3VpdGUgMTAwLTE5MTxicj4NClBs
YW5vLCBUWCA3NTAyMy04MzIxPGJyPg0KPGJyPg0KPGJyPg0KX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fXyZuYnNwOzxicj4NCjxicj4NCiQkJCQkJCQkJCQgWU9VUiBT
VUNDRVNTIEdVSURFICQkJCQkJCQkJCQkJm5ic3A7PGJyPg0KPGJyPg0KRm9sbG93IHRoZXNlIGd1
aWRlbGluZXMgdG8gZ3VhcmFudGVlIHlvdXIgc3VjY2VzczombmJzcDs8YnI+DQpJZiB5b3UgZG8g
bm90IHJlY2VpdmUgYXQgbGVhc3QgMTAgb3JkZXJzIGZvciBSZXBvcnQgIyAxJm5ic3A7PGJyPg0K
d2l0aGluIDIgd2Vla3MsIGNvbnRpbnVlIHNlbmRpbmcgZS1tYWlscyB1bnRpbCB5b3UgZG8uJm5i
c3A7PGJyPg0KQWZ0ZXIgeW91IGhhdmUgcmVjZWl2ZWQgMTAgb3JkZXJzLCAyIHRvIDMgd2Vla3Mg
YWZ0ZXImbmJzcDs8YnI+DQp0aGF0IHlvdSBzaG91bGQgcmVjZWl2ZSAxMDAgb3JkZXJzIG9yIG1v
cmUgZm9yIFJlcG9ydCZuYnNwOzxicj4NCiMgMi4gSWYgeW91IGRpZCBub3QsIGNvbnRpbnVlIGFk
dmVydGlzaW5nIG9yIHNlbmRpbmcgZS1tYWlscyZuYnNwOzxicj4NCnVudGlsIHlvdSBkby4gT25j
ZSB5b3UgaGF2ZSByZWNlaXZlZCAxMDAgb3IgbW9yZSBvcmRlcnMmbmJzcDs8YnI+DQpmb3IgUmVw
b3J0ICMgMiwgWU9VIENBTiBSRUxBWCwgYmVjYXVzZSB0aGUgc3lzdGVtJm5ic3A7PGJyPg0KaXMg
YWxyZWFkeSB3b3JraW5nIGZvciB5b3UsIGFuZCB0aGUgY2FzaCB3aWxsIGNvbnRpbnVlIHRvJm5i
c3A7PGJyPg0Kcm9sbCBpbiEmbmJzcDs8YnI+DQo8YnI+DQpUSElTIElTIElNUE9SVEFOVCBUTyBS
RU1FTUJFUjogRXZlcnkgdGltZSZuYnNwOzxicj4NCnlvdXIgbmFtZSBpcyBtb3ZlZCBkb3duIG9u
IHRoZSBsaXN0LCB5b3UgYXJlIHBsYWNlZCBpbiZuYnNwOzxicj4NCmZyb250IG9mIGEgZGlmZmVy
ZW50IHJlcG9ydC4gWW91IGNhbiBLRUVQIFRSQUNLIG9mJm5ic3A7PGJyPg0KeW91ciBQUk9HUkVT
UyBieSB3YXRjaGluZyB3aGljaCByZXBvcnQgcGVvcGxlIGFyZSZuYnNwOzxicj4NCm9yZGVyaW5n
IGZyb20geW91LiZuYnNwOzxicj4NCjxicj4NCklGIFlPVSBXQU5UIFRPIEdFTkVSQVRFIE1PUkUg
SU5DT01FLCZuYnNwOzxicj4NClNFTkQgQU5PVEhFUiBCQVRDSCBPRiBFLU1BSUxTIEFORCBTVEFS
VCZuYnNwOzxicj4NClRIRSBXSE9MRSBQUk9DRVNTIEFHQUlOLiBUaGVyZSBpcyBubyBsaW1pdCB0
byZuYnNwOzxicj4NCnRoZSBpbmNvbWUgeW91IGNhbiBnZW5lcmF0ZSBmcm9tIHRoaXMgYnVzaW5l
c3MhISEmbmJzcDs8YnI+DQpGT0xMT1dJTkcgSVMgQSBOT1RFIEZST00gVEhFIE9SSUdJTkFUT1Im
bmJzcDs8YnI+DQpPRiBUSElTIFBST0dSQU06Jm5ic3A7PGJyPg0KPGJyPg0KWW91IGhhdmUganVz
dCByZWNlaXZlZCBpbmZvcm1hdGlvbiB0aGF0IGNhbiBnaXZlIHlvdSZuYnNwOzxicj4NCmZpbmFu
Y2lhbCBmcmVlZG9tIGZvciB0aGUgcmVzdCBvZiB5b3VyIGxpZmUsIHdpdGggTk8gUklTSyZuYnNw
Ozxicj4NCmFuZCBKVVNUIEEgTElUVExFIEJJVCBPRiBFRkZPUlQuIFlvdSBjYW4gbWFrZSZuYnNw
Ozxicj4NCm1vcmUgbW9uZXkgaW4gdGhlIG5leHQgZmV3IHdlZWtzIGFuZCBtb250aHMgdGhhbiB5
b3UmbmJzcDs8YnI+DQpoYXZlIGV2ZXIgaW1hZ2luZWQuIEZvbGxvdyB0aGUgcHJvZ3JhbSBFWEFD
VExZIEFTJm5ic3A7PGJyPg0KSU5TVFJVQ1RFRC4gRG8gbm90IGNoYW5nZSBpdCBpbiBhbnl3YXku
IEl0IHdvcmtzJm5ic3A7PGJyPg0KZXhjZWVkaW5nbHkgd2VsbCBhcyBpdCBpcyBub3cuIFJlbWVt
YmVyIHRvIGUtbWFpbCBhJm5ic3A7PGJyPg0KY29weSBvZiB0aGlzIGV4Y2l0aW5nIHJlcG9ydCBh
ZnRlciB5b3UgaGF2ZSBwdXQgeW91ciBuYW1lJm5ic3A7PGJyPg0KYW5kIGFkZHJlc3MgaW4gUmVw
b3J0ICMgMSBhbmQgbW92ZWQgb3RoZXJzIHRvICMgMi4uLiMgNSZuYnNwOzxicj4NCmFzIGluc3Ry
dWN0ZWQgYWJvdmUuIE9uZSBvZiB0aGUgcGVvcGxlIHlvdSBzZW5kIHRoaXMgdG8mbmJzcDs8YnI+
DQptYXkgc2VuZCBvdXQgMTAwLDAwMCBvciBtb3JlIGUtbWFpbHMgYW5kIHlvdXIgbmFtZSZuYnNw
Ozxicj4NCndpbGwgYmUgb24gZXZlcnkgb25lIG9mIHRoZW0uIFJlbWVtYmVyIHRob3VnaCwgdGhl
Jm5ic3A7PGJyPg0KbW9yZSB5b3Ugc2VuZCBvdXQgdGhlIG1vcmUgcG90ZW50aWFsIGN1c3RvbWVy
cyB5b3UmbmJzcDs8YnI+DQp3aWxsIHJlYWNoLiBTbyBteSBmcmllbmQsIEkgaGF2ZSBnaXZlbiB5
b3UgdGhlIGlkZWFzLCZuYnNwOzxicj4NCmluZm9ybWF0aW9uLCBtYXRlcmlhbHMgYW5kIG9wcG9y
dHVuaXR5IHRvIGJlY29tZSZuYnNwOzxicj4NCmZpbmFuY2lhbGx5IGluZGVwZW5kZW50LiZuYnNw
Ozxicj4NCjxicj4NCklUIElTIFVQIFRPIFlPVSBOT1chJm5ic3A7PGJyPg0KPGJyPg0KPGJyPg0K
PT09PT09PT09PSBNT1JFIFRFU1RJTU9OSUFMUyA9PT09PT09PT09Jm5ic3A7PGJyPg0KPGJyPg0K
Ik15IG5hbWUgaXMgTWl0Y2hlbGwuIE15IHdpZmUsIEpvZHkgYW5kIEkgbGl2ZSBpbiBDaGljYWdv
LiZuYnNwOzxicj4NCkkgYW0gYW4gYWNjb3VudGFudCB3aXRoIGEgbWFqb3IgVS5TLiBDb3Jwb3Jh
dGlvbiBhbmQgSSZuYnNwOzxicj4NCm1ha2UgcHJldHR5IGdvb2QgbW9uZXkuIFdoZW4gSSByZWNl
aXZlZCB0aGlzIHByb2dyYW0mbmJzcDs8YnI+DQpJIGdydW1ibGVkIHRvIEpvZHkgYWJvdXQgcmVj
ZWl2aW5nICJqdW5rIG1haWwiLiBJIG1hZGUgZnVuJm5ic3A7PGJyPg0Kb2YgdGhlIHdob2xlIHRo
aW5nLCBzcG91dGluZyBteSBrbm93bGVkZ2Ugb2YgdGhlIHBvcHVsYXRpb24mbmJzcDs8YnI+DQph
bmQgcGVyY2VudGFnZXMgaW52b2x2ZWQuIEkgJydrbmV3JycgaXQgd291bGRuJ3Qgd29yay4gSm9k
eSZuYnNwOzxicj4NCnRvdGFsbHkgaWdub3JlZCBteSBzdXBwb3NlZCBpbnRlbGxpZ2VuY2UgYW5k
IGZldyBkYXlzIGxhdGVyJm5ic3A7PGJyPg0Kc2hlIGp1bXBlZCBpbiB3aXRoIGJvdGggZmVldC4g
SSBtYWRlIG1lcmNpbGVzcyBmdW4gb2YgaGVyLCZuYnNwOzxicj4NCmFuZCB3YXMgcmVhZHkgdG8g
bGF5IHRoZSBvbGQgJydJIHRvbGQgeW91IHNvJycgb24gaGVyIHdoZW4mbmJzcDs8YnI+DQp0aGUg
dGhpbmcgZGlkbid0IHdvcmsuIFdlbGwsIHRoZSBsYXVnaCB3YXMgb24gbWUhIFdpdGhpbiZuYnNw
Ozxicj4NCjMgd2Vla3Mgc2hlIGhhZCByZWNlaXZlZCA1MCByZXNwb25zZXMuIFdpdGhpbiB0aGUg
bmV4dCA0NSZuYnNwOzxicj4NCmRheXMgc2hlIGhhZCByZWNlaXZlZCB0b3RhbCAkIDE0NywyMDAu
MDAgLi4uLi4uLi4uLi4gYWxsIGNhc2ghJm5ic3A7PGJyPg0KSSB3YXMgc2hvY2tlZC4gSSBoYXZl
IGpvaW5lZCBKb2R5IGluIGhlciAiaG9iYnkiLiZuYnNwOzxicj4NCjxicj4NCk1pdGNoZWxsIFdv
bGYgTS5ELiwgQ2hpY2FnbywgSWxsaW5vaXMmbmJzcDs8YnI+DQo9PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT0mbmJzcDs8YnI+DQo8YnI+DQoiTm90IGJlaW5nIHRoZSBnYW1i
bGluZyB0eXBlLCBpdCB0b29rIG1lIHNldmVyYWwgd2Vla3MgdG8mbmJzcDs8YnI+DQptYWtlIHVw
IG15IG1pbmQgdG8gcGFydGljaXBhdGUgaW4gdGhpcyBwbGFuLiBCdXQgY29uc2VydmF0aXZlJm5i
c3A7PGJyPg0KdGhhdCBJIGFtLCBJIGRlY2lkZWQgdGhhdCB0aGUgaW5pdGlhbCBpbnZlc3RtZW50
IHdhcyBzbyBsaXR0bGUmbmJzcDs8YnI+DQp0aGF0IHRoZXJlIHdhcyBqdXN0IG5vIHdheSB0aGF0
IEkgd291bGRuJ3QgZ2V0IGVub3VnaCBvcmRlcnMmbmJzcDs8YnI+DQp0byBhdCBsZWFzdCBnZXQg
bXkgbW9uZXkgYmFjaycnLiAnJyBJIHdhcyBzdXJwcmlzZWQgd2hlbiBJJm5ic3A7PGJyPg0KZm91
bmQgbXkgbWVkaXVtIHNpemUgcG9zdCBvZmZpY2UgYm94IGNyYW1tZWQgd2l0aCBvcmRlcnMuJm5i
c3A7PGJyPg0KSSBtYWRlICQzMTksMjEwLjAwIGluIHRoZSBmaXJzdCAxMiB3ZWVrcy4gVGhlIG5p
Y2UgdGhpbmcmbmJzcDs8YnI+DQphYm91dCB0aGlzIGRlYWwgaXMgdGhhdCBpdCBkb2VzIG5vdCBt
YXR0ZXIgd2hlcmUgcGVvcGxlIGxpdmUuJm5ic3A7PGJyPg0KVGhlcmUgc2ltcGx5IGlzbid0IGEg
YmV0dGVyIGludmVzdG1lbnQgd2l0aCBhIGZhc3RlciByZXR1cm4mbmJzcDs8YnI+DQphbmQgc28g
YmlnLiImbmJzcDs8YnI+DQo8YnI+DQpEYW4gU29uZHN0cm9tLCBBbGJlcnRhLCBDYW5hZGEmbmJz
cDs8YnI+DQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0mbmJzcDs8YnI+
DQo8YnI+DQonJ0kgaGFkIHJlY2VpdmVkIHRoaXMgcHJvZ3JhbSBiZWZvcmUuIEkgZGVsZXRlZCBp
dCwgYnV0IGxhdGVyIEkmbmJzcDs8YnI+DQp3b25kZXJlZCBpZiBJIHNob3VsZCBoYXZlIGdpdmVu
IGl0IGEgdHJ5LiBPZiBjb3Vyc2UsIEkgaGFkIG5vJm5ic3A7PGJyPg0KaWRlYSB3aG8gdG8gY29u
dGFjdCB0byBnZXQgYW5vdGhlciBjb3B5LCBzbyBJIGhhZCB0byB3YWl0Jm5ic3A7PGJyPg0KdW50
aWwgSSB3YXMgZS1tYWlsZWQgYWdhaW4gYnkgc29tZW9uZSBlbHNlLi4uLi4uLi4uMTEgbW9udGhz
Jm5ic3A7PGJyPg0KcGFzc2VkIHRoZW4gaXQgbHVja2lseSBjYW1lIGFnYWluLi4uLi4uIEkgZGlk
IG5vdCBkZWxldGUgdGhpcyZuYnNwOzxicj4NCm9uZSEgSSBtYWRlIG1vcmUgdGhhbiAkNDkwLDAw
MCBvbiBteSBmaXJzdCB0cnkgYW5kIGFsbCB0aGUmbmJzcDs8YnI+DQptb25leSBjYW1lIHdpdGhp
biAyMiB3ZWVrcy4iJm5ic3A7PGJyPg0KPGJyPg0KU3VzYW4gRGUgU3V6YSwgTmV3IFlvcmssIE4u
WS4mbmJzcDs8YnI+DQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0mbmJz
cDs8YnI+DQo8YnI+DQoiSXQgcmVhbGx5IGlzIGEgZ3JlYXQgb3Bwb3J0dW5pdHkgdG8gbWFrZSBy
ZWxhdGl2ZWx5IGVhc3kmbmJzcDs8YnI+DQptb25leSB3aXRoIGxpdHRsZSBjb3N0IHRvIHlvdS4g
SSBmb2xsb3dlZCB0aGUgc2ltcGxlJm5ic3A7PGJyPg0KaW5zdHJ1Y3Rpb25zIGNhcmVmdWxseSBh
bmQgd2l0aGluIDEwIGRheXMgdGhlIG1vbmV5Jm5ic3A7PGJyPg0Kc3RhcnRlZCB0byBjb21lIGlu
LiBNeSBmaXJzdCBtb250aCBJIG1hZGUgJDIwLDU2MC4wMCZuYnNwOzxicj4NCmFuZCBieSB0aGUg
ZW5kIG9mIHRoaXJkIG1vbnRoIG15IHRvdGFsIGNhc2ggY291bnQgd2FzJm5ic3A7PGJyPg0KJDM2
Miw4NDAuMDAuIExpZmUgaXMgYmVhdXRpZnVsLCBUaGFua3MgdG8gaW50ZXJuZXQuIi4mbmJzcDs8
YnI+DQo8YnI+DQpGcmVkIERlbGxhY2EsIFdlc3Rwb3J0LCBOZXcgWmVhbGFuZCZuYnNwOzxicj4N
Cj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PSZuYnNwOzxicj4NCjxicj4N
Ck9SREVSIFlPVVIgUkVQT1JUUyBUT0RBWSBBTkQgR0VUIFNUQVJURUQgT04gJ1lPVVInIFJPQUQg
VE8gRklOQU5DSUFMJm5ic3A7PGJyPg0KRlJFRURPTSAhJm5ic3A7PGJyPg0KPGJyPg0KPT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Jm5ic3A7PGJyPg0KPGJyPg0KQWJvdXQg
NTAsMDAwIG5ldyBwZW9wbGUgZ2V0IG9ubGluZSBldmVyeSBtb250aCEmbmJzcDs8YnI+DQo8YnI+
DQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0mbmJzcDs8YnI+DQo8YnI+
DQpJZiB5b3UgaGF2ZSBhbnkgcXVlc3Rpb25zIG9mIHRoZSBsZWdhbGl0eSBvZiB0aGlzIHByb2dy
YW0sJm5ic3A7PGJyPg0KY29udGFjdDombmJzcDs8YnI+DQo8YnI+DQpUaGUgT2ZmaWNlIG9mIEFz
c29jaWF0ZSBEaXJlY3RvciBmb3IgTWFya2V0aW5nIFByYWN0aWNlcywmbmJzcDs8YnI+DQpGZWRl
cmFsIFRyYWRlIENvbW1pc3Npb24sJm5ic3A7PGJyPg0KQnVyZWF1IG9mIENvbnN1bWVyIFByb3Rl
Y3Rpb24sJm5ic3A7PGJyPg0KV2FzaGluZ3RvbiwgRC5DLiZuYnNwOzxicj4NCjxicj4NCj09PT09
PT09PT09PT09PT09PURJU0NMQUlNRVI9PT09PT09PT09PT09PT09PT09PT09Jm5ic3A7PGJyPg0K
VGhpcyBlbWFpbCBpcyBzZW50IGluIGNvbXBsaWFuY2Ugd2l0aCBzdHJpY3QgYW50aS1hYnVzZSBh
bmQgTk8gU1BBTSZuYnNwOzxicj4NCnJlZ3VsYXRpb25zLiBZb3VyIGFkZHJlc3Mgd2FzIGNvbGxl
Y3RlZCBhcyBhIHJlc3VsdCBvZixhIHJlc3BvbnNlIHRvIGFuIGFkIHlvdSBzZW50Jm5ic3A7PGJy
Pg0KLGEgcG9zdGluZyB0byBhIGxpbmssIGEgY2xhc3NpZmllZCBhZCB0byBteSBGRkEgUGFnZSwg
eW91IGhhdmUgc2VudCBtZSBhbiZuYnNwOzxicj4NCkUtbWFpbCByZWNlbnRseSwgb3IgeW91IGFy
ZSBvbiBhIGxpc3QgdGhhdCBJIGhhdmUgcHVyY2hhc2VkLiBZb3UgbWF5IHJlbW92ZSB5b3VyJm5i
c3A7PGJyPg0KRS1tYWlsIGFkZHJlc3MgYXQgbm8gY29zdCB0byB5b3Ugd2hhdHNvZXZlciBieSBz
aW1wbHkgY2xpY2tpbmcgb24gdGhlIFJlcGx5Jm5ic3A7PGJyPg0KYnV0dG9uIHdpdGggIlJlbW92
ZSIgaW4gdGhlIHN1YmplY3QgbGluZS4gV2FybmluZyAhISBNeSBDb21wdXRlciBtYXkmbmJzcDs8
YnI+DQpBdXRvbWF0aWNhbGx5IHJlLWFkZCB5b3UgIGFnYWluIHRvIHRoZSBhZGRyZXNzIGJvb2sg
aWYgeW91IHNlbmQgZnVydGhlciBtZXNzYWdlcyZuYnNwOzxicj4NCj09PT09PT09PT09PT09PT09
RElTQ0xBSU1FUj09PT09PT09PT09PT09PT09PT09PT09IDwvcD4NCg0KW256N0R1dmlWZi1yZU1N
aU5abGwxLXZUc1Y2NkZMc10NCg0KICAgICAgICAgICAgICAgICAgICAgICANCg==


From eopl-teachers-request Sun Sep 29 12:10:21 2002
Return-Path: <eopl-teachers-request>
Received: from smtp.nts-online.net (smtp.nts-online.net [216.167.161.52])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g8THAJ918184
	for <eopl-teachers@cs.indiana.edu>; Sun, 29 Sep 2002 12:10:19 -0500 (EST)
Received: from address.com (ip-141-new-059.nts-online.net [216.167.141.59] (may be forged))
	by smtp.nts-online.net (8.12.5/8.12.5) with SMTP id g8TH9lCp026892;
	Sun, 29 Sep 2002 12:09:52 -0500
Message-Id: <200209291709.g8TH9lCp026892@smtp.nts-online.net>
From: "Kile Lichter" <KileLichter@address.com>
To: Pierpont@altavista.com
Date: Sun, 29 Sep 2002 13:9:28 -0400
Reply-To: cristihackney5k3m4581s@yahoo.com
Subject: [SPAM:##### 98%] Are you embarrassed to talk about it or visit a pharmacy? (U7jU0D8)
X-Sender: Kile Lichter <KileLichter@address.com>
X-Originating-Ip: [5.64.507.486]
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="go6BmdIh6l2---Minemindfxxyfrng="
Content-Transfer-Encoding: 7bit
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIIIII, Probability=98%, Report=CLICK_BELOW, CLICK_HERE_LINK, DIFFERENT_REPLY_TO, EXCUSE_10, EXCUSE_14, EXCUSE_15, EXCUSE_3, FREQ_SPAM_PHRASE, HTTP_ESCAPED_HOST, MAY_BE_FORGED, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_OSIRUSOFT_COM, REMOVE_PAGE, SUBJ_HAS_Q_MARK, VIAGRA, WE_HONOR_ALL

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

<CENTER>
<table border=2 cellspacing=0 cellpadding=3 width=500 bordercolor=#003584 bgcolor=C4DBFF>
<TR>
<TD ALIGN=CENTER VALIGN=middle>
<A HREF="http://getmeds-online.com/main2.php?rx=18028" style="FONT-SIZE: 22px; TEXT-DECORATION: none; COLOR: #004971; FONT-FAMILY: Arial, Verdana, Helvetica;">
<B> Increase Your Sexual Performance Right Now! </B 2T></A><BR>
<FONT style="FONT-SIZE: 14px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Arial, Verdana, Helvetica;"> 
<I>Take control of your sex life, Order Viagra Online Now!</I><BR><BR>
The drug Viagra is a revolutionary way to treat impotence and enhance any man's sex life.
<BR><BR><A HREF="http://getmeds-online.com/main2.php?rx=18028" style="FONT-SIZE: 20px; TEXT-DECORATION: underline; COLOR: 002255; FONT-FAMILY: Arial, Verdana, Helvetica;"><U><B>To order online click here</B></U></A><BR><BR>
<table border=0 cellspacing=3 cellpadding=2 width=490>
<TR>
<TD ALIGN=CENTER VALIGN=middle WIDTH=30%>
<FONT style="FONT-SIZE: 14px; TEXT-DECORATION: none; COLOR: FF040B; FONT-FAMILY: Arial, Verdana, Helvetica;"> 
<I>Viagra is used by millions of men it the US everyday. If you feel that your erection could be better, try Viagra. All orders shipped discreetly via FedEx<BR></I>
</TD>
<TD ALIGN=LEFT VALIGN=middle WIDTH=70%>
<FONT style="FONT-SIZE: 16px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Arial, Verdana, Helvetica;"> 
The drug <B>Viagra</B> is a revolutionary way to treat impotence and enhance any man's sex life.<BR><BR>It is  a <U>Safe</U> and <U>Effective</U> way to increase a man's libido and has proven to be the most successful treatment for impotence.<BR><BR>No need to go through embarrassing, stressful situations anymore, you can now get Viagra from the comfort of your home!<BR><BR>
</TD>
</TR>
<TR>
<TD ALIGN=LEFT VALIGN=middle WIDTH=100% COLSPAN=2>
<FONT style="FONT-SIZE: 17px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Verdana, Helvetica;"> 
<B>Some Things to think about...</B><BR><BR>
<FONT style="FONT-SIZE: 15px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Verdana, Helvetica;"> 
<B>1)</B> You will not get an erection without sexual stimulation - no need to be embarrassed like when you use other sexual stimulants. You will only gain an erection when you are sexually stimulated.<BR><BR>
<B>2)</B> More men use and trust Viagra as a treatment for sexual dysfunction than other sexual stimulation aids. Viagra is a safe sexual treatment that is proven because of the wide use and acceptance by the general public.<BR><BR>
<B>3)</B> When you use Viagra you are able to gain an erection through your partners sexual stimulation - all of your sexual acts, feelings and your &#108ove making is the result of your chemistry. <BR><BR>
<CENTER>
<FONT style="FONT-SIZE: 20px; TEXT-DECORATION: none; COLOR: #3C4355; FONT-FAMILY: Arial, Verdana, Helvetica;">
<B>This is the easiest and most discreet way to <BR>end impotence</B><BR><BR>
<A HREF="http://getmeds-online.co%6D/main2.php?rx=18028" style="FONT-SIZE: 20px; TEXT-DECORATION: underline; COLOR: 002255; FONT-FAMILY: Arial, Verdana, Helvetica;" oFQI><U><B>To order online click here</B></U></A><BR><BR>
<FONT style="FONT-SIZE: 17px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Verdana, Helvetica;"> 
It's worked for so many don't waste any more time get started by following the link on this page!
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<FONT style="FONT-SIZE: 10px; TEXT-DECORATION: none; COLOR: GRAY; FONT-FAMILY: Arial, Verdana, Helvetica;">
We are strongly against sending unsolicited emails to those who do not wish to receive our special mailings. You have opted in to one or more of our affiliate sites requesting to be notified of any special offers we may run from time to time. We also have attained the services of an independent 3rd party to overlook list management and removal services. This is NOT unsolicited email. If you do not wish to receive further mailings, please <A HREF="http://gre%65nzer.com/remove.php" GgBiDlhpt>click here</A> to be removed from the list. Please accept our apologies if you have been sent this email in error. We honor all removal requests
</CENTER>
CPoj5M7qfjSeNAqkc876RnU82Ks17h843XWRr

--go6BmdIh6l2---Minemindfxxyfrng=--


From eopl-teachers-request Thu Oct  3 04:58:17 2002
Return-Path: <eopl-teachers-request>
Received: from amazon.com ([61.177.35.155])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id g939w6N03676
	for <eopl-teachers@cs.indiana.edu>; Thu, 3 Oct 2002 04:58:12 -0500 (EST)
Date: Thu, 3 Oct 2002 04:58:12 -0500 (EST)
Message-Id: <200210030958.g939w6N03676@moose.cs.indiana.edu>
From: DJ <DJ@wyz.com>
To: eopl-teachers <eopl-teachers@cs.indiana.edu>
Subject: [SPAM:# 58%] Ò»¸ö¸Ä±äÈËÉúµÄ»ú»á
X-Priority: 3
X-MSMail-Priority: Normal
Reply-To: DJ <DJ@wyz.com>
mime-version: 1.0
content-type: multipart/mixed;
	boundary="qzsoft_directmail_seperator"
X-Perlmx-Spam: Gauge=XXXXXIIIIIIII, Probability=58%, Report=BASE64_ENC_TEXT, DATE_MISSING, SUBJ_FULL_OF_8BITS, SUPERLONG_LINE, TO_LOCALPART_EQ_REAL

--qzsoft_directmail_seperator
Content-Type: text/plain;
	charset="gb2312"
Content-Transfer-Encoding: base64

0rLQ7cTjtNOyu8/g0MXN+MnPxNzXrLW9x66jrNKy0O3E49T4s6LK1Ln9tavX7tbV0tTKp7Dctvi4
5tbVo6zS8s6qztLU+NPrxOPSu9H5o6zIz86q1eLQqba8ysfGrcjLtcSw0c+3oaO1q7+0wcvPwsPm
ztK1xMzlu+GjrNKy0O3E47vhuMSx5L+0t6jBy6GjCgq1q9K7uPbFvMi7tcS7+rvho6zT0MjLvenJ
3M7Stb21273c1NrP38nMs8e/tL+0o6y/ydLUwvK1vdfuwffQ0LXE1f2w5tOwxqyhorXnytO+56Gi
Q0Szqsasus3Tzs+3o6y2+MfSvNu48bXNwa6jrLK7ytXUy7fRoaPO0r+0wcvS1Lrzo6y3os/Wtdu9
3NTaz9/JzLPHysfSu7j2u+HUsdbGtcTJzLPHo6y2+MfSu7m/ybvxtcPXrMeutcS7+rvhoaPO0tDE
z+u3tNX9tqvO97Hj0sujrNX9ysfO0s/r0qrC8rXEo6zXrLK716zHrs7ey/nOvaOsvs3K1MrUsMmh
owoKvNPI67vh1LG686OsytW1vcHLu+HUsbT6wO3Vy7rFtcTD3MLro6zXorLhs8nOqsHLycyzx7XE
tPrA7aGjztK4+b7dIlNPSE+zybmmytay4bXn19Ow5iLA78PmtcS3vbeoo6y7qMHLwb3Qocqxo6zT
w8jtvP7V0rW9wcs1zfK49tPKvP612Na3o6zIureiwcvSu7TO08q8/iixp9fFytTK1L+0tcTQxMDt
o6zDu9PQtuC3oqOstb2117u5ysfT0LXj0MTM28nPzfi30bXEKaGjw7vP67W9o6yyu7W90ru49tTC
o6y+zcrVtb3JzLPHtNPTyr7Wu+PAtLXEODIw1KqjobrzwLSyxdaqtcDJzLPHw7+w67j21MK4ttK7
tM6/7qGj1eLSssrHztK24MTqwLS00834yc/XrLW9tcS12tK7scrK1cjro6zL5Mi7sru24KOstau0
07K7z+DQxbXEztLT0MHL0MXQxKOsuPy808WswabBy6Ostdq2/rj21MLK1bW9wcsyNzgw1KqjrLHI
uaTXyru5tuCjobHPvrnV4tCpysfO0tTauaTX99au0+DN7cnPt6K3otPKvP6jrMO7t9HKssO0vqvB
pr7NtcO1vbXE07Sjocilv7S/tMbky/vIy7XEzOW74SBodHRwOi8vd3d3LmRpcnNob3AuY29tL21h
bGwvaW5kZXgucGhwP3VzZXI9cWp3eG1xc22hobXbvdzJzLPHv8m/v9autKbU2tPa09C688youdzA
7bPM0PKjrMTjv8nS1Mfl5MC12L+0tb224MnZyMu3w87Ko6zT0LbgydnIy8/CtaWjrLbgydnIy8/r
wvKjrLbgydnIy8LywcujrMTjtNPW0LXDtb224MnZo6y3x7Ojx+Wz/qOhvvi21LjjsrvBy8bbxq3K
1rbOo6zV4tX9ysfL/LbAzNjWrrSmoaPP1tTaztLL5Mi7w7vT0L34yOvK1cjrs6y5/TMwMDDUqrXE
MzQxyMvP6s+4w/u1paOsKLXju/ey7L+0z+rPuMP7taUgKdPQusO24LOsuf3N8tSq0tTJz7XEvNK7
76Os1ebKx8/bxL2ho7WrztLP4NDF1eK49tTCztK/z7aozbvGxjUwMDC087nYo6HO0tKquPy808Ws
waajoQoKu6i8uLfW1tPIpcnMs8e/tL+0o6zSstDtxOO74bjEseS21M34yc/XrMeutcS/tLeoo6zN
rMqxu/G1w9K7uPa4xLHkxOPIy8n6tcS7+rvhoaPE48/rs8nOqrWxvfHX7sH30NC1xFNPSE/Su9fl
wvCjv9TC16zN8tSq0tTJz8Tj09DQy8ikwvCjv7zTyOu74dSxuvOjrL2rw+K30bXDtb0iU09IT7PJ
uabK1rLhIqOsy/y9q9a4tbzE+sfhy8nXrMeuo6zE+tKq1/a1xNa7ysewtNXVyc/D5su1tcTX9qOs
s8m5ps3Zyta/ybXDoaPP1tTavs2/qsq8sMktLT4+x+u148/Cw+a1xM341rejumh0dHA6Ly93d3cu
ZGlyc2hvcC5jb20vbWFsbC9pbmRleC5waHA/dXNlcj1xand4bXFzbQoKIAoKIAoKCgo=

--qzsoft_directmail_seperator--


From eopl-teachers-request Fri Oct  4 01:51:32 2002
Return-Path: <eopl-teachers-request>
Received: from hostweb3 ([200.56.232.115])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g946pRF15981;
	Fri, 4 Oct 2002 01:51:27 -0500 (EST)
Received: from dell.oaa.org.ar [212.68.220.180] by hostweb3
  (SMTPD32-7.12) id A2F1B102E4; Mon, 30 Sep 2002 02:53:21 -0500
Message-ID: <00001492276e$000023d2$00002507@dell.oaa.org.ar>
To: <f.hollows@oak.cc.kcl.ac.uk>
From: "Service Center" <f.hollows@oak.cc.kcl.ac.uk>
Subject: [SPAM:#### 89%] Free, 100% Confidential Help.  No Loans Required!
Date: Sun, 29 Sep 2002 13:14:14 -1900
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Perlmx-Spam: Gauge=XXXXXXXXIIIIIIIII, Probability=89%, Report=CLICK_BELOW, CLICK_HERE_LINK, CTYPE_JUST_HTML, FROM_AND_TO_SAME, INVALID_DATE_TZ_ABSURD, NO_OBLIGATION, PLING, RCVD_IN_BL_SPAMCOP_NET, SMTPD_IN_RCVD

<html>
"2" cellspacing=3D"0">
"#ffffff" border=3D"0" width=3D"470" cellpadding=3D"5" cellspacing=3D"0">
    <tr>
"arial" size=3D"4" color=3D"#FCFCAF"><b>Reduce Your Debt & Eliminate All I=
nterest and Fees!</b></font></td>
ter">
al" size=3D"4" color=3D"#0000ff">Click Here Now to Reduce Your Debt up to =
60%</font></a></b></font></td>
">
our Free, No Obligation Debt Consultation<br>is only a Click away!</B></fo=
nt></td>
rial" size=3D"2" color=3D"#5A106C">
:</b> Your consultation is strictly private!</font></td>
>
#5A106C">
faster!</font></td>
t face=3D"arial" size=3D"2" color=3D"#5A106C">
ate Fees:</b> Get rid of those annoying Over-Limit and Late Fees</font></t=
d>
size=3D"2" color=3D"#5A106C">
red</i></font></td>
r>
 size=3D"5" color=3D"#0000ff"><b>Restore Your Credit Rating</font></a></b>
      <br><font face=3D"arial" size=3D"2" color=3D"#000000"><i>End credito=
r harrassment and leave the hassle behind!</i></font></td>
tr>
al" size=3D"3" color=3D"#FCFCAF"><b>You can be Debt-Free in 24 Months or L=
ess!</b></font></td>
r>



From eopl-teachers-request Sat Oct  5 11:52:30 2002
Return-Path: <eopl-teachers-request>
Received: from blueyonder.co.uk (pcow028o.blueyonder.co.uk [195.188.53.124])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g95GqSC26423
	for <eopl-teachers@cs.indiana.edu>; Sat, 5 Oct 2002 11:52:28 -0500 (EST)
Received: from 80.193.228.26 ([80.193.228.26]) by blueyonder.co.uk  with Microsoft SMTPSVC(5.5.1877.757.75);
	 Sat, 5 Oct 2002 17:47:59 +0100
Reply-To: boutwellbussbmdig6l2f@yahoo.com
Date: Sat, 5 Oct 2002 12:54:30 -0400
From: "Ayre Wrobel" <AyreWrobel@netscape.com>
To: "Owen Footer" <Franco@email.com>
Subject: [SPAM:##### 96%] Get Viagra in the convenience of your home (WtO1USc6S)
X-Originating-Ip: [067.3.7.65]
X-Accept-Language: en
X-Sender: "Ayre Wrobel" <AyreWrobel@netscape.com>
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2500.0000
Importance: Normal
X-Comment: PXc3VM6PdUo5j3M4580R8n
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="2t111ASYC8ao0f5e8lv67Q1P65r---MinemindfxxyfwB617OgBAUv6yCkO8iY="
Content-Transfer-Encoding: 7bit
Message-ID: <0ae2059471605a2PCOW028M@blueyonder.co.uk>
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIII, Probability=96%, Report=BILL_1618, CLICK_BELOW, CLICK_HERE_LINK, DIFFERENT_REPLY_TO, EXCUSE_10, EXCUSE_13, EXCUSE_14, FREQ_SPAM_PHRASE, HR_3113, HTTP_ESCAPED_HOST, NO_COST, OPT_IN, REMOVE_PAGE, SUPERLONG_LINE, VIAGRA, X_ACCEPT_LANG

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

<CENTER>
<table border=2 cellspacing=0 cellpadding=3 width=500 bordercolor=#003584 bgcolor=C4DBFF>
<TR>
<TD ALIGN=CENTER VALIGN=middle>
<A HREF="http://get-magicmeds.com/main2.php?rx=18028" style="FONT-SIZE: 22px; TEXT-DECORATION: none; COLOR: #004971; FONT-FAMILY: Arial, Verdana, Helvetica;">
<B> Increase Your Sexual Performance Right Now! </B></A><BR>
<FONT style="FONT-SIZE: 14px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Arial, Verdana, Helvetica;"> 
<I>Take control of your sex life, Order Viagra Online Now!</I><BR><BR>
The drug Viagra is a revolutionary way to treat impotence and enhance any man's sex life.
<BR><BR><A HREF="http://get-magicme%64s.com/main2.php?rx=18028" style="FONT-SIZE: 20px; TEXT-DECORATION: underline; COLOR: 002255; FONT-FAMILY: Arial, Verdana, Helvetica;"><U><B>To order online click here</B></U></A><BR><BR>
<table border=0 cellspacing=3 cellpadding=2 width=490>
<TR>
<TD ALIGN=CENTER VALIGN=middle WIDTH=30%>
<FONT style="FONT-SIZE: 14px; TEXT-DECORATION: none; COLOR: FF040B; FONT-FAMILY: Arial, Verdana, Helvetica;"> 
<I>Viagra is used by millions of men it the US everyday. If you feel that your erection could be better, try Viagra. All orders shipped discreetly via FedEx<BR></I>
</TD>
<TD ALIGN=LEFT VALIGN=middle WIDTH=70%>
<FONT style="FONT-SIZE: 16px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Arial, Verdana, Helvetica;"> 
The d&#114ug <B>Viagra</B> is a revolutionary way to treat impotence and enhance any man's sex life.<BR><BR>It is  a <U>Safe</U> and <U>Effective</U> way to increase a man's libido and has proven to be the most successful treatment for impotence.<BR><BR>No need to go through embarrassing, stressful situations anymore, you can now get Viagra from the comfort of your home!<BR><BR>
</TD>
</TR>
<TR>
<TD ALIGN=LEFT VALIGN=middle WIDTH=100% COLSPAN=2>
<FONT style="FONT-SIZE: 17px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Verdana, Helvetica;"> 
<B>Some Things to think about...</B><BR><BR>
<FONT style="FONT-SIZE: 15px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Verdana, Helvetica;"> 
<B>1)</B> You will not get an erection without sexual stimulation - no need to be embarrassed like when you use other sexual stimulants. You will only gain an erection when you are sexually stimulated.<BR><BR>
<B>2)</B> More men use and trust Viagra as a treatment for sexual dysfunction than other sexual stimulation aids. Viagra is a safe sexual treatment that is proven because of the wide use and acceptance by the general public.<BR><BR>
<B>3)</B> When you use Viagra you are able to gain an erection through your partners sexual stimulation - all of your sexual acts, feelings and your love making is the result of your chemistry. <BR><BR>
<CENTER>
<FONT style="FONT-SIZE: 20px; TEXT-DECORATION: none; COLOR: #3C4355; FONT-FAMILY: Arial, Verdana, Helvetica;">
<B>This is the easiest and most discreet way to <BR>end impotence</B><BR><BR>
<A HREF="http://get-magic%6Deds.com/main2.php?rx=18028" style="FONT-SIZE: 20px; TEXT-DECORATION: underline; COLOR: 002255; FONT-FAMILY: Arial, Verdana, Helvetica;"><U><B>To order online click here</B></U></A><BR><BR>
<FONT style="FONT-SIZE: 17px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Verdana, Helvetica;"> 
It's worked for so many don't waste any more time get started by fo&#108lowing the link on this page!
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<FONT style="FONT-SIZE: 10px; TEXT-DECORATION: none; COLOR: GRAY; FONT-FAMILY: Arial, Verdana, Helvetica;">
This email was sent to you because your email is part of a targeted opt-in list. If you do not wish to receive further mailings from this offer, please click below and enter your email to remove your email from future offers.
Anti-SPAM Policy Disclaimer: Under Bill s.1618 Title III passed by the 105th U. S. Congress, mail cannot be considered spam as long as we include contact information and a remove link for removal from this mailing list. If this e-mail is unsolicited, please accept our apologies. Per the proposed H.R. 3113 Unsolicited Commercial Electronic Mail Act of 2000, further transmissions to you by the sender may be stopped at NO COST to you 
Do Not Reply To &#84his Message To Be Removed.
Easy Remove and contact: <A HREF="http://gree%6Ezer.com/remove.php">click here</A>
</CENTER>
YDsW406K1WwR6N7xgk6fVBYlKx8sSuV824b2viy4l8X6a7dAOS0N83AT4g

--2t111ASYC8ao0f5e8lv67Q1P65r---MinemindfxxyfwB617OgBAUv6yCkO8iY=--


From eopl-teachers-request Thu Oct 10 03:50:29 2002
Return-Path: <eopl-teachers-request>
Received: from pdc_planin.planin.com (200-207-128-138.dsl.telesp.net.br [200.207.128.138])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g9A8oIY04395;
	Thu, 10 Oct 2002 03:50:19 -0500 (EST)
Received: from mail.CBS.SPB.RU (10.1.1.1 [10.1.1.1]) by pdc_planin.planin.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
	id 4QRCB6SJ; Thu, 10 Oct 2002 05:49:09 -0300
Message-ID: <000029fb7d03$00003c59$000060f6@mail.CBS.SPB.RU>
To: <cgarnett@CCMA.org.za>
From: "Customer Support Group" <cgarnett@CCMA.org.za>
Subject: [SPAM:##### 99%] How The Government Can Guarantee Your Investment
Date: Thu, 10 Oct 2002 01:50:31 -1900
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIIIIII, Probability=99%, Report=BIG_FONT, CLICK_BELOW, CTYPE_JUST_HTML, EXCUSE_3, FORM_W_MAILTO_ACTION, FREE_CONSULTATION, FROM_AND_TO_SAME, GUARANTEE, INVALID_DATE_TZ_ABSURD, IUCS_NIGERIAN_SCAM, MAILTO_LINK, MAILTO_TO_REMOVE, MAILTO_WITH_SUBJ, MAILTO_WITH_SUBJ_REMOVE, NO_OBLIGATION, SUBJ_REMOVE

<html>
<head>
  <title>Government Secured
  </title>
</head>
<body><font face=3DTimes, New Roman>
<p>
<center>
<table width=3D600 border=3D0>
  <tbody>
  <tr>
    <td align=3D"middle"><b><font color=3D#003300 size=3D6>Government</fon=
t>
  <font color=3D#ff0000 size=3D6> "Secured"</font><font color=3D#003300 si=
ze=3D6>
  Tax Certificates</B></font><br>
  <font color=3D#ff0000 size=3D5><b>PAY YOU </font></b><font color=3D#0033=
00 size=3D5><b>Between</font>
  <font color=3D#ff0000 size=3D5>15%-300%</font></b>
  <font color=3D#003300 size=3D5><B><U>GUARANTEED!</U>
  </b></font></center></table></tbody></tr></td>
<P>
<CENTER>
<TABLE width=3D530 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D#000000 size=3D4><B>Receive your</fon=
t><FONT color=3D#ff0000 size=3D4>
  FREE</font></b><FONT color=3D#000000 size=3D4><b> copy of <FONT color=3D=
#ff0000 size=3D4>"INSIDER SECRETS TO INVESTING
  IN SECURED GOVERNMENT TAX CERTIFICATES."</FONT><br> 
  (A $39.95 Value)</FONT></B></TBODY><TR></TABLE>
<p>
<table width=3D375 border=3D0>
  <tbody>
  <tr>
    <td align=3Dleft><font size=3D3><b>     
<LI>Remove Yourself From The Crisis World
<LI>Receive Flexible Options For Your Money
<LI>Provide Yourself With Safe Investment Tools 
<LI>Get Away From The Market Fluctuations
<LI>Get a Collateralized Investment Opportunity
<LI>Get a Guaranteed Rate of Return
   </table></tbody></tr></td></font></li>
<p>
<table width=3D400 border=3D0>
  <tbody>
  <tr>
    <td align=3Dmiddle><FONT color=3D003300 size=3D4><b><U>GUARANTEED INTE=
REST RATE EXAMPLES:</font></U></b><br>
    <FONT color=3D003300 size=3D2>(Business and investment opportunity in =
all 50 states)
    </table></tbody></tr></td></font>
<p>
<table width=3D500 border=3D0>
  <tbody>
  <tr>
    <td align=3Dleft><font size=3D3>     
<li><b>Michigan:  15-50% </b><i>Michigan Compiled Laws...Section 211.73c</=
i>
<li><b>Georgia:  20-40% </b><i>Ref. Official Code of Georgia, Section OCGA=
 48-4-42</i>
<li><b>Iowa:  24% </b><i>Ref. Iowa Code Annotated. Sections 447.1 & 447-9<=
/i>
<li><b>Illinois:  18-48% </b><i>Illinois Compiled Statutes.  Section 35ILC=
S 200/21-260</i><br><center>
<FONT color=3D003300 size=3D2><b><i>Interest rates are set into law, and c=
an only be changed by an act of legislation.</center></b></i>
   </table></tbody></tr></td></font></li>
<p>
<table width=3D350 border=3D0>
  <tbody>
  <tr>
    <td align=3Dmiddle><FONT color=3D003300 size=3D5><i><b>What Can I Make=
?
    </table></tbody></tr></td></font></u></b>
<p>
<table width=3D450 border=3D0>
  <tbody>
  <tr>
    <td align=3D"left"><font color=3D#000000 size=3D3>The average 
   interest one makes on back taxes is between 15%-50% guaranteed by the
   government, and this is the low end.  Some of our clients are making an=
 incredible 30
   to 50 times their money on a high end.  The banks have been doing this =
for
   over 100 years.  Our company has developed a program that allows you, t=
he investor, to
   capitalize on these proven techniques and strategies.
   Please review the chart below to see what our program can do for you wh=
en
   taking advantage of this exciting opportunity!</font></tbody><tr></tabl=
e></b>
<p>
   <font size=3D2>*(The numbers used below are real examples. Individual <=
br>situations will vary.  
   Affidavits are on file)</font>
<table BORDER=3D"4" cellpadding=3D"5" cellspacing=3D"2" >   
<tr bgcolor=3D#FFFF99><th><i>State</i></th><th><i>Amount Paid</i></th><th>=
<i>Sold For</i></th><th><i>Profit</i></th></tr></font> 
<tr bgcolor=3D#CCCCCC><td>Kansas</td><td>$21,000.00</td></font><td>$170,00=
0.00</td><td><b>$149,000.00</b></td></tr> 
<tr bgcolor=3D#CCCCCC><td>Michigan</td><td>$422.43</td><td>$64928.08</td><=
td><b>$64,505.35</b></td></tr> 
<tr bgcolor=3D#CCCCCC><td>Oklahoma</td><td>$300.00</td><td>$20,000.00</td>=
<td><b>$19,700.00</b></td></TR> 
<tr bgcolor=3D#CCCCCC><td>Florida</td><td>$24,000</td><td>$63,900.00</td><=
td><b>$33,900.00</b></td></TR> 
</table> 
<p align=3D"center">
<table width=3D490 border=3D0>
  <tbody>
  <tr>
    <td align=3D"center"><font color=3D#ff0000><b>We are dedicated to prov=
iding our clients with the 
    most comprehensive education/information on investing in government Ta=
x Certificates, with the 
   highest standards of accuracy, credibility, and integrity.  
    Opportunies are limited and closing fast due to recent economic condit=
ions.
    </table></tbody></tr></td></font></b></P>
<p align=3D"center">
<table width=3D350 border=3D0>
  <tbody>
  <tr>
    <td align=3D"center"><b>Fill out the <i>no obligation</i> form below f=
or a free consultation with one of our advisors.
    </table></tbody></tr></td></font></b></P>
<P>
<TABLE width=3D400 border=3D0>
  <TBODY>
  <TR>
    <TD align=3D"center"><FONT color=3D#003300 size=3D2><B>Required Input =
Field</B><FONT color=3D#ff0000 
    size=3D2>*</FONT></P></TD></TR></TBODY></TABLE>
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D6=
00 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3D"middle">
      <FORM action=3Dmailto:gov.invest@virtual-biz.net?subject=3DInvestmen=
t_Inquiry 
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Name</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>State</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DState></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Day Phone</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DDay Phone></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Night Phone</FONT></TD>
          <TD><INPUT name=3DNight Phone></TD></TR>
	<TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Best time to contact</FONT></TD>
          <TD width=3D"56%"><FONT color=3D#000000><SELECT size=3D1 name=3D=
Best time to contact> 
              <OPTION selected></OPTION> <OPTION 
              value=3DMorning>Morning</OPTION> <OPTION value=3DAfternoon>A=
fternoon</OPTION> 
              <OPTION value=3DEvening>Evening</OPTION>
              </SELECT></FONT></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>E-mail Address</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DE-mail Address></TD></TR>
        <TR>
          <TD width=3D"50%">
          <DIV align=3D"right"><font face=3D"Times, New Roman" 
            color=3D#000000 size=3D2>Objective</FONT></DIV></TD>
          <TD width=3D"56%"><FONT color=3D#000000><SELECT size=3D1 name=3D=
Objective> 
              <OPTION selected></OPTION> <OPTION 
              value=3DSecured_Investments>Secured Investments</OPTION> <OP=
TION value=3DBusiness_Opp>Business Opp</OPTION> 
              <OPTION value=3DNew_Career>New Career</OPTION><OPTION value=3D=
All_of_the_Above>All of the Above</OPTION>
              </SELECT></FONT></TD></TR></tbody></table>
      <P><INPUT type=3Dsubmit value=3D"Submit Information" name=3Dsubmit>
    </FORM></P></TD></TR></TBODY></TABLE>
<br><br>
<p>
<TABLE width=3D400 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D000000 size=3D2><B>All information gi=
ven herein 
            is strictly confidential and will not be re-distributed for an=
y reason other 
            than for the specific use intended.</b><br>
      To be removed from our distribution lists, please  
      <A href=3D"mailto:delete4_8@yahoo.com?subject=3DRemove_Investment">C=
lick 
      here</A></FONT>.</FONT></TD></TR></TBODY></TABLE></P></CENTER>
</BODY></HTML>




From eopl-teachers-request Tue Oct 15 07:36:36 2002
Return-Path: <eopl-teachers-request>
Received: from relay7.kornet.net ([211.48.62.167])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g9FCaWJ15392
	for <eopl-teachers@cs.indiana.edu>; Tue, 15 Oct 2002 07:36:32 -0500 (EST)
Received: from [61.74.65.98] (61.74.65.98) by relay7.kornet.net; 15 Oct 2002 21:36:24 +0900
Message-ID: <3dac0bc93dafcb28@relay7.kornet.net> (added by relay7.kornet.net)
Date: Tue, 8 Oct 2002 18:37:40 -0400
From: "Nicholas Swartzel" <NicholasSwartzel@hotmail.com>
Subject: [SPAM:#### 86%] Fulfill your needs (G3)
Reply-To: jaleesakristani178h60o2@yahoo.com
To: "Sikander Garfield" <Baldenegro@netscape.net>
X-Originating-Ip: [26.06.091.59]
X-Accept-Language: en
X-Comment: 04JKgSfIG27GLo3Er1ACQ
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="jt6SIBHQ5ow57Ws4sk33Y6X21gN2---MinemindfxxyfPCTnF8ytTPW03Mv28j04="
Content-Transfer-Encoding: 7bit
X-Perlmx-Spam: Gauge=XXXXXXXXIIIIII, Probability=86%, Report=CLICK_BELOW, CLICK_HERE_LINK, FORGED_HOTMAIL_RCVD, FREQ_SPAM_PHRASE, HTTP_ESCAPED_HOST, INVALID_MSGID, MSG_ID_ADDED_BY_MTA, ONE_HUNDRED_PC_FREE, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_OSIRUSOFT_COM, RCVD_IN_RFCI, TO_UNSUB_REPLY, X_ACCEPT_LANG

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

<CENTER>
<table border=1 cellspacing=0 cellpadding=5 width=500 bordercolor=#202F51 bgcolor=#F7F7F7>
<TR><TD ALIGN=CENTER VALIGN=middle>
<A HREF="http://secure-mall.ne%74/smort/5/" style="FONT-SIZE: 16px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Arial, Verdana;">
<B>:::&nbsp;&nbsp;&nbsp;<FONT COLOR=RED>Free</FONT> <FONT COLOR=5555BF>Mortgage Loan Quote!</FONT>&nbsp;&nbsp;&nbsp;:::</A></B>
</TD></TR><TR><TD ALIGN=LEFT VALIGN=middle><CENTER>
<FONT style="FONT-SIZE: 14px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Arial, Verdana;">
Already found a home or just need to get pre-qualified to buy one? You may be able to qualify for mo&#114e than you ever thought possible! Here is the best part its completely <FONT COLOR=RED><B>FREE</B></FONT><BR><BR>
<A HREF="http://secure-mal%6C.net/smort/5/" style="FONT-SIZE: 15px; TEXT-DECORATION: underline; COLOR: 5555BF; FONT-FAMILY: Helvetica, Arial, Verdana;"><B> &#62&#62 Click Here to Get Started! &#60&#60 </B></A><BR><BR>
We offer you <B>great rates and flexible options</B> that meet your needs, no matter who you are!<BR><BR>
Whether you are purchasing your first home, moving your mortgage, re-financing, or just looking for a pre-approval, <B>we can help you save your money</B><BR><BR>
<FONT style="FONT-SIZE: 16px; TEXT-DECORATION: none; COLOR: RED; FONT-FAMILY: Helvetica, Arial, Verdana;">
<B>Getting Approved Has Never Been Easier!</B><BR><BR>
<A HREF="http://secure-m%61ll.net/smort/5/" style="FONT-SIZE: 15px; TEXT-DECORATION: underline; COLOR: 5555BF; FONT-FAMILY: Helvetica, Arial, Verdana;"><B> &#62&#62 Click Here to Get Your Free Quote! &#60&#60 </B></A><BR><BR>
<FONT style="FONT-SIZE: 14px; TEXT-DECORATION: none; COLOR: BLACK; FONT-FAMILY: Helvetica, Arial, Verdana;">
This is your chance to receive the cash you need simplyby filling out our short questio&#110naire! It worked for thousands and now it can work for you!<BR><BR>
</TD></TR></TABLE>
<FONT style="FONT-SIZE: 10px; TEXT-DECORATION: none; COLOR: GRAY; FONT-FAMILY: Arial, Verdana, Helvetica;">
To unsubscribe please reply to this email&#10</CENTER>
jt6SIBHQ5ow57Ws4sk33Y6X21gN2lNk1Ku0053P8vQF8v1TuBLq6202qnHVnm

--jt6SIBHQ5ow57Ws4sk33Y6X21gN2---MinemindfxxyfPCTnF8ytTPW03Mv28j04=--


From eopl-teachers-request Tue Oct 15 14:54:46 2002
Return-Path: <eopl-teachers-request>
Received: from gnome03.net.rol.ru (gnome03.net.rol.ru [194.67.1.184])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g9FJshJ11249;
	Tue, 15 Oct 2002 14:54:43 -0500 (EST)
Received: from ts27-b8.Moscow.dial.rol.ru ([212.46.245.8]:24331 "HELO QRJATYDI"
	ident: "NO-IDENT-SERVICE[2]" whoson: "-unregistered-" smtp-auth: <none>
	TLS-CIPHER: <none> TLS-PEER: <none>) by gnome03.net.rol.ru with SMTP
	id <S6169905AbSJOTyj>; Tue, 15 Oct 2002 23:54:39 +0400
From: <osr-agent@yandex.ru>
To: User@online.ru
Subject: [SPAM:## 62%] Âíèìàíèå!
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Mega-Mailer
Date: 	Tue, 15 Oct 2002 23:51:49 +0300
Mime-Version: 1.0
Content-Type: text/plain; charset="windows-1251"
Message-Id: <20021015195440Z6169905-17180+13239@gnome03.net.rol.ru>
X-Perlmx-Spam: Gauge=XXXXXXII, Probability=62%, Report=NO_REAL_NAME, PLING, REMOVE_IN_QUOTES, SUBJ_FULL_OF_8BITS, SUPERLONG_LINE


Ïåðñîíàëüíàÿ ñòðàíèöà ñòðàõîâîãî êîíñóëüòàíòà ÎÎÎ "ÎÑÐ"

http://osr-agent.nm.ru

Ñòðàõîâîé êîñóëüòàíò ïîìîæåò Âàì âûãîäíî îôîðìèòü, ñ áîëüøèìè ñêèäêàìè âñå âèäû ñòðàõîâûõ óñëóã: 

1) Àâòîñòðàõîâàíèå:
    ñòðàõîâàíèå ãðàæäàíñêîé îòâåòñòâåííîñòè âëàäåëüöåâ àâòîòðàíñïîðòíûõ ñðåäñòâ
    êîìáèíèðîâàííîå ñòðàõîâàíèå ñðåäñòâ íàçåìíîãî òðàíñïîðòà (óãîí, óùåðá)

2) Ëè÷íîå ñòðàõîâàíèå:
    ñòðàõîâàíèå æèçíè ñ âûïëàòîé ñòðàõîâîé ðåíòû
    ñòðàõîâàíèå îò íåñ÷àñòíûõ ñëó÷àåâ è áîëåçíåé
    äîáðîâîëüíîå ìåäèöèíñêîå ñòðàõîâàíèå 


3) Èìóùåñòâåííîå ñòðàõîâàíèå: 
   Ñòðàõîâàíèå èìóùåñòâà þðèäè÷åñêèõ ëèö
   Ñòðàõîâàíèå èìóùåñòâà ôèçè÷åñêèõ ëèö
   Ñòðàõîâàíèå íàçåìíîãî òðàíñïîðòà
   Ñòðàõîâàíèå ãðóçîâ
   Ñòðàõîâàíèå ñòðîèòåëüíî-ìîíòàæíûõ ðèñêîâ
   Ñòðàõîâàíèå íåèñïîëíåíèÿ äîãîâîðíûõ îáÿçàòåëüñòâ

4) Ñòðàõîâàíèå îòâåòñòâåííîñòè:
   ÎÒÂÅÒÑÒÂÅÍÍÎÑÒÈ
   Ñòðàõîâàíèå àâòîãðàæäàíñêîé îòâåòñòâåííîñòè
   Ñòðàõîâàíèå îòâåòñòâåííîñòè òîâàðîïðîèçâîäèòåëåé, ïðîäàâöîâ è èñïîëíèòåëåé
   Ñòðàõîâàíèå îòâåòñòâåííîñòè ïðåäïðèÿòèé - èñòî÷íèêîâ ïîâûøåííîé îïàñíîñòè
  
5) Ïðåñòðàõîâàíèå




Äàííàÿ ðàññûëêà ïðîèçâåäåíà â ñîîòâåòñòâèè ñ ÷.4 ñò.29 Êîíñòèòóöèè ÐÔ. Âàø ýëåêòðîííûé àäðåñ ïîëó÷åí èç îòêðûòûõ èñòî÷íèêîâ (äîñêà îáúÿâëåíèé) è èñïîëüçóåòñÿ äëÿ åäèíè÷íîé äîñòàâêè ñîîáùåíèÿ. Â ñëó÷àå íåæåëàíèÿ ïîëó÷àòü êîììåð÷åñêèå ïðåäëîæåíèÿ, îòâåòüòå íà ýòî ïèñüìî ñ ïîìåòêîé â Òåìå "REMOVE". Âàø e-mail áóäåò óäàëåí èç áàçû.



From eopl-teachers-request Tue Oct 15 22:43:26 2002
Return-Path: <eopl-teachers-request>
Received: from smtp.koandina.com (host090144.metrored.net.ar [200.49.90.144])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g9G3hOJ21875
	for <eopl-teachers@cs.indiana.edu>; Tue, 15 Oct 2002 22:43:24 -0500 (EST)
Received: from mail.zapo.net ([67.234.73.43])
          by mail.koandina.com (Lotus Domino Release 5.0.8)
          with SMTP id 2002101515381183:3013 ;
          Tue, 15 Oct 2002 15:38:11 -0400 
Message-ID: <0000102e79e5$0000415a$0000650f@mail.zapo.net>
To: <Non.Insured.member>
From: "Term Quotes Life Insurance Companies of America" <Iqouteweb4@zapo.net>
Subject: [SPAM:##### 99%] Your Life Insurance CO does NOT WANT you to know this..
Date: Tue, 15 Oct 2002 13:47:29 -1700
MIME-Version: 1.0
Reply-To: Iqouteweb4@zapo.net
X-Priority: 5 (Low)
X-MSMail-Priority: Low
MIME-Version: 1.0
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300
X-MIMETrack: Itemize by SMTP Server on easasclm03/EASA/CL(Release 5.0.8 |June 18, 2001) at
 10/15/2002 03:38:21 PM,
	Serialize by Router on EASASCLM04/EASA/CL(Release 5.0.8 |June 18, 2001) at
 10/16/2002 12:39:47 AM,
	Serialize complete at 10/16/2002 12:39:47 AM
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset="iso-8859-1"
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIIIIII, Probability=99%, Report=BIG_FONT, CLICK_BELOW, CLICK_HERE_LINK, CTYPE_JUST_HTML, DIRECT_EMAIL, FORM_W_MAILTO_ACTION, HTML_WITH_BGCOLOR, INVALID_DATE_TZ_ABSURD, MAILTO_LINK, MAILTO_WITH_SUBJ, NO_OBLIGATION, PORN_10, PORN_14, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_OSIRUSOFT_COM, SEE_FOR_YOURSELF, TO_MALFORMED, US_DOLLARS_3

<HTML><BODY text=3D#ffffff vLink=3D#FFCC99 link=3D#FFCC99 bgColor=3D#000000=
><FORM action=3D"mailto:carator3@eudoramail.com?subject=3D Insurance Quote=
 Request" method=3DPOST encType=3Dtext/plain><TABLE cellSpacing=3D0 cellPa=
dding=3D0 width=3D592 border=3D0><TBODY><TR><TD vAlign=3Dbottom width=3D59=
2><P><p align=3Dleft>
  <img border=3D0 src=3Dhttp://home1.gte.net/web23ypy/head2.jpg width=3D"6=
00" height=3D"130"></p></TD></TR><TR><TD width=3D592 bgcolor=3D#C0C0C0><P>=
<CENTER>&nbsp;</CENTER><P></P><P><CENTER><TABLE cellSpacing=3D2 cellPaddin=
g=3D10 width=3D480 border=3D0><TBODY><TR><TD bgcolor=3D#FFFFFF><CENTER><p>=
<FONT face=3DCentury color=3D#000000 style=3D"font-size: 16pt">S</FONT><FO=
NT face=3DArial size=3D2 color=3D#000000>ince 1996, term life insurance ra=
tes have been </FONT><FONT face=3DArial color=3D#000000><u><font size=3D2>=
reduced</font></u><font size=3D2> by as much as <b>70%</b> </font><b><i><f=
ont size=3D2>!</font></i></b></FONT></p><p><b><FONT face=3DArial color=3D#=
3366FF>40 year old male - $250,000 - 10 year level term<BR> <u>As low as $=
10.45 per month</u> <i>!</i></FONT></b></p></CENTER><P></P><P><font color=3D=
#000000 face=3DCentury style=3D"font-size: 16pt">A</font><font color=3D#00=
0000 face=3DArial size=3D2>t TermQuotes Life Insurance Companies of Americ=
a, we will survey the top life insurance companies for you and provide you=
 with the best rates available. Compare the rates and see for yourself. Fi=
ll out this quick form below for further information.</font></P><P align=3D=
center><b><font color=3D#000000 face=3DArial size=3D2>The quote is</font><=
font color=3D#000000 face=3DArial><i> </i></font><font face=3DArial color=3D=
#3366FF><u>FREE</u></font><font color=3D#000000 face=3DArial size=3D2>. Th=
ere is </font><font face=3DArial size=3D2 color=3D#3366FF>no obligation</f=
ont><font color=3D#000000 face=3DArial size=3D2> to buy.</font></b></P><P>=
<CENTER><font color=3D#000000><FONT face=3DArial size=3D-2>Results of comp=
uter survey 08-12-02<BR></FONT><B> <FONT face=3DArial size=3D-1>Sample Ann=
ual Premiums<BR>* 10 Year Level Premium Term Rates *</FONT></B></font><BR>=
<TABLE cellSpacing=3D0 cellPadding=3D2 width=3D490 border=3D0><TBODY><TR a=
lign=3Dright><TD vAlign=3Dtop align=3Dmiddle width=3D10% bgColor=3D#3366FF=
><B><FONT face=3DARIAL>Age</FONT></B></TD><TD vAlign=3Dtop align=3Dmiddle =
width=3D20% bgColor=3D#3366FF><B><FONT face=3DARIAL>$250,000</FONT></B></T=
D><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#3366FF><B><FONT f=
ace=3DARIAL>$500,000</FONT></B></TD><TD vAlign=3Dtop align=3Dmiddle width=3D=
20% bgColor=3D#3366FF><B><FONT face=3DARIAL>$1,000,000</FONT></B></TD></TR=
><TR align=3Dright><TD vAlign=3Dtop align=3Dmiddle width=3D10% bgColor=3D#=
6699FF><b><FONT face=3DARIAL color=3D#000000>35</FONT></b></TD><TD vAlign=3D=
top align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL col=
or=3D#000000>$115</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D2=
0% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$175</FONT></b>=
</TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FON=
T face=3DARIAL color=3D#000000>$305</FONT></b></TD></TR><TR align=3Dright>=
<TD vAlign=3Dtop align=3Dmiddle width=3D10% bgColor=3D#6699FF><b><FONT fac=
e=3DARIAL color=3D#000000>45</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddl=
e width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$210=
</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#669=
9FF><b><FONT face=3DARIAL color=3D#000000>$375</FONT></b></TD><TD vAlign=3D=
top align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL col=
or=3D#000000>$670</FONT></b></TD></TR><TR align=3Dright><TD vAlign=3Dtop a=
lign=3Dmiddle width=3D10% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D=
#000000>55</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgCo=
lor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$500</FONT></b></TD><T=
D vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3D=
ARIAL color=3D#000000>$935</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle =
width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$1,370=
</FONT></b></TD></TR><TR align=3Dright><TD vAlign=3Dtop align=3Dmiddle wid=
th=3D10% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>65</FONT>=
</b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b>=
<FONT face=3DARIAL color=3D#000000>$1,305</FONT></b></TD><TD vAlign=3Dtop =
align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D=
#000000>$2,550</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% =
bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$4,920</FONT></b><=
/TD></TR><TR align=3Dright><TD vAlign=3Dtop align=3Dmiddle width=3D10% bgC=
olor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>70</FONT></b></TD><TD=
 vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3D=
ARIAL color=3D#000000>$2,265</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddl=
e width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$4,4=
80</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6=
699FF><b><FONT face=3DARIAL color=3D#000000>$7,510</FONT></b></TD></TR></T=
BODY></TABLE><BR> <font color=3D#000000><FONT face=3DArial size=3D-2>*Abov=
e rates guaranteed to remain level for 10 years<BR>Rates based on male pre=
ferred class 1 non-smoker <BR>Policies are guaranteed renewable to age 95<=
/FONT><FONT face=3DArial size=3D1><BR>Policies with 15, 20, 25, and 30 yea=
r level premiums also available.</FONT></font></CENTER><P></P><P><CENTER><=
FONT size=3D1 color=3D#000000 face=3DArial>Universal Life, Second-to-Die a=
nd Estate Planning products also provided.</FONT><p><B><FONT color=3D#9900=
00 face=3DArial>Attention All Smokers:</FONT><FONT color=3D#ff0000 face=3D=
Arial><BR></FONT> <FONT color=3D#3366FF face=3DArial>You may qualify for s=
pecial <u>reduced</u> smoker rates!</FONT></B></p></CENTER></TD></TR></TBO=
DY></TABLE></CENTER></TD></TR></TBODY></TABLE><TABLE height=3D308 cellSpac=
ing=3D0 cellPadding=3D0 width=3D600 border=3D0><TBODY><TR><TD width=3D600 =
height=3D170 bgcolor=3D#3366FF><P><CENTER><TABLE cellSpacing=3D2 cellPaddi=
ng=3D0 width=3D600 align=3Dcenter background=3D"" border=3D0><CAPTION alig=
n=3Dtop><font face=3DArial><B><FONT color=3D#000000 size=3D4>Submit This F=
orm for a </FONT><FONT size=3D4><u>Free</u></FONT><FONT color=3D#000000 si=
ze=3D4> Term Insurance Quote <i>!</i></FONT></B></font></CAPTION><TBODY><T=
R align=3Dmiddle><TD><P><CENTER><TABLE cellSpacing=3D2 cellPadding=3D0 wid=
th=3D95% border=3D0 height=3D568><TBODY><TR><TD width=3D549 height=3D23><b=
>Name Insured:</b>&nbsp; <INPUT size=3D25 name=3D"NAME " value=3D" "></TD>=
</TR><TR><TD width=3D549 height=3D23>Amount of Coverage:&nbsp;&nbsp; <SELE=
CT name=3D"COVERAGE " size=3D1> <OPTION value=3D$250,000>$250,000<OPTION v=
alue=3D$300,000>$300,000<OPTION value=3D$400,000>$400,000<OPTION value=3D$=
500,000 selected>$500,000<OPTION value=3D$600,000>$600,000<OPTION value=3D=
$700,000>$700,000<OPTION value=3D$800,000>$800,000<OPTION value=3D$900,000=
>$900,000<OPTION value=3D$1,000,000>$1,000,000</OPTION></SELECT></TD></TR>=
<TR><TD width=3D549 height=3D23>Date of Birth: Month <SELECT name=3D"MONTH=
 "> <OPTION value=3D01 selected>01<OPTION value=3D02>02<OPTION value=3D03>=
03<OPTION value=3D04>04<OPTION value=3D05>05<OPTION value=3D06>06<OPTION v=
alue=3D07>07<OPTION value=3D08>08<OPTION value=3D09>09<OPTION value=3D10>1=
0<OPTION value=3D11>11<OPTION value=3D12>12</OPTION></SELECT>&nbsp; Day <S=
ELECT name=3D"DAY "> <OPTION value=3D01 selected>01<OPTION value=3D02>02<O=
PTION value=3D03>03<OPTION value=3D04>04<OPTION value=3D05>05<OPTION value=
=3D06>06<OPTION value=3D07>07<OPTION value=3D08>08<OPTION value=3D09>09<OP=
TION value=3D10>10<OPTION value=3D11>11<OPTION value=3D12>12<OPTION value=3D=
13>13<OPTION value=3D14>14<OPTION value=3D15>15<OPTION value=3D16>16<OPTIO=
N value=3D17>17<OPTION value=3D18>18<OPTION value=3D19>19<OPTION value=3D2=
0>20<OPTION value=3D21>21<OPTION value=3D22>22<OPTION value=3D23>23<OPTION=
 value=3D24>24<OPTION value=3D25>25<OPTION value=3D26>26<OPTION value=3D27=
>27<OPTION value=3D28>28<OPTION value=3D29>29<OPTION value=3D30>30<OPTION =
value=3D31>31</OPTION></SELECT> Year <INPUT maxLength=3D4 size=3D4 value=3D=
19 name=3D"YEAR "></TD></TR><TR><TD width=3D549 height=3D21>Sex:&nbsp; Mal=
e <INPUT type=3Dradio CHECKED value=3D" male " name=3D"SEX "> Female <INPU=
T type=3Dradio value=3D" female " name=3D"SEX "></TD></TR><TR><TD width=3D=
549 height=3D23>Height:&nbsp; FT<INPUT size=3D3 name=3D"FT "> in <INPUT si=
ze=3D3 name=3D"IN "></TD></TR><TR><TD width=3D549 height=3D23>Weight:&nbsp=
; lbs.<INPUT size=3D3 name=3D"LB.  " value=3D" "></TD></TR><TR><TD width=3D=
549 height=3D26>Occupation:&nbsp; <INPUT name=3D"OCCUPATION " size=3D20 va=
lue=3D" "></TD></TR><TR><TD width=3D549 height=3D19><b><font color=3D#3366=
FF>xxx</font></b></TD></TR><TR><TD width=3D549 height=3D19><b>Have You Eve=
r Had:</b></TD></TR><TR><TD width=3D549 height=3D21>High Blood Pressure:&n=
bsp; Yes <INPUT type=3Dradio value=3D" yes " name=3D" HIGH BLOOD PRESSURE?=
 " ?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No <INPUT type=3Dradio value=3D" no " =
name=3D" HIGH BLOOD PRESSURE? " checked></TD></TR><TR><TD width=3D549 heig=
ht=3D21>Heart Attack or Stroke:&nbsp; Yes <INPUT type=3Dradio value=3D" ye=
s " name=3D"HEART ATTACK OR STROKE?  " ?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No=
 <INPUT type=3Dradio value=3D" no " name=3D"HEART ATTACK OR STROKE?  " che=
cked></TD></TR><TR><TD width=3D549 height=3D21>Cancer:&nbsp; Yes <INPUT ty=
pe=3Dradio value=3D" yes " name=3D"CANCER "?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
; No <input type=3Dradio name=3D"CANCER " value=3D" no " checked></TD></TR=
><TR><TD width=3D549 height=3D21>Diabetes:&nbsp; Yes <INPUT type=3Dradio v=
alue=3D" yes " name=3D"DIABETES ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No <INPUT=
 type=3Dradio value=3D" no " name=3D"DIABETES " checked></TD></TR><TR><TD =
width=3D549 height=3D21>Have You&nbsp; Smoked Within the Last 12 Months:&n=
bsp; Yes <INPUT type=3Dradio value=3D" yes " name=3D"SMOKED IN 12 MONTHS? =
">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No <INPUT type=3Dradio value=3D" no " nam=
e=3D"SMOKED IN 12 MONTHS? " checked></TD></TR><TR><TD width=3D549 height=3D=
19><font color=3D#3366FF>xxx</font></TD></TR><TR><TD width=3D549 height=3D=
23><b>Person Completing Request:</b>&nbsp; <INPUT size=3D40 name=3D"PERSON=
 COMPLETING REQUEST " value=3D" "></TD></TR><TR><TD width=3D549 height=3D2=
0>Mailing Address:&nbsp; <TEXTAREA name=3D"STREET " rows=3D1 cols=3D40> </=
TEXTAREA></TD></TR><TR><TD width=3D549 height=3D23>City:&nbsp; <INPUT size=
=3D28 name=3D"CITY " value=3D" ">State <INPUT size=3D3 name=3D"STATE  " va=
lue=3D" "> Zip <INPUT size=3D11 name=3D"ZIP " value=3D" "></TD></TR><TR><T=
D width=3D549 height=3D23>Daytime Phone:&nbsp; <INPUT size=3D19 name=3D"DA=
Y PHONE " value=3D" "></TD></TR><TR><TD width=3D549 height=3D23>Evening Ph=
one:&nbsp;&nbsp; <INPUT size=3D19 name=3D"EVENING PHONE " value=3D" "></TD=
></TR><TR><TD width=3D549 height=3D23>Email Address:&nbsp;&nbsp; <INPUT ma=
xLength=3D50 size=3D20 name=3D"EMAIL  " value=3D" "></TD></TR><TR><TD widt=
h=3D549 height=3D23>Best time to contact: <select size=3D1 name=3D"BEST TI=
ME TO CONTACT "> <option selected value=3D" Morning">Morning</option> <opt=
ion value=3D" After noon">After noon</option> <option value=3D" Evening">E=
vening</option> <option value=3D" Weekend">Weekend</option> </select></TD>=
</TR></TBODY></TABLE><INPUT type=3Dsubmit value=3D"Submit "><p><b><font si=
ze=3D2 face=3DArial>When you click submit it may activate your spell check=
, please click &quot;Ignore&quot; if it does.</font></b></p></CENTER></TD>=
</TR></TBODY></TABLE></CENTER></TD><TD align=3Dmiddle width=3D1 height=3D1=
70></TD><TD align=3Dmiddle width=3D1 height=3D170></TD></TR></TBODY></TABL=
E></FORM>&nbsp; <br><div align=3Dcenter><center><table border=3D1 style=3D=
"border-collapse: collapse" width=3D600 id=3DAutoNumber1 height=3D125 cell=
spacing=3D0 cellpadding=3D0 align=3Dleft><tr><td width=3D598 height=3D16><=
p align=3Dcenter><font face=3DArial size=3D4 color=3D#91DF6A>&nbsp;</font>=
<font face=3DArial size=3D4 color=3D#008000>This could be your ad!</font><=
/td></tr><tr><td width=3D598 height=3D11><p align=3Dcenter><font color=3D#=
FFCC99 size=3D2 face=3DArial><a href=3D"mailto:cathario@eudoramail.com?sub=
ject=3DDirect Marketing Inquiry"><font color=3D#008000>Email Us</font></a>=
</font><font color=3D#008000 size=3D2 face=3DArial>&nbsp;for your next e-m=
arketing campaign.</font></td></tr><tr><td width=3D598 align=3Dcenter heig=
ht=3D21><font size=3D1 color=3D#008000>YOUR INTERNET ADVERTI<font face=3D"=
Times New Roman">SING </font></font><font face=3D"Times New Roman" color=3D=
#008000 size=3D1>=FFFFFFA9MCMXCVI -MMII</font><font size=3D1 color=3D#0080=
00><font face=3D"Times New Roman">. All Rights Rese</font>rved</font></td>=
</tr><tr><td width=3D598 height=3D24><p align=3Dcenter><font color=3D#FFCC=
99><span style=3D"font-size: 10.0pt; font-family: Times New Roman; font-st=
yle: italic">If you think that you will not benefit from this corresponden=
ce, and you do not want to be notified along with the others on this list,=
 please </span><span style=3D"font-family: Times New Roman; font-style: it=
alic"><font size=3D2><a href=3Dhttp://www.sendyourfeedback.com/optout>Clic=
k Here</a>.</font></span></font></td></tr></table></center></div></BODY></=
HTML>




From eopl-teachers-request Wed Oct 16 17:08:27 2002
Return-Path: <eopl-teachers-request>
Received: from yahoo.com (200-161-209-15.dsl.telesp.net.br [200.161.209.15])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id g9GM8Ft18779;
	Wed, 16 Oct 2002 17:08:15 -0500 (EST)
Date: Wed, 16 Oct 2002 17:08:15 -0500 (EST)
Received: from smtp-server6.tampabay.rr.com ([50.29.61.169])
	by mail.gmx.net with esmtp; Tue, 15 Oct 2002 07:08:56 +0900
Received: from 98.23.74.23 ([98.23.74.23]) by smtp013.mail.yahoo.com with asmtp; Sun, 13 Oct 2002 20:06:32 +1000
Reply-To: <abcXOGGKU@hotmail.com>
Message-ID: <602A6C71-E11D-11D6-994F-00D009DC1C20@y4MiXgBz>
From: <abcXOGGKU@hotmail.com>
Subject: [SPAM:#### 87%] TONER CARTRIDGES
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00L5_46P57R8T.U3787Y01"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: AOL 7.0 for Windows US sub 118
Importance: Normal
X-Perlmx-Spam: Gauge=XXXXXXXXIIIIIII, Probability=87%, Report=BAD_CREDIT, BASE64_ENC_TEXT, BIG_FONT, DATE_MISSING, FORGED_HOTMAIL_RCVD, IUCS_TONER, MISSING_HEADERS, MONEY_BACK, NO_REAL_NAME, TONER

------=_NextPart_000_00L5_46P57R8T.U3787Y01
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: base64

PCFkb2N0eXBlIGh0bWwgcHVibGljICItLy93M2MvL2R0ZCBodG1sIDQuMCB0cmFuc2l0aW9uYWwv
L2VuIj4NCjxodG1sPg0KPGhlYWQ+DQogICA8bWV0YSBodHRwLWVxdWl2PSJDb250ZW50LVR5cGUi
IGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD1pc28tODg1OS0xIj4NCiAgIDxtZXRhIG5hbWU9
IkF1dGhvciIgY29udGVudD0ic2FtIj4NCiAgIDxtZXRhIG5hbWU9IkdFTkVSQVRPUiIgY29udGVu
dD0iTW96aWxsYS80LjYxIFtlbl0gKFdpbjk4OyBJKSBbTmV0c2NhcGVdIj4NCiAgIDx0aXRsZT5m
Z2ZnPC90aXRsZT4NCjwvaGVhZD4NCjxib2R5Pg0KJm5ic3A7DQo8dGFibGUgQk9SREVSIENPTFM9
MSBXSURUSD0iMTAwJSIgSEVJR0hUPSIxNSUiIEJHQ09MT1I9IiM0MDgwODAiID4NCjx0cj4NCjx0
ZCBCR0NPTE9SPSIjNDA4MDgwIj4NCjxjZW50ZXI+PGI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxm
b250IHNpemU9KzM+VkVSVEVYIExBU0VSIEFORCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9iPg0KPGJy
PjxiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSszPkNPUElFUiBTVVBQTElFUzwv
Zm9udD48L2ZvbnQ+PC9iPjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPg0KDQo8YnI+
Jm5ic3A7DQo8Y2VudGVyPg0KPHA+PGZvbnQgY29sb3I9IiMwMDAwMDAiPjxmb250IHNpemU9KzI+
VEFLRSBBRFZBTlRBR0UgT0YgVEhFIFNBVklOR1MgV0hJTEUNClRIRVkgTEFTVCEhITwvZm9udD48
L2ZvbnQ+DQo8YnI+PGZvbnQgY29sb3I9IiMwMDAwMDAiPjxmb250IHNpemU9KzI+V0UgQVJFIFJF
RFVDSU5HIE9VUiBJTlZFTlRPUlkgRk9SPC9mb250PjwvZm9udD4NCjxicj48Zm9udCBjb2xvcj0i
IzAwMDAwMCI+PGZvbnQgc2l6ZT0rMj5USEUgU1VNTUVSIE9GIDIwMDIgT04gT1VSIExBU0VSPC9m
b250PjwvZm9udD4NCjxicj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6ZT0rMj5QUklO
VEVSIEFORCBDT1BJRVIgU1VQUExJRVM8L2ZvbnQ+PC9mb250Pg0KPGJyPiZuYnNwOw0KPHA+PGZv
bnQgY29sb3I9IiMwMDAwMDAiPjxmb250IHNpemU9KzI+Jm5ic3A7T1JERVIgQlkgUEhPTkU6IDEt
ODg4LTI4OC05MDQzPC9mb250PjwvZm9udD4NCjxicj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZv
bnQgc2l6ZT0rMj5PUkRFUiBCWSBGQVg6IDEtODg4LTk3Ny0xNTc3PC9mb250PjwvZm9udD4NCjxw
PjxiPjxmb250IGNvbG9yPSIjMDAwMEEwIj48Zm9udCBzaXplPSsyPioqKkVNQUlMIFJFTU9WQUwg
TElORTogMS04ODgtMjQ4LTQ5MzAqKio8L2ZvbnQ+PC9mb250PjwvYj4NCjxwPiZuYnNwO09SREVS
IEJZIFBBR0UgTlVNQkVSIEFORC9PUiBJVEVNIE5VTUJFUg0KPGJyPiZuYnNwOw0KPGJyPiZuYnNw
Ow0KPHA+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+
Jm5ic3A7IDwvZm9udD48dT48Zm9udCBmYWNlPSJBcmlhbCxIZWx2ZXRpY2EiPjxmb250IA0KY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzI+Rm9yDQpIZXdsZXR0IFBhY2thcmQgUHJpbnRlcnM6
PGk+IDwvaT4oUGFnZSAyKTwvZm9udD48L2ZvbnQ+PC9mb250PjwvdT48L2NlbnRlcj4NCg0KPHA+
PGJyPg0KPGNlbnRlcj48dGFibGUgQk9SREVSIFdJRFRIPSI4MCUiIEhFSUdIVD0iMTAlIiBCR0NP
TE9SPSIjRkZGRkNDIiA+DQo8dHIgQkdDT0xPUj0iIzQwODA4MCI+DQo8dGQgQkdDT0xPUj0iIzQw
ODA4MCI+DQo8Y2VudGVyPjxiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPklU
RU08L2ZvbnQ+PC9mb250PjwvYj48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBCR0NPTE9SPSIjNDA4
MDgwIj4NCjxjZW50ZXI+PGZvbnQgc2l6ZT0rMT4mbmJzcDs8Yj48Zm9udCBjb2xvcj0iI0ZGRkZG
RiI+REVTQ1JJUFRJT048L2ZvbnQ+PC9iPjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+TUZHICM8L2Zv
bnQ+PC9mb250PjwvYj48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGI+PGZvbnQg
Y29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+UFJJQ0U8L2ZvbnQ+PC9mb250PjwvYj48L2Nl
bnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQgQkdDT0xPUj0iI0ZGRkZDQyI+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzE8L2ZvbnQ+PC9m
b250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5
OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldCBTZXJpZXMgNEwsIDRQJm5ic3A7PC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+Jm5ic3A7OTIyNzRBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDQ0
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQgQkdDT0xP
Uj0iI0ZGRkZDQyI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsx
Pkl0ZW0gIzI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldCBTZXJpZXMgMTEwMCwz
MjAwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQg
Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7QzQwOTI8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT4mbmJzcDskNDQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+
DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+SXRlbSAjMzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0xhc2VyamV0IFNlcmll
cyZuYnNwOw0KMjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyA5MjI5NUE8L2ZvbnQ+
PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsgJDQ5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIyA0PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZCBXSURUSD0iNzAlIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250
IHNpemU9KzE+Jm5ic3A7TGFzZXJqZXQgU2VyaWVzJm5ic3A7DQoyUDwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u
dCBzaXplPSsxPiZuYnNwOzkyMjc1QTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyAk
NTQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbSAjNTwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0xhc2VyamV0IFNlcmllcyA1UCw2UCwNCjVN
UCwgNk1QPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7MzYwM0E8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT4mbmJzcDskNDQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwv
dHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+SXRlbSAjNjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0xhc2VyamV0IFNl
cmllcyA1U0ksODAwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOzM5MDlBPC9mb250
PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMw
MDAwOTkiPjxmb250IHNpemU9KzE+JDk1PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8
L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPiZuYnNwO0l0ZW0gIzcmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJz
cDtMYXNlcmpldCBTZXJpZXMgMjEwMCwNCjIyMDAmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT4mbmJzcDtDNDA5NjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8
Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyQ3NDwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICM4PC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+Jm5ic3A7TGFzZXJqZXQgU2VyaWVzIDgxMDA8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT4mbmJzcDtDNDE4MjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNw
OyQxMTU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbSAj
OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyamV0IFNlcmllcyA1TC82TDwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOzM5MDZBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+
Jm5ic3A7JDM5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0
ZW0gIzEwJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQgU2VyaWVzJm5i
c3A7IDRWPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZv
bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+QzM5MDAmbmJzcDs8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT4mbmJzcDskOTU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwv
dHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+Jm5ic3A7SXRlbSAjMTE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldCBT
ZXJpZXMgNDAwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkM0MTI3WDwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPiZuYnNwOyQ3OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90
cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT4mbmJzcDtJdGVtICMxMjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyamV0IFNl
cmllcyAzU0kvNFNJPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7OTIyOTFBJm5ic3A7
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU0PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzEzPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFz
ZXJqZXQgU2VyaWVzIDQsNE0sNSw1TSZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPjky
Mjk4QTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250
IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ0OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+
DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5
OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxM0E8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT5MYXNlcmpldCBTZXJpZXMgNTAwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkM0MTI5WDwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQxMjU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm
b250IHNpemU9KzE+Jm5ic3A7SXRlbSAjMTNCPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFz
ZXJqZXQgU2VyaWVzIDEyMDAsIDMzMDANCnNlcmllczwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsx
PkM3MTE1QTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ1OTwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw
MDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxM0M8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT5MYXNlcmpldCBTZXJpZXMgNDEwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkM4MDYx
WDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNv
bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ5OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+
PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxODwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk
Pg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxh
c2VyamV0IFNlcmllcyZuYnNwOyAzMTAwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+MzkwNkE8
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMzk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm
b250IHNpemU9KzE+Jm5ic3A7SXRlbSAjMTk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNl
cmpldCBTZXJpZXMgNDUwMCBCbGFjazwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkM0MTkxJm5i
c3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQg
Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDY5PC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzIwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+
TGFzZXJqZXQgU2VyaWVzIDQ1MDAgQ29sb3I8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5DQUxM
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDg5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQo8L3RyPg0KPC90YWJsZT48L2NlbnRlcj4NCg0KPGNlbnRlcj48cHJlPjx1Pjxmb250IGZh
Y2U9IkFyaWFsLEhlbHZldGljYSI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzM+
Rm9yIEhld2xldHQgUGFja2FuZCBDYW5ub24gRmF4IA0KPGk+KG9uIFBhZ2UgMjxiPik8L2I+PC9p
PjwvZm9udD48L2ZvbnQ+PC9mb250PjwvdT48L3ByZT48L2NlbnRlcj4NCg0KPGNlbnRlcj48dGFi
bGUgQk9SREVSIFdJRFRIPSI4MCUiIEhFSUdIVD0iMTAlIiBCR0NPTE9SPSIjRkZGRkNDIiA+DQo8
dHIgQUxJR049Q0VOVEVSIEJHQ09MT1I9IiM0MDgwODAiPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5JVEVNPC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9
KzE+REVTQ1JJUFRJT048L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5NRkcgIzwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZG
Ij48Zm9udCBzaXplPSsxPlBSSUNFPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3Ry
Pg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXpl
PSsxPkl0ZW0gIyAxNDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxlc2VyZmF4IDUwMCwgNzAw
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+RlgxPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+
JDU5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8
Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIyAxNTwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyZmF4IDUwMDAsIDcwMDA8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMT5GWDI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl
bnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNjQ8L2ZvbnQ+PC9mb250
PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjIDE2PC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+TGFzZXJmYXggNjAwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkZYMzwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPiQ1OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90
cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT5JdGVtICMxNzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyZmF4IDg1MDAsIDkw
MDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5GWDQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT4kNTQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjMTg8L2Zv
bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmZheCAzMjAwPC9mb250PjwvZm9udD48L2NlbnRl
cj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp
emU9KzE+MzkwNkE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNDQ8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2VudGVyPg0KDQo8Y2VudGVyPg0KPHA+
PHU+PGZvbnQgZmFjZT0iQXJpYWwsSGVsdmV0aWNhIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv
bnQgc2l6ZT0rMj5Gb3INCkxleG1hcmsgLyBJQk0gTWFjaGluZXM6PGk+IChvbiBQYWdlIDMpPC9p
PjwvZm9udD48L2ZvbnQ+PC9mb250PjwvdT48L2NlbnRlcj4NCg0KPGNlbnRlcj48dGFibGUgQk9S
REVSIFdJRFRIPSI4MCUiIEhFSUdIVD0iMTklIiBCR0NPTE9SPSIjRkZGRkNDIiA+DQo8dHIgQkdD
T0xPUj0iIzQwODA4MCI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Yj48
Zm9udCBmYWNlPSJCb29rbWFuIE9sZCBTdHlsZSI+Jm5ic3A7PC9mb250PjwvYj48Zm9udCANCnNp
emU9KzE+SVRFTTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPkRFU0NSSVBUSU9OPC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZG
RkYiPjxmb250IHNpemU9KzE+TUZHICM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMxPC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+SUJNIDQwMTkvNDAyOSZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+
DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXpl
PSsxPjEzODAyMDAmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kOTU8L2ZvbnQ+PC9m
b250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQg
Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjMjwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPk9wdHJhIFIsNDAzOSwgNDA0OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPjEzODIx
NTA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj
b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMTE3PC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K
PHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5PcHRyYSBF
MzEwLCBFMzEyPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+
PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7MTJBMjIwMjwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw
MDk5Ij48Zm9udCBzaXplPSsxPiQ4OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90
cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT5JdGVtICM0PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50
ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+T3B0cmEgRTwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5
Ij48Zm9udCBzaXplPSsxPiZuYnNwOzY5RzgyNTYmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT4kNTk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjNTwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk9wdHJhIFM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K
PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r
MT4mbmJzcDsxMzgyNjI1Jm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDEzNTwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICM2PC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm
b250IHNpemU9KzE+T3B0cmEgVDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyAxMkE1
ODQwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQg
Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDE2NTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+
DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5
OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICM3PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN
Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+T3B0cmEg
RTQxMC80MTI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsgNEswMDE5OCZuYnNwOzwv
Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y
PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQxMTU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2VudGVyPg0KDQo8Y2VudGVyPg0KPHA+PHU+PGZvbnQgZmFj
ZT0iQXJpYWwsSGVsdmV0aWNhIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMj5G
b3INCkFwcGxlIFByaW50ZXJzOjxpPiAob24gUGFnZSA4KTwvaT48L2ZvbnQ+PC9mb250PjwvZm9u
dD48L3U+PC9jZW50ZXI+DQoNCjxjZW50ZXI+PHRhYmxlIEJPUkRFUiBXSURUSD0iODAlIiBIRUlH
SFQ9IjEwJSIgQkdDT0xPUj0iI0ZGRkZDQyIgPg0KPHRyIEFMSUdOPUxFRlQgQkdDT0xPUj0iIzQw
ODA4MCI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsx
PklURU08L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5ERVNDUklQVElPTjwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48
Zm9udCBzaXplPSsxPk1GRyM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0K
PGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwvZm9udD48
L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9u
dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtJm5ic3A7ICMxPC9mb250PjwvZm9u
dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki
Pjxmb250IHNpemU9KzE+UGVyc29uYWwgTGFzZXJXcml0ZXI8L2ZvbnQ+PC9mb250PjwvY2VudGVy
Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT5NMDA4OUxMQTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ1NDwvZm9udD48L2ZvbnQ+
PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMyPC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+TGFzZXJXcml0ZXIgMzAwUFgvIDMyMC00TCwrNE1MPC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+TTIwNDVHQTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ1NDwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMzPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+
TGFzZXJXcml0ZXIgU2VsZWN0IDM2MDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk0xOTYwR0E8
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNzQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90
ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm
b250IHNpemU9KzE+SXRlbSAjNDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+
DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyV3JpdGVy
IDE2LyA2MDAgUHJvJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N
CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TTI0NzNHQTwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ1OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
PC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT5JdGVtICM1PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJXcml0ZXIgMTIv
IDY0MCBQUzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxm
b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk00NjgzR0EmbmJzcDs8L2ZvbnQ+PC9m
b250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5
OSI+PGZvbnQgc2l6ZT0rMT4kODk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+
DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+SXRlbSAjNjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyIFdyaXRlciBOVC8yTlQ8
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5NNDUzMkdBPC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9
KzE+JDQ5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KPC90YWJsZT48L2Nl
bnRlcj4NCg0KPGNlbnRlcj4NCjxwPjxmb250IGZhY2U9IkFyaWFsLEhlbHZldGljYSI+Jm5ic3A7
PHU+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzI+Rm9yDQpDYW5ub24gQ29waWVy
czogKFBhZ2UgMTApPC9mb250PjwvZm9udD48L3U+PC9mb250PjwvY2VudGVyPg0KDQo8cD48YnI+
DQo8Y2VudGVyPjx0YWJsZSBCT1JERVIgV0lEVEg9IjgwJSIgSEVJR0hUPSIxMCUiIEJHQ09MT1I9
IiNGRkZGQ0MiID4NCjx0ciBCR0NPTE9SPSIjNDA4MDgwIj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQg
Y29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+SVRFTTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+
DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXpl
PSsxPkRFU0NSSVBUSU9OPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+TUZHICM8L2ZvbnQ+PC9m
b250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZG
RiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90
cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6
ZT0rMT5JdGVtICMgMTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu
dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPlBDIDYvIDZSRS8gNy8gOC8g
MTEvIDEyLyA2NTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy
Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0EzMCZuYnNwOzwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj
MDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ2OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K
PC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg
c2l6ZT0rMT5JdGVtICMgMjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8
Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPlBDIDMwMC8zMjAvMzQw
LzM2MCZuYnNwOyBBbGwNCjMwMCBTZXJpZXM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJz
cDtFNDAmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRl
cj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kODk8L2ZvbnQ+PC9mb250Pjwv
Y2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9
IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjMzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsx
PlBDIDcwMC83MjAvNzYwJm5ic3A7IEFsbCA3MDANClNlcmllczwvZm9udD48L2ZvbnQ+PC9jZW50
ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz
aXplPSsxPiZuYnNwO0U0MCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8
dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ4OTwvZm9u
dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICM0PC9mb250PjwvZm9udD48
L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm
b250IHNpemU9KzE+UEMgOTAwLzkxMC85MjAmbmJzcDsgQWxsIDkwMA0KU2VyaWVzPC9mb250Pjwv
Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAw
OTkiPjxmb250IHNpemU9KzE+Jm5ic3A7RTQwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+
DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDg5
PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KPC90YWJsZT48L2NlbnRlcj4N
Cg0KPGNlbnRlcj4NCjxwPjx1Pjxmb250IGZhY2U9IkFyaWFsLEhlbHZldGljYSI+PGZvbnQgY29s
b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzI+Rm9yDQpFcHNvbiBhbmQgUGFuYXNvbmljIFByaW50
ZXJzOihvbiBQYWdlcyA0ICZhbXA7IDcpPC9mb250PjwvZm9udD48L2ZvbnQ+PC91PjwvY2VudGVy
Pg0KDQo8cD48YnI+DQo8Y2VudGVyPjx0YWJsZSBCT1JERVIgV0lEVEg9IjgwJSIgSEVJR0hUPSIx
MCUiIEJHQ09MT1I9IiNGRkZGQ0MiID4NCjx0ciBCR0NPTE9SPSIjNDA4MDgwIj4NCjx0ZD4NCjxj
ZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+SVRFTTwvZm9udD48L2Zv
bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IHNpemU9KzE+Jm5ic3A7
PGZvbnQgY29sb3I9IiNGRkZGRkYiPkRFU0NSSVBUSU9OPC9mb250PjwvZm9udD48L2NlbnRlcj4N
CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9
KzE+TUZHICM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMgMTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8
L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsx
PkVwc29uIDEwMDAvMTUwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8
Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPlMwNTEwMTEmbmJzcDs8
L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv
cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMTA1PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48
Zm9udCBzaXplPSsxPkl0ZW0gIzImbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N
Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5FcHNv
biBFUEw3MDAwLzgwMDAmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk
Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5TMDUxMjAwJm5i
c3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQg
Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDEwNSZuYnNwOzwvZm9udD48L2ZvbnQ+PC9j
ZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i
IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMzPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv
dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+
UGFuYXNvbmljIDkwLzk1Jm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0
ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+LS0tLS0tLS0t
LS0tLS0tLT48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48
Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMTA1PC9mb250PjwvZm9udD48L2Nl
bnRlcj4NCjwvdGQ+DQo8L3RyPg0KPC90YWJsZT48L2NlbnRlcj4NCg0KPGNlbnRlcj4NCjxwPjx1
Pjxmb250IHNpemU9KzM+U29ycnksPC9mb250PjwvdT48Zm9udCBzaXplPSsyPiZuYnNwOyBTdGls
bCBubyBJbmtqZXRzLA0KYnViYmxlIGpldHMgb3IgWGVyb3ggaW4gc3RvY2s8L2ZvbnQ+DQo8YnI+
Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8cD48dT48Yj5ESVNDTEFJTUVSUzwvYj46
PC91Pg0KPHA+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IEFsbCB0cmFkZW1hcmtzLCBicmFuZCBu
YW1lcyBhbmQgZGlhZ3JhbXMgbGlzdGVkDQpvciBzaG93biBhYm92ZQ0KPGJyPmFyZSBwcm9wZXJ0
eSBvZiB0aGVpciByZXNwZWN0aXZlIGhvbGRlcnMmbmJzcDsmbmJzcDsgYW5kIHVzZWQgZm9yIGRl
c2NyaXB0aXZlDQpwdXJwb3NlcyBvbmx5DQo8YnI+LldlIGRvIG5vdCBjYXJyeSBhbnkgSFAgT0VN
Jm5ic3A7IFByb2R1Y3RzLg0KPHA+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PHU+Tk9URVM8
L3U+OjwvZm9udD4NCjxwPlVuaXZlcnNpdHkgYW5kIFNjaG9vbCBQdXJjaGFzZSBvcmRlcnMgd2Vs
Y29tZS4gKE5vIENyZWRpdCBhcHByb3ZhbCByZXF1aXJlZC4NCkFsbCBvdGhlciBQdXJjaGFzZQ0K
PGJyPiZuYnNwOyZuYnNwOyZuYnNwOyBvcmRlcnMgcmVxdWlyZSBjcmVkaXQgYXBwcm92YWwNCjxi
cj4mbmJzcDtQYXkgYnkgY2hlY2sgKEMuTy5ELiksIENyZWRpdCBjYXJkIG9yIHB1cmNoYXNlIG9y
ZGVyIChOZXQgMzANCkRheXMpDQo8YnI+U2hpcHBpbmcgY2hhcmdlcyBzdGFydCBhdCAkNC41IHBl
ciBjYXJ0cmlkZ2UuIEFkZCAkMS41IGZvciBlYWNoIGFkZGl0aW9uYWwNCmNhcnRyaWRnZS4gQ2Fy
dHJpZGdlcw0KPGJyPiZuYnNwOyZuYnNwOyZuYnNwOyBkZWxpdmVyZWQgYnkgRmVkZXJhbCBFeHBy
ZXNzIHdpdGhpbiAyIHRvIDUgd29ya2luZw0KZGF5cyBkZXBlbmRpbmcgb24geW91ciBsb2NhdGlv
bi4NCjxicj5TaGlwcGluZyBhbmQgYmlsbGluZyBhZGRyZXNzZXMgYXJlIHJlcXVpcmVkIGZvciBQ
dXJjaGFzZSBPcmRlciB0cmFuc2FjdGlvbnMuDQpZb3VyIGludm9pY2Ugd2lsbA0KPGJyPiZuYnNw
OyZuYnNwOyZuYnNwOyBiZSBhdHRhY2hlZCB0byB5b3VyIHBhY2thZ2luZy4gUGxlYXNlIHBlYWwg
YW5kIHBheQ0Kd2l0aGluIDMwIGRheXMuDQo8YnI+MzAgZGF5IHN0YW5kYXJkIHJldHVybiBwb2xp
Y3kgKG1vbmV5IGJhY2sgZ3VhcmFudGVlKSBvbiBhbGwgbWVyY2hhbmRpc2UuDQo5MCBkYXkgdW5s
aW1pdGVkIGV4Y2hhbmdlIHBvbGljeQ0KPGJyPiZuYnNwOyZuYnNwOyZuYnNwOyBmb3IgZGVmZWN0
aXZlIG1lcmNoYW5kaXNlPGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+LjwvZm9udD4NCjxwPjxi
Pjx1PkVYQ0xVU0lPTlM6PC91PjwvYj4NCjxwPjx1PldlIGRvIG5vdCBjYXJyeTo8L3U+DQo8cD4m
bmJzcDsmbmJzcDsmbmJzcDsgLSBYZXJveCwgQnJvdGhlciwgUGFuYXNvbmljLCBvciBGdWppdHN1
IFByb2R1Y3RzDQo8YnI+Jm5ic3A7Jm5ic3A7Jm5ic3A7IC0gRGVza2pldC9JbmtqZXQgb3IgQnVi
YmxlamV0IHByb2R1Y3RzDQo8YnI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IC1BbnkgT2ZmYnJh
bmRzIGJlc2lkZXMgdGhlIG9uZXMgbGlzdGVkIGFib3ZlLg0KQWxsIGNhcnRyaWRnZXMNCjxicj4m
bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgYXJl
IGNvbXBhdGlibGUNCmhpZ2ggeWllbGQgcHJvZHVjdHMuPC9jZW50ZXI+DQoNCjxwPjxicj4NCjxi
cj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsN
Cjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJz
cDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4m
bmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxi
cj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsN
Cjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJz
cDsNCjxicj4mbmJzcDsNCjxkbD4NCjxkdD4NCjwvZHQ+DQo8L2RsPg0KDQo8YnI+Jm5ic3A7DQo8
YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7
DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8L2JvZHk+
DQo8L2h0bWw+DQo=


From eopl-teachers-request Tue Oct 22 19:36:46 2002
Return-Path: <eopl-teachers-request>
Received: from kurp.ostroleka ([194.204.130.81])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g9N0aXI20164;
	Tue, 22 Oct 2002 19:36:33 -0500 (EST)
Received: from mail.fol.it (200-204-141-5.dsl.telesp.net.br [200.204.141.5]) by kurp.ostroleka with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
	id VM30NZ82; Wed, 23 Oct 2002 02:24:32 +0200
Message-ID: <00007dca31dc$0000191c$00002d1b@mail.mgt1.com>
To: <b.stein@microconsulting.ch>
From: "D & B Investors" <b.stein@microconsulting.ch>
Subject: [SPAM:##### 97%] Provide Yourself With Smart Investment Tools
Date: Tue, 22 Oct 2002 17:20:17 -1900
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIIII, Probability=97%, Report=BIG_FONT, CLICK_BELOW, CTYPE_JUST_HTML, EXCUSE_3, FORM_W_MAILTO_ACTION, FREQ_SPAM_PHRASE, FROM_AND_TO_SAME, GUARANTEE, HTML_WITH_BGCOLOR, INVALID_DATE_TZ_ABSURD, IUCS_NEGATE_BIG_FONT, MAILTO_LINK, MAILTO_WITH_SUBJ, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_RFCI, REMOVE_IN_QUOTES, REMOVE_SUBJ

<!-- saved from url=3D(0022)http://internet.e-mail -->
<html>
<body bgcolor=3D"#003300">
<center>
<table border=3D"0" cellpadding=3D"2" cellspacing=3D"0">
 <tr>
  <td bgcolor=3D"#000000">
   <table bgcolor=3D"#ffffff" border=3D"0" width=3D"500" cellpadding=3D"8"=
 cellspacing=3D"0">
      <tr>
    <td align=3D"middle"><b><font color=3D#003300 size=3D5>Government</fon=
t>
  <font color=3D#ff0000 size=3D5> "Secured"</font><font color=3D#003300 si=
ze=3D5>
  Tax Certificates</B></font><br>
  <font color=3D#ff0000 size=3D4><b>PAY YOU </font></b><font color=3D#0033=
00 size=3D4><b>Between</font>
  <font color=3D#ff0000 size=3D4>15%-300%</font></b>
  <font color=3D#003300 size=3D4><B><U>GUARANTEED!</U>
  </b></font></center></tr></td>
<P>
  <TR>
    <TD align=3D"left"><FONT color=3D"#003300" size=3D3><B>
<LI>Find Real Estate For Pennies On The Dollar  
<LI>Receive Flexible Options For Your Money
<LI>Get Away From The Market Fluctuations
<LI>Receive a Collateralized Investment Opportunity
<LI>Get a Guaranteed Rate of Return On Your Investment</LI>
</tr></td></font></b></P>
<P>
  <TR>
    <TD align=3D"center"><FONT color=3D#003300 size=3D2>*(The numbers used=
 below are real examples. Individual <br>situations vary in all 50 states.=
  
   Affidavits are on file.)</font>
<table BORDER=3D"4" cellpadding=3D"5" cellspacing=3D"2" >   
<tr bgcolor=3D#FFFF99><th><i>State</i></th><th><i>Amount Paid</i></th><th>=
<i>Sold For</i></th><th><i>Profit</i></th></tr></font> 
<tr bgcolor=3D#CCCCCC><td>Kansas</td><td>$21,000.00</td></font><td>$170,00=
0.00</td><td><b>$149,000.00</b></td></tr> 
<tr bgcolor=3D#CCCCCC><td>Michigan</td><td>$422.43</td><td>$64928.08</td><=
td><b>$64,505.35</b></td></tr> 
<tr bgcolor=3D#CCCCCC><td>Oklahoma</td><td>$300.00</td><td>$20,000.00</td>=
<td><b>$19,700.00</b></td></TR> 
<tr bgcolor=3D#CCCCCC><td>Florida</td><td>$24,000</td><td>$63,900.00</td><=
td><b>$33,900.00</b></td></TR> 
<tr bgcolor=3D#CCCCCC><td>Colorado</td><td>$1,837.09</td><td>$23,308.62</t=
d><td><b>$21,471.53</b></td></TR> 
<tr bgcolor=3D#CCCCCC><td>Arizona</td><td>$250.00</td><td>$8,500.00</td><t=
d><b>$8,250.00</b></td></TR> 
<tr bgcolor=3D#CCCCCC><td>Georgia</td><td>$264.62</td><td>$4,900.00</td><t=
d><b>$4,635.00</b></td></TR> 
</table>
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D4=
07 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3D"left">We are the nation's largest single source of inform=
ation/education
 for the government tax industry.  Discover the secrets banks have been us=
ing for over 100 years.
Enjoy security in your investment(s) with the highest guaranteed interest =
returns compared to any other investment.
</FONT></B></TR></td></tbody></table>
<p>
  <TR>
    <TD align=3D"middle"><FONT color=3D#000000 size=3D4><B>Fill Out The Fo=
rm Below To Receive your</font><FONT color=3D#ff0000 size=3D4>
  FREE</font></b><FONT color=3D#000000 size=3D4><b> copy of:<br> <FONT col=
or=3D#ff0000 size=3D4><u>Insider Secrets to Investing In 
Government<br> Secured Tax Certificates</u></FONT><br> 
  (A $39.95 Value)</FONT></B></TR></td>
<P>
  <tr>
   <td align=3D"center"><FONT color=3D#003300 size=3D2><b>Required Input F=
ield<FONT color=3D#ff0000 
size=3D2>*</b></FONT></FONT> 
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D5=
00 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3D"middle">
      <FORM action=3Dmailto:gov.invest@virtual-biz.net?subject=3DInvestmen=
t_Inquiry 
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Name</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>State</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DState></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Day Phone</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DDay Phone></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Night Phone</FONT></TD>
          <TD><INPUT name=3DNight Phone></TD></TR>
	<TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Best time to contact</FONT></TD>
          <TD width=3D"56%"><FONT color=3D#000000><SELECT size=3D1 name=3D=
Best time to contact> 
              <OPTION selected></OPTION> <OPTION 
              value=3DMorning>Morning</OPTION> <OPTION value=3DAfternoon>A=
fternoon</OPTION> 
              <OPTION value=3DEvening>Evening</OPTION>
              </SELECT></FONT></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>E-mail Address</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DE-mail Address></TD></TR>
        <TR>
          <TD width=3D"50%">
          <DIV align=3D"right"><font face=3D"Times, New Roman" 
            color=3D#000033 size=3D2>Objective</FONT></DIV></TD>
          <TD width=3D"56%"><FONT color=3D#000000><SELECT size=3D1 name=3D=
Objective> 
              <OPTION selected></OPTION> <OPTION 
              value=3DSecured_Investments>Secured Investments</OPTION> <OP=
TION value=3DBusiness_Opp>Business Opp</OPTION> 
              <OPTION value=3DNew_Career>New Career</OPTION><OPTION value=3D=
All_of_the_Above>All of the Above</OPTION>
              </SELECT></FONT></TD></TR></tbody></table>
      <P><INPUT type=3Dsubmit value=3D"Submit Information" name=3Dsubmit>
    </FORM></P></TD></TR>
<P>
  <tr>
    <td align=3D"center"><FONT color=3D"ff0000" size=3D2><br><B>*Note: </B=
></font><FONT color=3D000000 size=3D2>If you are using a web based email s=
ystem (such as:<br> Yahoo!, Hotmail etc.)
      the form above will not work.  <br>Instead of using the form, please=
 <A href=3D"mailto:gov.invest@virtual-biz.net?subject=3DInvestment_inquiry=
">click 
      here.</A><br></td></tr>
<p>
  <TR>
    <TD align=3D"middle"><FONT color=3D"ff0000" size=3D2>
      <b>*You need to include your name, state, and phone number in <br>th=
e body of the message 
      to receive a response.  Thank you.</td></tr></font>
<p>
  <TR>
    <TD align=3Dmiddle><FONT face=3D"Arial, Helvetica, sans-serif" color=3D=
#999999 
      size=3D1>To be removed from our list, please send an email to:<u> 
      delete@virtual-biz.net</u><BR>Include the word "remove" in the subje=
ct 
      line.</A></FONT></TD></TR></TBODY></TABLE></P></CENTER>
</BODY>
</HTML>




From eopl-teachers-request Sat Oct 26 12:11:19 2002
Return-Path: <eopl-teachers-request>
Received: from mx2.efax.com ([218.54.19.159])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id g9QHBFp01225;
	Sat, 26 Oct 2002 12:11:16 -0500 (EST)
X-Mailer: X-Mailer: QUALCOMM Windows Eudora Version 5.0
Subject: [SPAM:##### 92%] Debt a thing of the past!!
From: vafjdl@123india.com
Message-Id: <8gt8jo.6apf4b5n@mx2.efax.com>
Date: Sun, 27 Oct 2002 01:11:10 -0800
To: ajkfalfj@123india.com
Content-Type: text/html;
	 charset=us-ascii
Content-Transfer-Encoding: 7BIT
X-Perlmx-Spam: Gauge=XXXXXXXXXII, Probability=92%, Report=BAD_CREDIT, BIG_FONT, CLICK_BELOW, CLICK_HERE_LINK, CTYPE_JUST_HTML, FREE_CONSULTATION, FREQ_SPAM_PHRASE, IUCS_NEGATE_BIG_FONT, NORMAL_HTTP_TO_IP, NO_OBLIGATION, NO_REAL_NAME, PLING, PLING2

<html>

<head>

<title>Untitled Document</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

 

<body bgcolor=white text=black>

<table align=center background="boxbgd.gif" border=0 cellpadding=0 cellspacing=0 width=600 height="1102">

  <tbody> 

  <tr valign=top> 

    <td align=left bgcolor="#33CCFF" height="91"> 

      <table border=0 cellpadding=0 cellspacing=0 width=600>

        <tbody> 

        <tr> 

          <td align=middle width="283"> 

            <div align="center"><font color="#0000FF"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="+2" color="#990000">Finally</font><font face="Verdana, Arial, Helvetica, sans-serif" size="+1" color="#990000">, 

              <font size="4"> <font size="3">I Got Helped!!!</font></font></font></b></font></div>

          </td>

          <td class=sml valign=center width=317> 

            <table width="100%" border="0" cellspacing="0" cellpadding="0">

              <tr> 

                <td width="56%"><img src="http:/218.54.19.140/debtfree/images/happy.gif" width="167" height="91"></td>

                <td width="44%"><img src="http:/218.54.19.140/debtfree/images/happy1.jpg" width="150" height="91"></td>

              </tr>

            </table>

          </td>

        </tr>

        <tr> 

          <td colspan=2></td>

        </tr>

        <tr> 

          <td colspan=2></td>

        </tr>

        <tr> 

          <td colspan=2></td>

        </tr>

        <tr> 

          <td colspan=2></td>

        </tr>

        <tr> 

          <td colspan=2></td>

        </tr>

        <tr> 

          <td colspan=2></td>

        </tr>

        <tr> 

          <td colspan=2></td>

        </tr>

        <tr> 

          <td colspan=2></td>

        </tr>

        <tr> 

          <td colspan=2></td>

        </tr>

        <tr> 

          <td colspan=2></td>

        </tr>

        </tbody> 

      </table>

    </td>

  </tr>

  <tr valign=top> 

    <td align=middle bgcolor="#33CCFF" height="999"> 

      <div align=center> 

        <table border=0 cellpadding=0 cellspacing=0 width=570>

          <tbody> 

          <tr> 

            <td align=left valign="top"> 

              <table width="100%" border="0" cellpadding="0" cellspacing="0">

                <tr> 

                  <td width="27%" align="left" valign="top"><img src="http:/218.54.19.140/debtfree/images/debtF.gif" width="138" height="472"></td>

                  <td width="73%" align="left" valign="top">

                                                     <p><font color="#0000FF"><b><a href="http://218.54.19.140/debtfree/index.php">ALL 

                      YOUR UNSECURED DEBT GONE!<br>

                      REBUILD YOUR PERSONAL CREDIT!<br>

                      <font color="#990000">FREE</font> DEBT REDUCTION CONSULTATION</a></b><a href="http://218.54.19.140/debtfree/index.php"><br>

                      </a> </font> </p>

                    <ul>

                      <li>Confidential...</li>

                      <li>You are Under No Obligation...</li>

                      <li>Make Decision Now=Out of Debt Sooner</li>

                    </ul>

                    <p>Top consultants previously associated with major<br>

                      Financial institutions are on your side!</p>

                    <p>Do you fall into one or all of these categories?</p>

                    <ul>

                      <li>Seriously in debt &amp; want to get out?</li>

                      <li>Bad Credit &amp; want to improve it?</li>

                      <li>Want to get a car, home, etc. &amp; were denied?</li>

                      <li>Don't know what to do about those collection calls?</li>

                      <li>Too much interest and late fees?</li>

                      <li>Threatened with lawsuits, judgments or liens?</li>

                      <li>Thinking about BANKRUPTCY?</li>

                    </ul>

                    <p align="center"><font color="#800040" size="5"><b><a href="http://218.54.19.140/debtfree/index.php"><font color="#990000">TO 

                      LEARN MORE CLICK HERE!</font></a></b></font></p>

                  </td>

                </tr>

              </table>

 

              <p><font color="#0000FF"><b>WE CAN HELP ELIMINATE THEM ALL!!</b></font><br>

                Our Premise is simple:<br>

                <font color="#0000FF"><b>DO NOT PAY THE BALANCE IN FULL!</b></font><br>

                We can help you settle those outstanding debt by as little as 

                40-70% of the principal. Professionally and legally done.</p>

              <p><b><font color="#0000FF">START MAKING A DECISION TODAY...WHY 

                WAIT???</font></b> Our 48 Hour Debt Solutions can analyze your 

                situation and get you out of debt the quickest way. We are a serious 

                company willing to help serious people out of debt. Our professional 

                can help you rebuild your financial foundation.</p>

              <p>You- 100% Commitment to Being Debt <font color="#990000">Free</font><br>

                Us- 110% Total Dedication to Get You Out of Debt!</p>

              <p><font color="#990000"><b><font size="+1">A &nbsp;G &nbsp;A &nbsp;I 

                &nbsp;N....<br>

                </font></b></font></p>

              <ul>

                <li>You have <b><font color="#0000FF">NOTHING</font></b> to lose</li>

                <li>Talking to our credit and debt consultants is <font color="#990000"><b>FREE</b></font></li>

                <li>Your privacy is <font color="#0000FF"><b>CONFIDENTIAL</b></font></li>

                <li>You are <font color="#FFFF00"><b><font color="#0000FF">UNDER 

                  NO OBLIGATION</font></b></font></li>

                <li>For a <b><font color="#990000">FREE</font></b> Consultation, 

                  please fill out your information in the form below</li>

              </ul>

              <p align="center"><font color="#800040" size="5"><b><a href="http://218.54.19.140/debtfree/index.php"><font color="#990000">TO 

                LEARN MORE CLICK HERE!</font></a></b></font></p>

            </td>

          </tr>

          <tr> 

            <td></td>

          </tr>

          <tr> 

            <td></td>

          </tr>

          <tr> 

            <td></td>

          </tr>

          <tr> 

            <td></td>

          </tr>

          <tr> 

            <td></td>

          </tr>

          <tr> 

            <td></td>

          </tr>

          <tr> 

            <td></td>

          </tr>

          <tr> 

            <td></td>

          </tr>

          <tr> 

            <td></td>

          </tr>

          <tr> 

            <td height="2"></td>

          </tr>

          </tbody> 

        </table>

      </div>

      <div align=center> 

        <hr>

        <p><span style='font-size:

  10.0pt;font-family:Verdana'><font color="#000000">If you wish to unsubscribe 

          from this list, please Click Here </font></span></p>

      </div>

    </td>

  </tr>

  </tbody> 

</table>

 

<br>

 

</BODY>

 

</HTML>


From eopl-teachers-request Tue Oct 29 04:50:59 2002
Return-Path: <eopl-teachers-request>
Received: from cumbres2.autopolis.local (adsl-autopolis-c-8181063494.uninet.net.mx [148.223.28.161] (may be forged))
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id g9T9oqm28294;
	Tue, 29 Oct 2002 04:50:53 -0500 (EST)
Received: from mail.celldata.co.za (200-158-130-229.dsl.telesp.net.br [200.158.130.229]) by cumbres2.autopolis.local with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
	id VNKARWG0; Tue, 29 Oct 2002 01:15:35 -0600
Message-ID: <000073463a7d$00001c74$00007320@mail.ncc.up.pt>
To: <Bill.T@ncs.com.sg>
From: "DC Loans" <Bill.T@ncs.com.sg>
Subject: [SPAM:##### 94%] Get A No Obligation Estimate Online..
Date: Mon, 28 Oct 2002 23:16:18 -2000
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Perlmx-Spam: Gauge=XXXXXXXXXIIII, Probability=94%, Report=BIG_FONT, CLICK_BELOW, CLICK_HERE_LINK, CTYPE_JUST_HTML, FREQ_SPAM_PHRASE, FROM_AND_TO_SAME, INVALID_DATE_TZ_ABSURD, IUCS_NEGATE_BIG_FONT, MAILTO_TO_REMOVE, NO_OBLIGATION, RCVD_IN_OSIRUSOFT_COM, REMOVE_IN_QUOTES, REMOVE_SUBJ

<html>
<body bgcolor=3D"#ffffff">
<center>
<table border=3D"0" cellpadding=3D"2" cellspacing=3D"0">
 <tr>
  <td bgcolor=3D"#000000">
   <table bgcolor=3D"#ffffff" border=3D"0" width=3D"470" cellpadding=3D"5"=
 cellspacing=3D"0">
    <tr>
     <td bgcolor=3D"#000000" align=3D"center">
      <font face=3D"arial" size=3D"4" color=3D"#FCFCAF"><b>Reduce Your Deb=
t & Eliminate All Interest and Fees!</b></font></td>
    </tr>
    <tr>
     <td align=3D"center">
      <a href=3D"http://www.virtual-biz.net/debt_fix"><font face=3D"arial"=
 size=3D"4" color=3D"#0000ff">Click Here Now to Reduce Your Debt up to 60%=
</font></a></b></font></td>
    </tr>
    <tr>
     <td align=3D"center">
      <br>
      <font face=3D"arial" size=3D"4" color=3D"#000000"><B>Your Free, No O=
bligation Debt Consultation<br>is only a Click away!</B></font></td>
    </tr>
    <tr>
     <td align=3D"left">
      <font face=3D"arial" size=3D"2" color=3D"#5A106C">
      &#8226&nbsp;<b>100% Confidential:</b> Your consultation is strictly =
private!</font></td>
    </tr>
    <tr>
     <td align=3D"left">
      <font face=3D"arial" size=3D"2" color=3D"#5A106C">
      &#8226&nbsp;<b>Speed things up:</b> Pay off your balances faster!</f=
ont></td>
    </tr>
    <tr>
     <td align=3D"left">
      <font face=3D"arial" size=3D"2" color=3D"#5A106C">
      &#8226&nbsp;<b>Eliminate Fees:</b> Get rid of those annoying Over-Li=
mit and Late Fees</font></td>
    </tr>
    <tr>
     <td align=3D"left">
      <font face=3D"arial" size=3D"2" color=3D"#5A106C">
      &#8226&nbsp;<i>No Home Ownership required</i></font></td>
    </tr>
    <tr>
     <td align=3D"center">
      <br>
      <a href=3D"http://www.virtual-biz.net/debt_fix"><font face=3D"arial"=
 size=3D"5" color=3D"#0000ff"><b>Restore Your Credit Rating</font></a></b>
      <br><font face=3D"arial" size=3D"2" color=3D"#000000"><i>End credito=
r harrassment and leave the hassle behind!</i></font></td>
    </tr>
    <tr>
     <td bgcolor=3D"#000000" align=3D"center">
      <font face=3D"arial" size=3D"3" color=3D"#FCFCAF"><b>You can be Debt=
-Free in 24 Months or Less!</b></font></td>
    </tr>
   </table>
  </td>
 </tr>
</table>
<p><table bgcolor=3D"#ffffff" border=3D"0" width=3D"470" cellpadding=3D"5"=
 cellspacing=3D"0"><tr><td align=3D"left">
<font face=3D"arial" size=3D"1" color=3D"#000000">
We use the list management services of an independent 3rd party to ensure =
your address will be removed upon request.
  Please send your e-mail to <u>remove@virtual-biz.net</u> with the word
"remove" in the subject line if you wish to be taken off of our list.
    </tr>
   </table>
  </td>
 </tr>
</table></center>
</body>
</html>




From eopl-teachers-request Fri Nov  1 00:27:28 2002
Return-Path: <eopl-teachers-request>
Received: from emelmanabi.com.ec (emelmanabimnt.telconet.net [200.81.72.140])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id gA15RC212545;
	Fri, 1 Nov 2002 00:27:13 -0500 (EST)
Received: from [200.161.195.213] (HELO secr.ifip.or.at)
  by emelmanabi.com.ec (CommuniGate Pro SMTP 3.5.9)
  with ESMTP id 2456275; Fri, 01 Nov 2002 00:20:21 -0500
Message-ID: <00004fa271b3$000078b8$0000565f@mailcleaner2.gits.net.th>
To: <Conference.C@neland.dk>
From: "E-Business News" <Conference.C@neland.dk>
Subject: [SPAM:##### 99%] Guaranteed Returns On Your Investment
Date: Thu, 31 Oct 2002 21:27:06 -2000
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIIIIII, Probability=99%, Report=BIG_FONT, CLICK_BELOW, COMMUNIGATE, CTYPE_JUST_HTML, EXCUSE_3, FORM_W_MAILTO_ACTION, FREE_CONSULTATION, FREQ_SPAM_PHRASE, FROM_AND_TO_SAME, GUARANTEE, HTML_WITH_BGCOLOR, INVALID_DATE_TZ_ABSURD, MAILTO_LINK, MAILTO_WITH_SUBJ, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_ORBS, REMOVE_IN_QUOTES, REMOVE_SUBJ

*This message was transferred with a trial version of CommuniGate(tm) Pro*
<!-- saved from url=3D(0022)http://internet.e-mail -->
<html>
<body bgcolor=3D"#003300">
<center>
<table border=3D"0" cellpadding=3D"2" cellspacing=3D"0">
 <tr>
  <td bgcolor=3D"#000000">
   <table bgcolor=3D"#ffffff" border=3D"0" width=3D"500" cellpadding=3D"8"=
 cellspacing=3D"0">
      <tr>
    <td align=3D"middle"><b><font color=3D#003300 size=3D5>Government</fon=
t>
  <font color=3D#ff0000 size=3D5> "Secured"</font><font color=3D#003300 si=
ze=3D5>
  Tax Certificates</B></font><br>
  <font color=3D#ff0000 size=3D4><b>PAY YOU </font></b><font color=3D#0033=
00 size=3D4><b>Between</font>
  <font color=3D#ff0000 size=3D4>15%-300%</font></b>
  <font color=3D#003300 size=3D4><B><U>GUARANTEED!</U>
  </b></font></center></tr></td>
<P>
  <TR>
    <TD align=3D"left"><FONT color=3D"#003300" size=3D3><B>
<LI>Find Real Estate For Pennies On The Dollar  
<LI>Receive Flexible Options For Your Money
<LI>Get Away From The Market Fluctuations
<LI>Receive a Collateralized Investment Opportunity
<LI>Get a Guaranteed Rate of Return On Your Investment</LI>
</tr></td></font></b></P>
<P>
  <TR>
    <TD align=3D"center"><FONT color=3D#003300 size=3D2>*(The numbers used=
 below are real examples. Individual <br>situations vary in all 50 states.=
  
   Affidavits are on file.)</font>
<table BORDER=3D"4" cellpadding=3D"5" cellspacing=3D"2" >   
<tr bgcolor=3D#FFFF99><th><i>State</i></th><th><i>Amount Paid</i></th><th>=
<i>Sold For</i></th><th><i>Profit</i></th></tr></font> 
<tr bgcolor=3D#CCCCCC><td>Kansas</td><td>$21,000.00</td></font><td>$170,00=
0.00</td><td><b>$149,000.00</b></td></tr> 
<tr bgcolor=3D#CCCCCC><td>Michigan</td><td>$422.43</td><td>$64,928.08</td>=
<td><b>$64,505.35</b></td></tr> 
<tr bgcolor=3D#CCCCCC><td>Oklahoma</td><td>$300.00</td><td>$20,000.00</td>=
<td><b>$19,700.00</b></td></TR> 
<tr bgcolor=3D#CCCCCC><td>Florida</td><td>$24,000</td><td>$63,900.00</td><=
td><b>$33,900.00</b></td></TR> 
<tr bgcolor=3D#CCCCCC><td>Colorado</td><td>$1,837.09</td><td>$23,308.62</t=
d><td><b>$21,471.53</b></td></TR> 
<tr bgcolor=3D#CCCCCC><td>Arizona</td><td>$250.00</td><td>$8,500.00</td><t=
d><b>$8,250.00</b></td></TR> 
<tr bgcolor=3D#CCCCCC><td>Georgia</td><td>$264.62</td><td>$4,900.00</td><t=
d><b>$4,635.00</b></td></TR> 
</table>
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D4=
07 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3D"left">We are the nation's largest single source of inform=
ation/education
 for the government tax industry.  Discover the secrets banks have been us=
ing for over 100 years.
Enjoy security in your investment(s) with the highest guaranteed interest =
returns compared to any other investment.
</FONT></B></TR></td></tbody></table>
<p>
  <TR>
    <TD align=3D"middle"><FONT color=3D#000000 size=3D4><B>Receive your</f=
ont><FONT color=3D#ff0000 size=3D4>
  FREE</font></b><FONT color=3D#000000 size=3D4><b> consultation with one<=
br> of our property specialists</FONT><br> 
</B></TR></td>
<P>
  <tr>
   <td align=3D"center"><FONT color=3D#000000 size=3D3><b>Fill out the sim=
ple form below.</b></FONT></FONT></tr></td>
<P>
  <tr>
   <td align=3D"center"><FONT color=3D#003300 size=3D2><b>Required Input F=
ield<FONT color=3D#ff0000 
size=3D2>*</b></FONT></FONT> 
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D5=
00 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3D"middle">
      <FORM action=3Dmailto:gov.invest@virtual-biz.net?subject=3DInvestmen=
t_Inquiry 
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Name</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>State</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DState></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Day Phone</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DDay Phone></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Night Phone</FONT></TD>
          <TD><INPUT name=3DNight Phone></TD></TR>
	<TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Best time to contact</FONT></TD>
          <TD width=3D"56%"><FONT color=3D#000000><SELECT size=3D1 name=3D=
Best time to contact> 
              <OPTION selected></OPTION> <OPTION 
              value=3DMorning>Morning</OPTION> <OPTION value=3DAfternoon>A=
fternoon</OPTION> 
              <OPTION value=3DEvening>Evening</OPTION>
              </SELECT></FONT></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>E-mail Address</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DE-mail Address></TD></TR>
        <TR>
          <TD width=3D"50%">
          <DIV align=3D"right"><font face=3D"Times, New Roman" 
            color=3D#000033 size=3D2>Objective</FONT></DIV></TD>
          <TD width=3D"56%"><FONT color=3D#000000><SELECT size=3D1 name=3D=
Objective> 
              <OPTION selected></OPTION> <OPTION 
              value=3DSecured_Investments>Secured Investments</OPTION> <OP=
TION value=3DBusiness_Opp>Business Opp</OPTION> 
              <OPTION value=3DNew_Career>New Career</OPTION><OPTION value=3D=
All_of_the_Above>All of the Above</OPTION>
              </SELECT></FONT></TD></TR></tbody></table>
      <P><INPUT type=3Dsubmit value=3D"Submit Information" name=3Dsubmit>
    </FORM></P></TD></TR>
<P>
  <tr>
    <td align=3D"center"><FONT color=3D"ff0000" size=3D2><br><B>*Note: </B=
></font><FONT color=3D000000 size=3D2>If you are using a web based email s=
ystem (such as:<br> Yahoo!, Hotmail etc.)
      the form above will not work.  <br>Instead of using the form, please=
 <A href=3D"mailto:gov.invest@virtual-biz.net?subject=3DInvestment_inquiry=
">click 
      here.</A><br></td></tr>
<p>
  <TR>
    <TD align=3D"middle"><FONT color=3D"ff0000" size=3D2>
      <b>*You need to include your name, state, and phone number in <br>th=
e body of the message 
      to receive a response.  Thank you.</td></tr></font>
<p>
  <TR>
    <TD align=3Dmiddle><FONT face=3D"Arial, Helvetica, sans-serif" color=3D=
#999999 
      size=3D1>To be removed from our list, please send an email to:<u> 
      delete@virtual-biz.net</u><BR>Include the word "remove" in the subje=
ct 
      line.</A></FONT></TD></TR></TBODY></TABLE></P></CENTER>
</BODY>
</HTML>




From eopl-teachers-request Tue Nov  5 21:13:36 2002
Return-Path: <eopl-teachers-request>
Received: from zerg.codec.ro (zerg.codec.ro [193.230.240.30])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id gA62DXQ11390;
	Tue, 5 Nov 2002 21:13:34 -0500 (EST)
Received: (from httpd@localhost)
	by zerg.codec.ro (8.11.6/8.11.4) id gA627pe14144;
	Wed, 6 Nov 2002 04:07:51 +0200
Message-Id: <200211060207.gA627pe14144@zerg.codec.ro>
From: Mariam Abacha <mariamuababacha@hotmail.ro>
To: mariamuababacha@hotmail.ro
Subject: [SPAM:#### 84%] We have not met before ........
Date: Wed, 6 Nov 2002 04:07:51 +0200
MIME-Version: 1.0
X-Originating-IP: [216.139.170.12]
X-Mailer: freemail 0.9.8
X-User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt; YComp 5.0.2.6)
X-Organization: ASTRAL FreeMail
X-Perlmx-Spam: Gauge=XXXXXXXXIIII, Probability=84%, Report=EXCUSE_3, FROM_AND_TO_SAME, IUCS_NIGERIAN_SCAM, NIGERIAN_SCAM_4, NIGERIAN_SCAM_5, NIGERIAN_SCAM_6, NIGERIAN_SCAM_7, PORN_14



Please reply to my Attorney:Barrister Mohammed Murtala
               Email Address: mohammed_murtala@yahoo.com

We have not met before, I got your contact through the Nigerian chambers of 
commence and I feel like I should trust you with something dear to my heart and 
family. My name is HAJIA (MRS.) MARIAM ABACHA wife of the Late Nigerian Head of 
State,GEN. SANNI ABACHA. 

It is no news telling you that my family has been going through untold hardship 
since the 8th June 1998 when my husband died, my family has lost so much 
including some fixed assets my husband acquired while in power.


Even now,our homes are under surveillance; worst of all, the Government has 
resorted to confiscating everything that has to do with our  family. Before the 
death of my husband, General Sanni Abacha, he ran among other business of his 
own a BUREAU DE CHANGE, which was 
flourishing with every Government support.

 From the Bureau De Change Business which has now been clamped down  on by 
Nigerian Government, I was able to save just  US$33.7Million  in cash. I tried 
to safeguard it in a security company  here in Nigeria but couldnt. Through the 
help of a close family friend who works in the Security Company, I diverted the 
US$33.7Million and moved it out of Nigeria under the label of photographic 
material  to a security company who haven affliate branches 
offices in UNITED ARAB EMIRATE,LONDON,EGPYT,AMERICA,AUSTRALIAN AND COLOMBIA.

For security reasons, I wouldnt mention the name of the country until I hear 
from you. In view of our condition here and the high  interest rate the 
security company charges, the consignment has to be removed from the security 
company immediately as my fmily and the Nigeria government have reached an 
agreement which will involve alot of funds. I would therefore need your honest 
assistance to clear this fund from the Security Company and safeguard it for me 
in your country until when called for.. 

Should you help me and my family pull out this, we on behalf of  myself and 
Mohammed my first son will compensate you with 25% of the money for yourself.

Please if you find it a profitable business to assist my family thencontact my 
lawyer, 
Barrister Mohammed Murtala for further discussions his email address 
is  mohammed_murtala@yahoo.com


Your telephone and fax numbers will also be needed to enable my 
lawyer,Barrister Mohammed Murtala,  get back to you with the formalities to 
proceed. 

As soon as you send this information through my lawyer, I will go ahead and 
instruct the Security Company to arrange for you to pick up the consignment.We 
have less than 2weeks to clear this consignment so I will be looking forward to 
your urgent response.

I thank you for your anticipated understanding and cooperation.

Insha Allah.


Best regards,


HAJIA (MRS.) M. ABACHA





______________________________________________________________________
Do you want a free e-mail for life ? Get it at http://www.hotmail.ro/


From eopl-teachers-request Mon Nov 11 14:54:54 2002
Return-Path: <eopl-teachers-request>
Received: from ntserver.apparel (64-51-153-238.client.dsl.net [64.51.153.238])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id gABJsr500261
	for <eopl-teachers@cs.indiana.edu>; Mon, 11 Nov 2002 14:54:53 -0500 (EST)
Received: from mail.Zapo.Net ([66.90.248.59]) by ntserver.apparel with Microsoft SMTPSVC(5.0.2195.5329);
	 Mon, 11 Nov 2002 14:49:59 -0500
Message-ID: <0000119659c6$000027a6$0000096a@mail.Zapo.Net>
To: <Friend>
From: "North Pole" <NorthPole@Zapo.Net>
Subject: [SPAM:#### 87%] Share the Magic of Christmas
Date: Mon, 11 Nov 2002 13:55:16 -1800
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: NorthPole@Zapo.Net
X-Priority: 5
X-MSMail-Priority: Low
MIME-Version: 1.0
X-Mailer: Mozilla 4.73 [en]C-CCK-MCD BA45DSL  (WinNT; U)
Sensitivity: Confidential
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300
X-OriginalArrivalTime: 11 Nov 2002 19:49:59.0968 (UTC) FILETIME=[84CC8200:01C289BB]
X-Perlmx-Spam: Gauge=XXXXXXXXIIIIIII, Probability=87%, Report=BIG_FONT, CLICK_BELOW, CLICK_HERE_LINK, CTYPE_JUST_HTML, EXCUSE_10, EXCUSE_14, FREQ_SPAM_PHRASE, INVALID_DATE_TZ_ABSURD, RCVD_IN_BL_SPAMCOP_NET, TO_MALFORMED

<HTML><HEAD><TITLE>Request a Letter from Santa Claus</TITLE><BASE href=3Dht=
tp://www.elfoutlet.com/ads/lfsEmail1.htm><META http-equiv=3DContent-Type c=
ontent=3D"text/html; charset=3Diso-8859-1"></HEAD><BODY leftMargin=3D0 top=
Margin=3D0><TABLE borderColor=3D#cc0000 cellSpacing=3D0 cellPadding=3D0 wi=
dth=3D580 background=3Dhttp://www.elfoutlet.com/ads/art/fill.gif border=3D=
4><TBODY><TR><TD><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" bac=
kground=3Dhttp://www.elfoutlet.com/ads/art/fill.gif border=3D0><TBODY><TR>=
<TD background=3Dhttp://www.elfoutlet.com/ads/art/hdr1.jpg><TABLE cellSpac=
ing=3D3 cellPadding=3D0 width=3D"100%" background=3Dhttp://www.elfoutlet.c=
om/ads/art/fill.gif border=3D0><TBODY><TR background=3D"http://www.elfoutl=
et.com/ads/art/fill.gif"><TD><IMG height=3D36 src=3D"http://www.elfoutlet.=
com/ads/art/fill.gif" width=3D50></TD><TD>&nbsp;</TD></TR><TR background=3D=
"http://www.elfoutlet.com/ads/art/fill.gif"><TD width=3D275><IMG height=3D=
275 src=3D"http://www.elfoutlet.com/ads/art/fill.gif" width=3D303></TD><TD=
><DIV align=3Dcenter><P><EM><STRONG><FONT face=3D"Arial, Helvetica, sans-s=
erif" color=3D#cc0000 size=3D4>When you were a child...<BR>remember how ex=
citing it was<BR>to get something in the mail?</FONT></STRONG></EM></P><P =
align=3Dleft><FONT face=3D"Arial, Helvetica, sans-serif" size=3D3>Now, ima=
gine if that something was a <A href=3D"http://www.elfoutlet.com/santa_let=
ters.asp">letter from Santa Claus</A> himself, in his handwriting -- and w=
hat if that letter said why <EM>you</EM> were good this year and what <EM>=
you</EM> wanted for Christmas?</FONT></P><P align=3Dcenter><STRONG><FONT f=
ace=3D"Arial, Helvetica, sans-serif" color=3D#cc0000 size=3D3>Now you can =
give that thrill to<BR>the special child in your life...<BR></FONT></STRON=
G><FONT face=3D"Arial, Helvetica, sans-serif" size=3D2><EM><STRONG>(or eve=
n an adult who's a child at heart!)</STRONG></EM></FONT></P></DIV></TD></T=
R></TBODY></TABLE></TD></TR></TBODY></TABLE><BR><TABLE cellSpacing=3D3 cel=
lPadding=3D0 width=3D"100%" border=3D0><TBODY><TR><TD><P><FONT face=3D"Ari=
al, Helvetica, sans-serif">It's easy! Simply <A href=3D"http://www.elfoutl=
et.com/santa_letters.asp">click here</A> to tell Santa the name and addres=
s of the child or friend. Then, tell him up to three reasons why this girl=
 or boy (of any age) was especially good this past year and what they=FFFF=
FF92re hoping to get for Christmas. You'll see the finished letter appear =
magically on the screen!</FONT></P><P align=3Dcenter><FONT face=3D"Arial, =
Helvetica, sans-serif" color=3D#cc0000 size=3D3><STRONG>At a low cost of $=
5.95, few presents can<BR>generate the delight of this letter from Santa.<=
/STRONG></FONT></P><P align=3Dleft><FONT face=3D"Arial, Helvetica, sans-se=
rif" size=3D3><STRONG>Our exclusive online Santa Letter Builder makes it e=
asy.</STRONG><BR>Santa will mail his letter right from (where else?) Santa=
 Claus, Indiana in plenty of time for delivery before Christmas. The lette=
r will even have the Santa Claus special commemorative postmark.</FONT></P=
><P align=3Dcenter><FONT face=3D"Arial, Helvetica, sans-serif" color=3D#cc=
0000 size=3D3><STRONG>Remember a child or friend in a special way this Chr=
istmas.</STRONG></FONT></P><P align=3Dcenter><FONT face=3D"Arial, Helvetic=
a, sans-serif" color=3D#cc0000 size=3D5><STRONG><A href=3D"http://www.elfo=
utlet.com/santa_letters.asp">Request a letter from Santa Claus now.</A></S=
TRONG></FONT></P><P align=3Dcenter><STRONG><FONT face=3D"Arial, Helvetica,=
 sans-serif" color=3D#cc0000 size=3D5><A href=3D"http://www.elfoutlet.com/=
santa_letters.asp"><IMG height=3D76 src=3D"http://www.elfoutlet.com/ads/ar=
t/logo.gif" width=3D187 border=3D0></A></FONT></STRONG></P></TD></TR></TBO=
DY></TABLE><P>&nbsp;</P></TD></TR></TBODY></TABLE><p class=3D"MsoNormal" s=
tyle=3D"text-autospace: none; margin: 5.0pt 0in"><span style=3D"font-size:=
9.0pt;font-family:Arial">You are receiving this special offer because you =
have provided permission to receive third party email communications regar=
ding special online promotions or offers. If you do not wish to receive an=
y further messages from our sponsors.</span></p><p class=3D"MsoNormal" sty=
le=3D"text-autospace: none; margin: 5.0pt 0in"><span style=3D"font-size:9.=
0pt;font-family:Arial">&nbsp;<u><span style=3D"color:blue"><a href=3D"http=
://opt-out.opmnet.net">Click Here</a></span></u> Please do not reply to th=
is email, your request will not be properly processed.</span></p></BODY></=
HTML>




From eopl-teachers-request Wed Nov 13 19:00:21 2002
Return-Path: <eopl-teachers-request>
Received: from coolre42840.com ([217.10.178.2])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id gAE00HX05045
	for <eopl-teachers@cs.indiana.edu>; Wed, 13 Nov 2002 19:00:18 -0500 (EST)
Message-Id: <200211140000.gAE00HX05045@moose.cs.indiana.edu>
From: "DR. GODSWILL     EZE" <godswillezecbn@yahoo.com>
Reply-To: adukep2002@yahoo.com
To: eopl-teachers@cs.indiana.edu
Date: Thu, 14 Nov 2002 10:39:29 +0100
Subject: [SPAM:#### 81%] TOP REVELATION
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Perlmx-Spam: Gauge=XXXXXXXXI, Probability=81%, Report=DIFFERENT_REPLY_TO, FORGED_YAHOO_RCVD, IUCS_NIGERIAN_SCAM, MAILTO_TO_SPAM_ADDR, NIGERIAN_SCAM_3, SUPERLONG_LINE
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by moose.cs.indiana.edu id gAE00OX05049

>From the office of: DR.GODSWILL EZE(C.B.N)
Private Tel: 234-8033326491
E-mail: adukep2002@yahoo.com 
ATTN: BENEFICIARY CONTRACTOR
NOTE: THE INFORMATION IN THIS MESSAGE AND IN ANY ATTACHMENTS, CONTAINS CONFIDENTIAL INFORMATION AND IS
INTENDED SOLELY FOR THE ATTENTION AND USE OF THE NAMED ADDRESSEE (S). IT MUST NOT BE DISCLOSED TO ANY
PERSON(S) WITHOUT AUTHORIZATION. IF YOU ARE NOT THE INTENDED RECIPIENT, OR A PERSON RESPONSIBLE FOR
DELIVERING IT TO THE INTENDED RECIPIENT, YOU ARE NOT AUTHORIZED TO AND MUST NOT, DISCLOSE, COPY,DISTRIBUTE, OR RETAIN THIS MESSAGE OR ANY PART OF IT.”
RE: UNPAID CONTRACT SUM 
After waiting to hear from you or your Nigeria partners for a long time now, I decided to make this direct approach to you in other not to let it be as if I have anything in mind against you. I do not know if you have asked yourself why each time the release of
>these fund is approved, all of a sudden, the payment will be stopped or one problem or the other will come up. If you have not asked this question or you do not know, this is an opportunity for me to tell you.
Some time ago, your Nigerian friend I mean the people that introduced you to the project approached me through my dear Wife who works with the federal Ministry of Finance and requested me to assist them conclude a money transfer deal they had with you, they requested me to assist them by removing the original contractors name, companys name and bank particulars from Central bank of Nigeria (CBN) vetting computer and replacing them with your name and your bank details in order to make you appear as the rightful beneficiary of this funds. I agreed on condition that they will pay me $100,000 as soon as your name appears
as the beneficiary. I did as agreed and demanded to be paid but your friends started telling me stories. They even told me that you promise to send money to me. Do you know that up till now, I have not received a single cent from them and have not set my eyes on any of them.
Based on their attitude, I decided to stop the funds release movement because I cannot be denied of my right in my own office considering the risk as it might affect my job. Secondly, I know the source of the funds and you did not execute any contract in
Nigeria, although I am the only person privileged to know this information and it is a fact. Why I am making this clear to you is that I can see that you are still making efforts spending money in order to conclude this project. Now I am ready to forget the past, I do not need the $100,000 any longer from you but a share of 25% of the total sum. I need your assurance that those your colleagues will be totally keep out of this transaction, I know that none of them is aware of this transaction after trying their best to conclude it without my consent.
Finally, I need your promise that no official of the Central bank of Nigeria will be aware of my involvement in this regard. Now re-assure me that you will be willing to offer me the 25% of the fund, that you will assist my wife and personal assistant to
establish a foreign account in your country where my share will be lodged.
f you are ready to conclude this business with me,you can contact me immediately on Tel. No. 234-8033326491 so that we can have chat over this issue once and for all so that we can move forward. But if the reverse is the case, do not bother yourself to reach me.
Regards,
DR. GODSWILL EZE
DIRECTOR (K.T.T UNIT) C.B.N



From eopl-teachers-request Thu Nov 21 06:28:09 2002
Return-Path: <eopl-teachers-request>
Received: from cycna.com.mx (host-148-244-209-131.block.alestra.net.mx [148.244.209.131])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id gALBS7S17501
	for <eopl-teachers@cs.indiana.edu>; Thu, 21 Nov 2002 06:28:08 -0500 (EST)
Received: from mail.Zapo.Net ([67.234.73.126]) by cycna.com.mx for <OneRate@Zapo.Net> with eXtremail; Thu, 21 Nov 2002 05:23:51 -6GMT
Message-ID: <0000480e7a57$00001073$00007e69@mail.Zapo.Net>
To: <Friend>
From: "Free LD" <OneRate@Zapo.Net>
Subject: [SPAM:##### 93%] Unlimited Residential Long Distance - w/ Free Bonuses!
Date: Thu, 21 Nov 2002 05:22:47 -1800
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: OneRate@Zapo.Net
X-Priority: 5
X-MSMail-Priority: Low
MIME-Version: 1.0
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
Sensitivity: Private
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300
X-Perlmx-Spam: Gauge=XXXXXXXXXIII, Probability=93%, Report=CLICK_BELOW, CLICK_HERE_LINK, CTYPE_JUST_HTML, EXCUSE_3, EXCUSE_7, HTML_EMBEDS, INVALID_DATE_TZ_ABSURD, PLING, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_OSIRUSOFT_COM, TO_MALFORMED

<HTML><BODY BGCOLOR=3D#FFFFFF><object classid=3D"clsid:D27CDB6E-AE6D-11cf-9=
6B8-444553540000" codebase=3D"http:/download.macromedia.com/pub/shockwave/=
cabs/flash/swflash.cab#version=3D5,0,0,0" width=3D"18" height=3D"18"> <par=
am name=3Dmovie value=3D"http://www.OurOneRate.com/ad/newsound.swf"><param=
 name=3Dquality value=3Dhigh><embed src=3D"http://www.FamilyOneRate.com/ad=
/newsound.swf" quality=3Dhigh pluginspage=3D"http:/www.macromedia.com/shoc=
kwave/download/index.cgi?P1_Prod_Version=3DShockwaveFlash" type=3D"applica=
tion/x-shockwave-flash" width=3D"18" height=3D"18"></embed></object><TABLE=
 WIDTH=3D600 BORDER=3D0 CELLPADDING=3D0 CELLSPACING=3D0 align=3D"center"><=
TR><TD COLSPAN=3D3><IMG SRC=3D"http://www.OneRateNow.com/ad/images/long-di=
stance_01.gif" WIDTH=3D600 HEIGHT=3D57></TD><TD><IMG SRC=3D"http://www.Our=
OneRate.com/ad/images/spacer.gif" WIDTH=3D1 HEIGHT=3D57></TD></TR><TR><TD>=
<IMG SRC=3D"http://www.FamilyOneRate.com/ad/images/long-distance_02.gif" W=
IDTH=3D378 HEIGHT=3D31></TD><TD COLSPAN=3D2 ROWSPAN=3D2><IMG SRC=3D"http:/=
/www.OneRateNow.com/ad/images/long-distance_03.gif" WIDTH=3D222 HEIGHT=3D2=
18></TD><TD><IMG SRC=3D"http://www.OurOneRate.com/ad/images/spacer.gif" WI=
DTH=3D1 HEIGHT=3D31></TD></TR><TR><TD ROWSPAN=3D2><IMG SRC=3D"http://www.F=
amilyOneRate.com/ad/images/long-distance_04.gif" WIDTH=3D378 HEIGHT=3D282>=
</TD><TD><IMG SRC=3D"http://www.OneRateNow.com/ad/images/spacer.gif" WIDTH=
=3D1 HEIGHT=3D187></TD></TR><TR><TD><IMG SRC=3D"http://www.OurOneRate.com/=
ad/images/long-distance_05.gif" WIDTH=3D69 HEIGHT=3D95></TD><TD><map name=3D=
"FPMap0"><area href=3D"https://FamilyOneRate.com" shape=3D"rect" coords=3D=
"0, 0, 152, 94"></map><IMG SRC=3D"http://www.OneRateNow.com/ad/images/long=
-distance_06.gif" WIDTH=3D153 HEIGHT=3D95 usemap=3D"#FPMap0" border=3D"0">=
</TD><TD><IMG SRC=3D"http://www.OurOneRate.com/ad/images/spacer.gif" WIDTH=
=3D1 HEIGHT=3D95></TD></TR><TR><TD COLSPAN=3D3><IMG SRC=3D"http://www.Fami=
lyOneRate.com/ad/images/long-distance_07.gif" WIDTH=3D600 HEIGHT=3D53></TD=
><TD><IMG SRC=3D"http://www.OneRateNow.com/ad/images/spacer.gif" WIDTH=3D1=
 HEIGHT=3D53></TD></TR></TABLE><div align=3D"center"><b><font face=3D"Verd=
ana, Arial, Helvetica, sans-serif" size=3D"1">Please <a href=3D"http://opt=
-out.opmnet.net">click here</a> if you wish to be removed from this mailin=
g list</font></b></div></BODY></HTML>





From eopl-teachers-request Sat Dec  7 22:42:29 2002
Return-Path: <eopl-teachers-request>
Received: from webmail10.buydomains.dk ([64.83.96.20])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id gB83gRY22319
	for <eopl-teachers@cs.indiana.edu>; Sat, 7 Dec 2002 22:42:28 -0500 (EST)
Received: from mail.zapo.net [66.90.248.52] by webmail10.buydomains.dk with ESMTP
  (SMTPD32-6.06) id A05B86002E; Sun, 08 Dec 2002 11:41:15 -0800
Message-ID: <000063213ad7$00004729$00003391@mail.zapo.net>
To: <Friend>
From: "Explorer Micro" <ExplorerMicro@zapo.net>
Subject: [SPAM:##### 93%] Complete New Computers For Just $199!!
Date: Sat, 07 Dec 2002 21:42:06 -1800
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: ExplorerMicro@zapo.net
X-Priority: 3
X-MSMail-Priority: Normal
MIME-Version: 1.0
X-Mailer: Microsoft Outlook Express 5.00.2919.6600
Sensitivity: Personal
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
X-Perlmx-Spam: Gauge=XXXXXXXXXIII, Probability=93%, Report=CLICK_BELOW, CLICK_HERE_LINK, CTYPE_JUST_HTML, FOR_JUST_SOME_AMT, FREQ_SPAM_PHRASE, INVALID_DATE_TZ_ABSURD, ONE_HUNDRED_PC_FREE, PLING, PLING2, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_OSIRUSOFT_COM, SMTPD_IN_RCVD, TO_MALFORMED

<html><body><p>
<a href=3D"http://shop.explorermicro.com/acb/showdetl.cfm?&DS_ID=3D2&Produ=
ct_ID=3D1880&DID=3D6">
<img border=3D"0" src=3D"http://home1.gte.net/web23zh4/199%20special%20new=
-2.gif" width=3D"610" height=3D"300"></a></p><p><span style=3D"font-family=
: Times New Roman"><font style=3D"font-size: 8pt">* You chose to be an Adm=
inistrator Notices, Newsletter or Developer Announcement recipient. We=FFF=
FFF92re excited to bring you exclusive access to great content and special=
s plus other convenient tools and services. </font></span><font style=3D"f=
ont-size: 8pt" face=3D"Times New Roman">We also respect your right to priv=
acy, If you feel that this service is no longer of benefit to you, and you=
 do not want to be notified along with the executives on this list, </font=
><span style=3D"font-family: Times New Roman"><font style=3D"font-size: 8p=
t">Simply
<a href=3D"http://opt-out.email-deliveries.net">CLICK HERE</a> and you wil=
l be removed from the recipients. Before you do, however please remember w=
e are providing you with services for financial success and valuable infor=
mation about opportunities on an absolutely free basis.</font></span></p><=
/body></html>




From eopl-teachers-request Mon Dec  9 02:46:47 2002
Return-Path: <eopl-teachers-request>
Received: from mail.globalmarket.com ([211.155.30.244])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id gB97kh610168
	for <eopl-teachers@cs.indiana.edu>; Mon, 9 Dec 2002 02:46:44 -0500 (EST)
Received: from mail.zapo.net [67.234.73.182] by mail.globalmarket.com with ESMTP
  (SMTPD32-7.05) id A956F3E00C2; Mon, 09 Dec 2002 15:42:14 +0800
Message-ID: <00006ed64408$000011cb$00005e53@mail.zapo.net>
To: <Friend>
From: "OneRateNow" <AmericaOneRate@zapo.net>
Subject: [SPAM:#### 87%] Huge Phone Bill? Unlimited Long Distance - $39.95
Date: Mon, 09 Dec 2002 01:43:35 -1800
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: AmericaOneRate@zapo.net
X-Priority: 3
X-MSMail-Priority: Normal
MIME-Version: 1.0
X-Mailer: Microsoft Outlook, Build 10.0.2616
Sensitivity: Confidential
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
X-Perlmx-Spam: Gauge=XXXXXXXXIIIIIII, Probability=87%, Report=CTYPE_JUST_HTML, INVALID_DATE_TZ_ABSURD, OPT_IN, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_OSIRUSOFT_COM, SMTPD_IN_RCVD, SUBJ_HAS_Q_MARK, TO_MALFORMED

<HTML><HEAD><TITLE>Instant Unlimited Long Distance - One Rate Inc.</TITLE><=
META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1"=
><LINK href=3D"http://www.oneratenow.com/style.css" type=3Dtext/css rel=3D=
stylesheet><BODY bgColor=3D#ffffff leftMargin=3D0 topMargin=3D0 marginwidt=
h=3D"0" marginheight=3D"0"><DIV><FONT face=3DArial size=3D2></FONT>&nbsp;<=
/DIV><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" align=3Dcenter =
bgColor=3D#ffffff border=3D0><TBODY><TR><TD><IMG alt=3D"Unlimited Long Dis=
tance." hspace=3D0 src=3D"http://www.oneratenow.com/images/top.gif" border=
=3D0 width=3D"700" height=3D"84"><A href=3D"http://www.oneratenow.com"></A=
></TD></TR><TR><TD><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" b=
gColor=3D#ffffff border=3D0><TBODY><TR bgColor=3D#6699cc><TD height=3D64><=
IMG alt=3D"Unlimited Long Distance." hspace=3D0 src=3D"http://www.oneraten=
ow.com/images/throughouttheusa.gif" border=3D0 width=3D"550" height=3D"64"=
><A href=3D"http://www.oneratenow.com"></A></TD></TR></TBODY></TABLE></TD>=
</TR><TR><TD><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D700 bgColor=3D=
#ffffff border=3D0><TBODY><TR><TD><IMG alt=3D"" hspace=3D0 src=3D"http://w=
ww.oneratenow.com/images/signuptoday.gif" border=3D0 width=3D"41" height=3D=
"252"><A href=3D"http://www.oneratenow.com"></A></TD><TD vAlign=3Dtop bgCo=
lor=3D#ffffff><TABLE class=3Dboxoutline cellSpacing=3D0 cellPadding=3D7 wi=
dth=3D200 border=3D0><TBODY><TR><TD><A href=3D"http://www.oneratenow.com">=
<IMG alt=3D"" hspace=3D0 src=3D"http://www.oneratenow.com/images/image_blo=
ndphone.jpg" border=3D0 width=3D"153" height=3D"285"></A><IMG alt=3D"" hsp=
ace=3D0 src=3D"http://www.oneratenow.com/images/text_bill_to_high.gif" bor=
der=3D0 width=3D"163" height=3D"285"></TD></TR></TBODY></TABLE></TD><TD vA=
lign=3Dtop width=3D316><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D316 =
bgColor=3D#ffffff border=3D0><TBODY><TR><TD><TABLE cellSpacing=3D0 cellPad=
ding=3D0 width=3D316 bgColor=3D#ffffff border=3D0><TBODY><TR><TD></TD><TD>=
</TD></TR></TBODY></TABLE><DIV align=3Dcenter><A href=3D"http://www.onerat=
enow.com/">You need to go here</A></DIV></TD></TR><TR><TD><TABLE cellSpaci=
ng=3D0 cellPadding=3D0 width=3D316 background=3Dhttp://www.oneratenow.com/=
images/globe_background_whole.gif border=3D0><TBODY><TR><TD><TABLE class=3D=
info cellSpacing=3D0 cellPadding=3D7 width=3D"100%" border=3D0><TBODY><TR>=
<TD><BR> <IMG alt=3D"" hspace=3D0 src=3D"http://www.oneratenow.com/images/=
checkmark.gif" border=3D0 width=3D"18" height=3D"16"></TD><TD><BR>Zero cen=
ts per minute. You pay by the month, not by the minute.</TD></TR><TR><TD><=
IMG alt=3D"" hspace=3D0 src=3D"http://www.oneratenow.com/images/checkmark.=
gif" border=3D0 width=3D"18" height=3D"16"></TD><TD>Unlimited residential =
calling, both in-state and out of state, within the continental U.S.</TD><=
/TR><TR><TD><IMG alt=3D"" hspace=3D0 src=3D"http://www.oneratenow.com/imag=
es/checkmark.gif" border=3D0 width=3D"18" height=3D"16"></TD><TD>
There is no need to switch from your current long distance company. We wil=
l enable you to  dial around them.</TD></TR><TR><TD><IMG alt=3D"" hspace=3D=
0 src=3D"http://www.oneratenow.com/images/checkmark.gif" border=3D0 width=3D=
"18" height=3D"16"></TD><TD>Talk as much as you want - stop worrying about=
 huge long distance bills.</TD></TR><TR><TD><IMG alt=3D"" hspace=3D0 src=3D=
"http://www.oneratenow.com/images/checkmark.gif" border=3D0 width=3D"18" h=
eight=3D"16"></TD><TD>No contracts, and no hidden fees - ever.</TD></TR><T=
R><TD><IMG alt=3D"" hspace=3D0 src=3D"http://www.oneratenow.com/images/che=
ckmark.gif" border=3D0 width=3D"18" height=3D"16"></TD><TD>$39.95 per mont=
h - unlimited. &nbsp;There is a one time $20 setup fee for each plan.</TD>=
</TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><=
/TD></TR><TR><TD>&nbsp;</TD><TD vAlign=3Dtop bgColor=3D#ffffff colSpan=3D2=
><DIV align=3Dcenter><A href=3D"http://www.oneratenow.com"></A></DIV><DIV =
align=3Dcenter><IMG alt=3D"" hspace=3D0 src=3D"http://www.oneratenow.com/i=
mages/signuptoday_link.gif" align=3Dbaseline border=3D0 width=3D"207" heig=
ht=3D"40"></DIV><BR><P align=3Dcenter>&nbsp;<A href=3D"http://www.oneraten=
ow.com/howitworks.php">More Information</A></P><TABLE class=3Dauthor cellS=
pacing=3D0 cellPadding=3D3 width=3D"100%" align=3Dcenter border=3D0><TBODY=
><TR><TD><DIV align=3Dcenter><SPAN class=3Dweekdays>Flat rate unlimited ca=
lling plans. Unlimited in-state and out-of-state calls. Zero cents per min=
ute long distance.</SPAN></DIV></TD></TR><TR><TD><DIV align=3Dcenter><A hr=
ef=3D"http://www.oneratenow.com/">Privacy Policy</A> and <A href=3D"http:/=
/www.oneratenow.com/">Terms of Service</A></DIV><DIV align=3Dcenter><font =
color=3D"#6699CC"><b><a href=3D"http://opt-out.email-deliveries.net"><font=
 color=3D"#6699CC">Its as easy to Opt-Out as it is to Opt-In!</font></a></=
b></font></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></=
TR></TBODY></TABLE><IMG src=3D"http://www.oneratenow.com/ad/count.php" wid=
th=3D"1" height=3D"1" border=3D0></BODY></HTML>




From eopl-teachers-request Fri Dec 13 00:17:01 2002
Return-Path: <eopl-teachers-request>
Received: from gazinter.net (mail.gazinter.net [212.44.64.5])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id gBD5Gvi27117
	for <eopl-teachers@cs.indiana.edu>; Fri, 13 Dec 2002 00:16:58 -0500 (EST)
Received: from 212.44.67.6 ([212.44.67.6] verified)
  by gazinter.net (CommuniGate Pro SMTP 4.0.2)
  with SMTP id 917715; Fri, 13 Dec 2002 07:14:58 +0200
Date: Wed, 4 Dec 2002 15:10:10 -0100
To: Ascher Schall <Machnik@email.com>
From: Bellinder Kossack <BellinderKossack@webtv.com>
Reply-To: bytyjhg@yahoo.com@yahoo.com
Subject: [SPAM:### 72%] Get Viagra in the convenience of your home (MJ1rK3R2Ioy)
X-MSMail-Priority: Normal
Importance: Normal
X-Originating-Ip: [803.08.4.99]
Errors-To: <bytyjhg@yahoo.com@yahoo.com>
X-Sender: "Bellinder Kossack" <BellinderKossack@webtv.com>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="w0QulX50bU73PlS71Ir16yWJ0v2DV010dR1i6h0OY78T26v6tIt"
Content-Transfer-Encoding: 7bit
Message-ID: <auto-000000917715@gazinter.net>
X-Perlmx-Spam: Gauge=XXXXXXXII, Probability=72%, Report=CLICK_BELOW, CLICK_HERE_LINK, DIFFERENT_REPLY_TO, HTTP_ESCAPED_HOST, VIAGRA

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

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

--w0QulX50bU73PlS71Ir16yWJ0v2DV010dR1i6h0OY78T26v6tIt--


From eopl-teachers-request Fri Dec 13 01:06:35 2002
Return-Path: <eopl-teachers-request>
Received: from trg-ntserver-1.trgyorkpa.com (trgmail.trgyorkpa.com [207.181.186.71])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id gBD66Si28898;
	Fri, 13 Dec 2002 01:06:30 -0500 (EST)
Received: from relay.jubii.dk (62.251.140.10 [62.251.140.10]) by trg-ntserver-1.trgyorkpa.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
	id YXAB9R3N; Fri, 13 Dec 2002 01:07:49 -0500
Message-ID: <00006ead40a8$00000c03$0000466c@relay.jubii.dk>
To: <Tim.M@jwest.telkom.co.id>
From: "Customer Service" <Tim.M@jwest.telkom.co.id>
Subject: [SPAM:##### 97%] Insider Secrets of Investing
Date: Thu, 12 Dec 2002 22:06:35 -2000
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIIII, Probability=97%, Report=BIG_FONT, CLICK_BELOW, CTYPE_JUST_HTML, EXCUSE_3, FORM_W_MAILTO_ACTION, FREQ_SPAM_PHRASE, FROM_AND_TO_SAME, GUARANTEE, HTML_WITH_BGCOLOR, INVALID_DATE_TZ_ABSURD, MAILTO_LINK, MAILTO_TO_REMOVE, MAILTO_WITH_SUBJ, RCVD_IN_BL_SPAMCOP_NET, REMOVE_IN_QUOTES, REMOVE_SUBJ

<html>
<body bgcolor=3D"#993333">
<center>
<table border=3D"0" cellpadding=3D"2" cellspacing=3D"0">
 <tr>
  <td bgcolor=3D"#000000">
   <table bgcolor=3D"#ffffff" border=3D"0" width=3D"525" cellpadding=3D"8"=
 cellspacing=3D"0">
      <tr>
    <td align=3D"middle"><b><font color=3D#000033 size=3D5>Real Estate For=
 Pennies On The Dollar!</font><br>
<font color=3D#993333 size=3D4>Or Earn 15-50% Interest On Your Investment
<br>
<font color=3D#000033 size=3D3><U>GUARANTEED BY THE GOVERNMENT</u>
  </b></font></center></tr></td>
<P>
  <TR>
    <TD align=3D"left"><FONT color=3D"#000033" size=3D3> 
<LI>The highest guaranteed interest returns compared to any other investme=
nt.
<LI>Returns up to 100 times your money backed by government property.
<LI>Security in your investment the stock market cannot compare to.
<LI>Tailored programs to accommodate individual needs and goals.
</tr></td></font></b></P>
<P>
  <TR>
    <TD align=3D"center"><FONT color=3D#000033 size=3D2>* The numbers used=
 below are real examples.</font>
<table BORDER=3D"4" cellpadding=3D"5" cellspacing=3D"2" >   
<tr bgcolor=3D#993333><th><font color=3D"ffffff">State</th></font><th><fon=
t color=3D"ffffff">Amount Paid</th></font><th><font color=3D"ffffff">Sold =
For</th></font><th><font color=3D"ffffff">Profit</th></font></tr> 
<tr bgcolor=3D#CCCCCC><td>Kansas</td><td>$21,000.00</td></font><td>$170,00=
0.00</td><td><b>$149,000.00</b></td></tr> 
<tr bgcolor=3D#CCCCCC><td>Michigan</td><td>$422.43</td><td>$64,928.08</td>=
<td><b>$64,505.35</b></td></tr> 
<tr bgcolor=3D#CCCCCC><td>Oklahoma</td><td>$300.00</td><td>$20,000.00</td>=
<td><b>$19,700.00</b></td></TR> 
<tr bgcolor=3D#CCCCCC><td>Florida</td><td>$24,000</td><td>$63,900.00</td><=
td><b>$33,900.00</b></td></TR> 
<tr bgcolor=3D#CCCCCC><td>Colorado</td><td>$1,837.09</td><td>$23,308.62</t=
d><td><b>$21,471.53</b></td></TR> 
<tr bgcolor=3D#CCCCCC><td>Arizona</td><td>$250.00</td><td>$8,500.00</td><t=
d><b>$8,250.00</b></td></TR> 
<tr bgcolor=3D#CCCCCC><td>Georgia</td><td>$264.62</td><td>$4,900.00</td><t=
d><b>$4,635.00</b></td></TR> 
</table></font>
<FONT color=3D#000033 size=3D2>(Individual situations vary in all 50 state=
s.  
   Affidavits are on file.)
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D4=
07 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3D"left"><FONT color=3D#000033><b>We are the nation's larges=
t single source of information/ education
 for the government tax industry.  Discover the secrets banks have been us=
ing for over 100 years.
Enjoy security in your investment(s) with the highest guaranteed interest =
returns compared to any other investment.
</FONT></B></TR></td></tbody></table>
<p>
  <TR>
    <TD align=3D"middle"><FONT color=3D#000033 size=3D4><B>Receive your</f=
ont><FONT color=3D#993333 size=3D4>
  FREE</font></b><FONT color=3D#000033 size=3D4><b> copy of:<br> <FONT col=
or=3D#993333 size=3D4><u>Insider Secrets to Investing In 
Government<br> Secured Tax Certificates</u></FONT><br> 
  (A $39.95 Value)</FONT></B></TR></td>
<P>
  <tr>
   <td align=3D"center"><FONT color=3D#000033 size=3D2><b>Required Input F=
ield<FONT color=3D#ff0000 
size=3D2>*</b></FONT></FONT> 
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D5=
00 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3D"middle">
      <FORM action=3Dmailto:info@gov-invest.com?subject=3DInvestment_Inqui=
ry 
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Name</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>State</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DState></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Day Phone</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DDay Phone></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Night Phone</FONT></TD>
          <TD><INPUT name=3DNight Phone></TD></TR>
	<TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Best time to contact</FONT></TD>
          <TD width=3D"56%"><FONT color=3D#000000><SELECT size=3D1 name=3D=
Best time to contact> 
              <OPTION selected></OPTION> <OPTION 
              value=3DMorning>Morning</OPTION> <OPTION value=3DAfternoon>A=
fternoon</OPTION> 
              <OPTION value=3DEvening>Evening</OPTION>
              </SELECT></FONT></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>E-mail Address</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DE-mail Address></TD></TR>
        <TR>
          <TD width=3D"50%">
          <DIV align=3D"right"><font face=3D"Times, New Roman" 
            color=3D#000000 size=3D2>Objective</FONT></DIV></TD>
          <TD width=3D"56%"><FONT color=3D#000000><SELECT size=3D1 name=3D=
Objective> 
              <OPTION selected></OPTION> <OPTION 
              value=3DSecured_Investments>Secured Investments</OPTION> <OP=
TION value=3DBusiness_Opp>Business Opp</OPTION> 
              <OPTION value=3DNew_Career>New Career</OPTION><OPTION value=3D=
All_of_the_Above>All of the Above</OPTION>
              </SELECT></FONT></TD></TR></tbody></table>
      <P><INPUT type=3Dsubmit value=3D"Submit Information" name=3Dsubmit>
    </FORM></P></TD></TR>
<P>
  <tr>
    <td align=3D"center"><FONT color=3D"993333" size=3D2><br><B>*Note: </B=
></font><FONT color=3D000000 size=3D2>If you are using a web based email s=
ystem (such as:<br> Yahoo!, Hotmail etc.)
      the form above will not work.  <br>Instead of using the form, please=
 <A href=3D"mailto:info@gov-invest.com?subject=3DInvestment_inquiry">click=
 
      here.</A><br></td></tr>
<p>
  <TR>
    <TD align=3D"middle"><FONT color=3D"993333" size=3D2>
      <b>*You need to include your name, state, and phone number in <br>th=
e body of the message 
      to receive a response.  Thank you.</td></tr></font>
<p>
  <TR>
    <TD align=3Dmiddle><FONT face=3D"Arial, Helvetica, sans-serif" color=3D=
#999999 
      size=3D1>To be removed from our list, please send an email to:<u> 
      remove@gov-invest.com</u><BR>Include the word "remove" in the subjec=
t 
      line.</A></FONT></TD></TR></TBODY></TABLE></P></CENTER>
</BODY>
</HTML>




From eopl-teachers-request Fri Dec 13 20:49:25 2002
Return-Path: <eopl-teachers-request>
Received: from picard.skynet.be (picard.skynet.be [195.238.3.88])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id gBE1nKV04984;
	Fri, 13 Dec 2002 20:49:21 -0500 (EST)
Received: from server.vercaigne.be (69.78-200-80.adsl.skynet.be [80.200.78.69])
	by picard.skynet.be (8.11.6/8.11.6/Skynet-OUT-2.20) with ESMTP id gBE1n5904879;
	Sat, 14 Dec 2002 02:49:06 +0100 (MET)
	(envelope-from <Tim.M@jwest.telkom.co.id>)
Received: from relay.jubii.dk (host98-198.pool8172.interbusiness.it [81.72.198.98]) by server.vercaigne.be with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
	id YZ2FYSG6; Fri, 13 Dec 2002 07:26:26 +0100
Message-ID: <00006ead40a8$00000c03$0000466c@relay.jubii.dk>
To: <Tim.M@jwest.telkom.co.id>
From: "Customer Service" <Tim.M@jwest.telkom.co.id>
Subject: [SPAM:##### 97%] Insider Secrets of Investing
Date: Thu, 12 Dec 2002 22:17:08 -2000
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIIII, Probability=97%, Report=BIG_FONT, CLICK_BELOW, CTYPE_JUST_HTML, EXCUSE_3, FORM_W_MAILTO_ACTION, FREQ_SPAM_PHRASE, FROM_AND_TO_SAME, GUARANTEE, HTML_WITH_BGCOLOR, INVALID_DATE_TZ_ABSURD, MAILTO_LINK, MAILTO_TO_REMOVE, MAILTO_WITH_SUBJ, RCVD_IN_BL_SPAMCOP_NET, REMOVE_IN_QUOTES, REMOVE_SUBJ

<html>
<body bgcolor=3D"#993333">
<center>
<table border=3D"0" cellpadding=3D"2" cellspacing=3D"0">
 <tr>
  <td bgcolor=3D"#000000">
   <table bgcolor=3D"#ffffff" border=3D"0" width=3D"525" cellpadding=3D"8"=
 cellspacing=3D"0">
      <tr>
    <td align=3D"middle"><b><font color=3D#000033 size=3D5>Real Estate For=
 Pennies On The Dollar!</font><br>
<font color=3D#993333 size=3D4>Or Earn 15-50% Interest On Your Investment
<br>
<font color=3D#000033 size=3D3><U>GUARANTEED BY THE GOVERNMENT</u>
  </b></font></center></tr></td>
<P>
  <TR>
    <TD align=3D"left"><FONT color=3D"#000033" size=3D3> 
<LI>The highest guaranteed interest returns compared to any other investme=
nt.
<LI>Returns up to 100 times your money backed by government property.
<LI>Security in your investment the stock market cannot compare to.
<LI>Tailored programs to accommodate individual needs and goals.
</tr></td></font></b></P>
<P>
  <TR>
    <TD align=3D"center"><FONT color=3D#000033 size=3D2>* The numbers used=
 below are real examples.</font>
<table BORDER=3D"4" cellpadding=3D"5" cellspacing=3D"2" >   
<tr bgcolor=3D#993333><th><font color=3D"ffffff">State</th></font><th><fon=
t color=3D"ffffff">Amount Paid</th></font><th><font color=3D"ffffff">Sold =
For</th></font><th><font color=3D"ffffff">Profit</th></font></tr> 
<tr bgcolor=3D#CCCCCC><td>Kansas</td><td>$21,000.00</td></font><td>$170,00=
0.00</td><td><b>$149,000.00</b></td></tr> 
<tr bgcolor=3D#CCCCCC><td>Michigan</td><td>$422.43</td><td>$64,928.08</td>=
<td><b>$64,505.35</b></td></tr> 
<tr bgcolor=3D#CCCCCC><td>Oklahoma</td><td>$300.00</td><td>$20,000.00</td>=
<td><b>$19,700.00</b></td></TR> 
<tr bgcolor=3D#CCCCCC><td>Florida</td><td>$24,000</td><td>$63,900.00</td><=
td><b>$33,900.00</b></td></TR> 
<tr bgcolor=3D#CCCCCC><td>Colorado</td><td>$1,837.09</td><td>$23,308.62</t=
d><td><b>$21,471.53</b></td></TR> 
<tr bgcolor=3D#CCCCCC><td>Arizona</td><td>$250.00</td><td>$8,500.00</td><t=
d><b>$8,250.00</b></td></TR> 
<tr bgcolor=3D#CCCCCC><td>Georgia</td><td>$264.62</td><td>$4,900.00</td><t=
d><b>$4,635.00</b></td></TR> 
</table></font>
<FONT color=3D#000033 size=3D2>(Individual situations vary in all 50 state=
s.  
   Affidavits are on file.)
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D4=
07 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3D"left"><FONT color=3D#000033><b>We are the nation's larges=
t single source of information/ education
 for the government tax industry.  Discover the secrets banks have been us=
ing for over 100 years.
Enjoy security in your investment(s) with the highest guaranteed interest =
returns compared to any other investment.
</FONT></B></TR></td></tbody></table>
<p>
  <TR>
    <TD align=3D"middle"><FONT color=3D#000033 size=3D4><B>Receive your</f=
ont><FONT color=3D#993333 size=3D4>
  FREE</font></b><FONT color=3D#000033 size=3D4><b> copy of:<br> <FONT col=
or=3D#993333 size=3D4><u>Insider Secrets to Investing In 
Government<br> Secured Tax Certificates</u></FONT><br> 
  (A $39.95 Value)</FONT></B></TR></td>
<P>
  <tr>
   <td align=3D"center"><FONT color=3D#000033 size=3D2><b>Required Input F=
ield<FONT color=3D#ff0000 
size=3D2>*</b></FONT></FONT> 
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D5=
00 
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3D"middle">
      <FORM action=3Dmailto:info@gov-invest.com?subject=3DInvestment_Inqui=
ry 
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Name</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>State</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DState></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Day Phone</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DDay Phone></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Night Phone</FONT></TD>
          <TD><INPUT name=3DNight Phone></TD></TR>
	<TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>Best time to contact</FONT></TD>
          <TD width=3D"56%"><FONT color=3D#000000><SELECT size=3D1 name=3D=
Best time to contact> 
              <OPTION selected></OPTION> <OPTION 
              value=3DMorning>Morning</OPTION> <OPTION value=3DAfternoon>A=
fternoon</OPTION> 
              <OPTION value=3DEvening>Evening</OPTION>
              </SELECT></FONT></TD></TR>
        <TR>
          <TD align=3D"right" width=3D"50%"><font face=3D"Times, New Roman=
" 
            color=3D#000000 size=3D2>E-mail Address</FONT>
            <FONT color=3D#ff0000 size=3D2>*</FONT></TD>
          <TD><INPUT name=3DE-mail Address></TD></TR>
        <TR>
          <TD width=3D"50%">
          <DIV align=3D"right"><font face=3D"Times, New Roman" 
            color=3D#000000 size=3D2>Objective</FONT></DIV></TD>
          <TD width=3D"56%"><FONT color=3D#000000><SELECT size=3D1 name=3D=
Objective> 
              <OPTION selected></OPTION> <OPTION 
              value=3DSecured_Investments>Secured Investments</OPTION> <OP=
TION value=3DBusiness_Opp>Business Opp</OPTION> 
              <OPTION value=3DNew_Career>New Career</OPTION><OPTION value=3D=
All_of_the_Above>All of the Above</OPTION>
              </SELECT></FONT></TD></TR></tbody></table>
      <P><INPUT type=3Dsubmit value=3D"Submit Information" name=3Dsubmit>
    </FORM></P></TD></TR>
<P>
  <tr>
    <td align=3D"center"><FONT color=3D"993333" size=3D2><br><B>*Note: </B=
></font><FONT color=3D000000 size=3D2>If you are using a web based email s=
ystem (such as:<br> Yahoo!, Hotmail etc.)
      the form above will not work.  <br>Instead of using the form, please=
 <A href=3D"mailto:info@gov-invest.com?subject=3DInvestment_inquiry">click=
 
      here.</A><br></td></tr>
<p>
  <TR>
    <TD align=3D"middle"><FONT color=3D"993333" size=3D2>
      <b>*You need to include your name, state, and phone number in <br>th=
e body of the message 
      to receive a response.  Thank you.</td></tr></font>
<p>
  <TR>
    <TD align=3Dmiddle><FONT face=3D"Arial, Helvetica, sans-serif" color=3D=
#999999 
      size=3D1>To be removed from our list, please send an email to:<u> 
      remove@gov-invest.com</u><BR>Include the word "remove" in the subjec=
t 
      line.</A></FONT></TD></TR></TBODY></TABLE></P></CENTER>
</BODY>
</HTML>




From eopl-teachers-request Sun Dec 15 20:16:48 2002
Return-Path: <eopl-teachers-request>
Received: from www.fft.de (www.fft.de [195.226.71.10])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id gBG1GkL20448
	for <eopl-teachers@cs.indiana.edu>; Sun, 15 Dec 2002 20:16:46 -0500 (EST)
Received: from no.name.available by www.fft.de
          via smtpd (for moose.cs.indiana.edu [129.79.254.191]) with ESMTP; Mon, 16 Dec 2002 02:14:51 +0000
Received: from fftfw01.fft.de (fftfw01.fft.de [172.16.2.116])
	by mail-server.fft.de (8.12.5/8.12.5) with ESMTP id gBG1GBFY019134;
	Mon, 16 Dec 2002 02:16:15 +0100 (MET)
Received: from 1Cust190.tnt28.dfw9.da.uu.net ([67.234.73.190]) by fftfw01.fft.de
          via smtpd (for [172.16.2.1]) with ESMTP; Mon, 16 Dec 2002 02:14:37 +0000
Message-ID: <00006cef5fef$000007ba$0000793c@mail.Zapo.net>
To: <Friends@mail-server.fft.de>
From: "American Term Life" <AmericaTerm@Zapo.net>
Subject: [SPAM:##### 98%] Your Life Insurance CO does NOT WANT you to know this..
Date: Sun, 15 Dec 2002 19:16:54 -1800
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: AmericaTerm@Zapo.net
X-Priority: 1
X-MSMail-Priority: High
MIME-Version: 1.0
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
Sensitivity: Confidential
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIIIII, Probability=98%, Report=BIG_FONT, CLICK_BELOW, CLICK_HERE_LINK, CTYPE_JUST_HTML, FORM_W_MAILTO_ACTION, HTML_WITH_BGCOLOR, INVALID_DATE_TZ_ABSURD, KNOWN_BAD_DIALUPS, MAILTO_LINK, MAILTO_WITH_SUBJ, NO_OBLIGATION, PORN_14, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_OSIRUSOFT_COM, SEE_FOR_YOURSELF, US_DOLLARS_3, X_MSMAIL_PRIORITY_HIGH, X_PRIORITY_HIGH

<HTML><BODY text=3D#ffffff vLink=3D#FFCC99 link=3D#FFCC99 bgColor=3D#000000=
><FORM action=3D"mailto:[!EMAIL!]?subject=3D Insurance Quote Request" meth=
od=3DPOST encType=3Dtext/plain><TABLE cellSpacing=3D0 cellPadding=3D0 widt=
h=3D592 border=3D0><TBODY><TR><TD vAlign=3Dbottom width=3D592><P><p align=3D=
left><img border=3D0 src=3Dhttp://home1.gte.net/web23zh4/head2.jpg width=3D=
"600" height=3D"130"></p></TD></TR><TR><TD width=3D592 bgcolor=3D#C0C0C0><=
P><CENTER>&nbsp;</CENTER><P></P><P><CENTER><TABLE cellSpacing=3D2 cellPadd=
ing=3D10 width=3D480 border=3D0><TBODY><TR><TD bgcolor=3D#FFFFFF><CENTER><=
p><FONT face=3DCentury color=3D#000000 style=3D"font-size: 16pt">S</FONT><=
FONT face=3DArial size=3D2 color=3D#000000>ince 1996, term life insurance =
rates have been </FONT><FONT face=3DArial color=3D#000000><u><font size=3D=
2>reduced</font></u><font size=3D2> by as much as <b>70%</b> </font><b><i>=
<font size=3D2>!</font></i></b></FONT></p><p><b><FONT face=3DArial color=3D=
#3366FF>40 year old male - $250,000 - 10 year level term<BR> <u>As low as =
$10.45 per month</u> <i>!</i></FONT></b></p></CENTER><P></P><P><font color=
=3D#000000 face=3DCentury style=3D"font-size: 16pt">A</font><font color=3D=
#000000 face=3DArial size=3D2>t TermQuotes Life Insurance Companies of Ame=
rica, we will survey the top life insurance companies for you and provide =
you with the best rates available. Compare the rates and see for yourself.=
 Fill out this quick form below for further information.</font></P><P alig=
n=3Dcenter><b><font color=3D#000000 face=3DArial size=3D2>The quote is</fo=
nt><font color=3D#000000 face=3DArial><i> </i></font><font face=3DArial co=
lor=3D#3366FF><u>FREE</u></font><font color=3D#000000 face=3DArial size=3D=
2>. There is </font><font face=3DArial size=3D2 color=3D#3366FF>no obligat=
ion</font><font color=3D#000000 face=3DArial size=3D2> to buy.</font></b><=
/P><P><CENTER><font color=3D#000000><FONT face=3DArial size=3D-2>Results o=
f computer survey 12-12-02<BR></FONT><B> <FONT face=3DArial size=3D-1>Samp=
le Annual Premiums<BR>* 10 Year Level Premium Term Rates *</FONT></B></fon=
t><BR><TABLE cellSpacing=3D0 cellPadding=3D2 width=3D490 border=3D0><TBODY=
><TR align=3Dright><TD vAlign=3Dtop align=3Dmiddle width=3D10% bgColor=3D#=
3366FF><B><FONT face=3DARIAL>Age</FONT></B></TD><TD vAlign=3Dtop align=3Dm=
iddle width=3D20% bgColor=3D#3366FF><B><FONT face=3DARIAL>$250,000</FONT><=
/B></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#3366FF><B><=
FONT face=3DARIAL>$500,000</FONT></B></TD><TD vAlign=3Dtop align=3Dmiddle =
width=3D20% bgColor=3D#3366FF><B><FONT face=3DARIAL>$1,000,000</FONT></B><=
/TD></TR><TR align=3Dright><TD vAlign=3Dtop align=3Dmiddle width=3D10% bgC=
olor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>35</FONT></b></TD><TD=
 vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3D=
ARIAL color=3D#000000>$115</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle =
width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$175</=
FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699F=
F><b><FONT face=3DARIAL color=3D#000000>$305</FONT></b></TD></TR><TR align=
=3Dright><TD vAlign=3Dtop align=3Dmiddle width=3D10% bgColor=3D#6699FF><b>=
<FONT face=3DARIAL color=3D#000000>45</FONT></b></TD><TD vAlign=3Dtop alig=
n=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#00=
0000>$210</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgCol=
or=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$375</FONT></b></TD><TD=
 vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3D=
ARIAL color=3D#000000>$670</FONT></b></TD></TR><TR align=3Dright><TD vAlig=
n=3Dtop align=3Dmiddle width=3D10% bgColor=3D#6699FF><b><FONT face=3DARIAL=
 color=3D#000000>55</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D=
20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$500</FONT></b=
></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FO=
NT face=3DARIAL color=3D#000000>$935</FONT></b></TD><TD vAlign=3Dtop align=
=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000=
000>$1,370</FONT></b></TD></TR><TR align=3Dright><TD vAlign=3Dtop align=3D=
middle width=3D10% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000=
>65</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#=
6699FF><b><FONT face=3DARIAL color=3D#000000>$1,305</FONT></b></TD><TD vAl=
ign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3DARI=
AL color=3D#000000>$2,550</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle w=
idth=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$4,920<=
/FONT></b></TD></TR><TR align=3Dright><TD vAlign=3Dtop align=3Dmiddle widt=
h=3D10% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>70</FONT><=
/b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% bgColor=3D#6699FF><b><=
FONT face=3DARIAL color=3D#000000>$2,265</FONT></b></TD><TD vAlign=3Dtop a=
lign=3Dmiddle width=3D20% bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D=
#000000>$4,480</FONT></b></TD><TD vAlign=3Dtop align=3Dmiddle width=3D20% =
bgColor=3D#6699FF><b><FONT face=3DARIAL color=3D#000000>$7,510</FONT></b><=
/TD></TR></TBODY></TABLE><BR> <font color=3D#000000><FONT face=3DArial siz=
e=3D-2>*Above rates guaranteed to remain level for 10 years<BR>Rates based=
 on male preferred class 1 non-smoker <BR>Policies are guaranteed renewabl=
e to age 95</FONT><FONT face=3DArial size=3D1><BR>Policies with 15, 20, 25=
, and 30 year level premiums also available.</FONT></font></CENTER><P></P>=
<P><CENTER><FONT size=3D1 color=3D#000000 face=3DArial>Universal Life, Sec=
ond-to-Die and Estate Planning products also provided.</FONT><p><B><FONT c=
olor=3D#990000 face=3DArial>Attention All Smokers:</FONT><FONT color=3D#ff=
0000 face=3DArial><BR></FONT> <FONT color=3D#3366FF face=3DArial>You may q=
ualify for special <u>reduced</u> smoker rates!</FONT></B></p></CENTER></T=
D></TR></TBODY></TABLE></CENTER></TD></TR></TBODY></TABLE><TABLE height=3D=
308 cellSpacing=3D0 cellPadding=3D0 width=3D600 border=3D0><TBODY><TR><TD =
width=3D600 height=3D170 bgcolor=3D#3366FF><a href=3D"http://home1.gte.net=
/web23zh4/insurancecgi.html"><img border=3D"0" src=3D"http://home1.gte.net=
/web23zh4/InsFormSub.JPG" width=3D"603" height=3D"658"></a></TD><TD align=3D=
middle width=3D1 height=3D170></TD><TD align=3Dmiddle width=3D1 height=3D1=
70></TD></TR></TBODY></TABLE></FORM>&nbsp; <br><div align=3Dcenter><center=
><table border=3D1 style=3D"border-collapse: collapse" width=3D600 id=3DAu=
toNumber1 height=3D125 cellspacing=3D0 cellpadding=3D0 align=3Dleft><tr><t=
d width=3D598 height=3D16><p align=3Dcenter><font face=3DArial size=3D4 co=
lor=3D#91DF6A>&nbsp;</font><font face=3DArial size=3D4 color=3D#008000>Thi=
s could be your ad!</font></td></tr><tr><td width=3D598 height=3D11><p ali=
gn=3Dcenter><font color=3D#FFCC99 size=3D2 face=3DArial><a href=3D"mailto:=
one.quote@verizon.net?subject=3DDirect Marketing Inquiry"><font color=3D#0=
08000>Email Us</font></a></font><font color=3D#008000 size=3D2 face=3DAria=
l>&nbsp;for your next e-marketing campaign.</font></td></tr><tr><td width=3D=
598 align=3Dcenter height=3D21><font size=3D1 color=3D#008000>YOUR INTERNE=
T ADVERTI<font face=3D"Times New Roman">SING </font></font><font face=3D"T=
imes New Roman" color=3D#008000 size=3D1>=FFFFFFA9MCMXCVI -MMII</font><fon=
t size=3D1 color=3D#008000><font face=3D"Times New Roman">. All Rights Res=
e</font>rved</font></td></tr><tr><td width=3D598 height=3D24><p align=3Dce=
nter><font color=3D#FFCC99><span style=3D"font-size: 10.0pt; font-family: =
Times New Roman; font-style: italic">If you think that you will not benefi=
t from this correspondence, and you do not want to be notified along with =
the others on this list, please </span><span style=3D"font-family: Times N=
ew Roman; font-style: italic"><font size=3D2><a href=3D"http://home1.gte.n=
et/web23zh4/optout.htm">Click Here</a>.</font></span></font></td></tr></ta=
ble></center></div></BODY></HTML>




From eopl-teachers-request Thu Dec 19 01:11:45 2002
Return-Path: <eopl-teachers-request>
Received: from rvkmsx.rvk-architects.com (rrcs-sw-24-242-160-74.biz.rr.com [24.242.160.74])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id gBJ6Bfj23658
	for <eopl-teachers@cs.indiana.edu>; Thu, 19 Dec 2002 01:11:41 -0500 (EST)
Received: from voban.co.yu (216-164-170-28.c3-0.upd-ubr5.trpr-upd.pa.cable.rcn.com [216.164.170.28]) by rvkmsx.rvk-architects.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
	id ZFN7KVYN; Wed, 18 Dec 2002 21:29:21 -0600
Message-ID: <00007caa2ce4$00006221$00005790@hsxhrwtjzeld.nu>
To: <100201.3426@compuserve.com>
Cc: <monk51@epix.net>, <md5657@gte.net>, <100036.3523@compuserve.com>,
   <alden007@mindspring.com>, <pcdesign@island.net>, <raysmith1@home.com>,
   <rogerdsvd@yahoo.com>, <huero@mindspring.com>,
   <eopl-teachers@cs.indiana.edu>, <wsonnyl@ibm.net>, <jarqala1@hotmail.com>,
   <cheryl4u4c@aol.com>, <supt.euro.eng@diamondmm.com>, <blackwell.5@osu.edu>,
   <dnkaiser@cvn.net>, <stonedancer@delaware.net>, <armor21@ix.netcom.com>,
   <johncp99@yahoo.com>, <dwhite@thetowncrier.com>, <bus@academicinfo.net>,
   <karbo@charter.net>, <frank@mikkelsendds.com>, <sskog1@aol.com>,
   <jts17@hotmail.com>, <gatorprowl@aol.com>, <ksodhi@stephens.com>,
   <liya@eecs.berkeley.edu>, <laladiebug@yahoo.com>
From: "Administrator" <nopping55@rose.man.poznan.pl>
Subject: [SPAM:##### 98%] Pension fund small cap OTC BB stock pick of the week (with research)29546
Date: Wed, 18 Dec 2002 19:37:21 -2000
MIME-Version: 1.0
Content-Type: text/plain;
	charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Perlmx-Spam: Gauge=XXXXXXXXXIIIIIIII, Probability=98%, Report=EXCUSE_3, EXCUSE_7, FROM_ENDS_IN_NUMS, INVALID_DATE_TZ_ABSURD, LOTS_OF_CC_LINES, OPT_IN, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_OSIRUSOFT_COM, REMOVAL_INSTRUCTIONS, STOCK_PICK, SUBJ_REMOVE

IS IT STILL POSSIBLE TO TRIPLE YOUR MONEY WITH A
SINGLE STOCK?

A well-known independent research firm recently
issued an analysis on RPM Technologies, Inc. (RPMM)
with a price target of $11 per share, more than 10X
its current price.

The Opportunity - What if you could buy the stock
of a Company that is growing revenues from less than
$1-million per year in revenue to over $50-million
within 24-months; in an industry with annual sales
of more than $10-billion? What if this Company's
break-through product is drastically reducing costs
across all industries it serves and it is the only
provider of the revolutionary product for this market
priced below its out-dated competitors products so
that transition is also immediately cost beneficial.
Not to mention the substantial medium and long term
cost benefits that allow the product to pay for itself
many times over? The company I am talking about is RPM
Technologies, Inc. (Ticker Symbol RPMM). 

Investment Thesis : BUY : RPM Technologies, Inc.
(OTC BB: RPMM) is experiencing rapid revenue growth,
expected to increase to more than $10 million for
Q1/2003E due to a massive influx of orders for its
low-cost alternative, more durable plastics products
for the materials handling industry (pallets,
packaging, wrapping, molding, containers, etc.).
The Company's proprietary technology uses over 90%
recycled plastics and recycled rubber to produce its
products. The Company's primary product, a plastic
pallet for the shipping and export market is priced
at or below the cost of competitive wood products,
and sells for less than 1/2 the price of its nearest
competitor. Financing to increase capacity and fund
purchase orders is being finalized so that RPMM can
fulfill the massive order flow it is experiencing
from its clients such as Exxon/Mobil, SaraLee, Kraft
Foods and many more Fortune 500 companies.  

RPM Technologies, Inc. (OTC BB: RPMM) priced
at anything less than $5 presents a very attractive
risk-reward opportunity for investors. With the
expected completion of the financing underway in
January 2003E, RPMM will receive a great deal of
exposure in the brokerage community with analyst
coverage already initiated by a well known independent
research firm. Valuations should adjust significantly
higher within this short time frame, leaving the
remaining two-weeks of the year as a prime buying
opportunity for this growth stock.

After a hugely successful 3-year long development
of its proprietary process for using recycled plastics
in manufacturing its product, receiving approval for
its use in many industries by the USDA and FDA,
RPMM is now receiving a massive influx of orders
from around the world for its plastic pallet products.
In other words, RPMM is not another pie-in-the-sky
technology/ environmentally friendly company with
nothing more than an idea and the government agencies
rules to make it work. Instead, it has moved through
all phases of R&D and initial product marketing to
its current phase of capacity expansion and capital
raising to be able to fulfill order flow it is
receiving.

This may sound incredible to you, but RPMM is the
only manufacturer of a plastic pallet that is priced
at or lower than wood pallets, and sells for less
than 1/2 the cost of its nearest competitors product.
In September of 2002 90-foreign countries joined
together, issuing a "NO WOOD EXPORT PALLET"
mandate making wood pallets obsolete for this market,
about 35% of the $9 Billion North American pallet
market in 2001; RPMM's pallet is reusable for an
average of 70X vs. 3X for an equally priced wood
pallet (about $5 -to- $9); RPMM's pallets are USDA
and FDA approved for all food and agriculture
industries;
The Company is preparing for massive expansion in
2003, 2004 and 2005, increasing capacity to meet
an expected demand for more than 5-million of its
pallets per year in the very short term, while
licensing its recycled plastics as raw material
technology and process to many other manufacturers
in order to fulfill expected demand over the next
year.

RPM demonstrated that when using the company's pallet,
not only does the end user save money on the original
purchase, but the long-term REAL economic savings
make the product virtually pay for itself. Industry
experts believe the technological (and therefore low
price point) breakthrough will dramatically affect the
entire pallet market immediately and for the
next several years. The long life of the pallets, lack
of injuries and product damage during shipping or
movement from wood pallets, lower workmen's comp
insurance and many other factors make the real
economic savings too great to ever consider wood
pallets for many of the multi-billion dollar materials
handling markets needs.

Can you imagine the impact that this could have
on the shipping industry just here in the U.S.
and Canada? There are over 2,000 Wood pallet
manufacturers. RPM is the only provider of a plastic
pallet that is not only within range of the cost of
wood pallets, but the Company's plastic 40x48 pallet
(the industry standard pallet) costs less than grade 1
wood pallets! Penetrating this marketet isn't the
problem, keeping up with the demand is. RPM is
positioned to be the industry consolidator over
the next two years.


****************** Special Offer ******************
If you would like to be included in our mailing list,
you will receive a 10 day free trial to a web site
with real-time Level II quotes, research reports
from major providers, analyst upgrades/downgrade info,
Bulletin Board Promotion / Syndication Calendar (1st
of its kind), and access to our trading chat rooms and
several message boards with real live professionals.
Just click on the link below to send us an email, be
sure the subject line reads "Opt-in" and you will me
immediately added.
MailTo:simpson4631@excite.com?Subject=Opt-in


********DISCLAIMER********
This is not an offer to buy or sell securities.
Information and/or opinions in this report are
presented solely for informative purposes, and
are not intended nor should they be construed as
investment advice. The information provided in this
report is not intended for distribution to, or use by,
any person or entity in any jurisdiction or country
where such distribution or use would be contrary to
law or regulation or which would subject us to any
registration requirement within such jurisdiction or
country. Companies mentioned herein may carry a high
investment risk; readers should carefully review the
companies thoroughly with
their registered investment advisor or registered
stockbroker. We are not liable for any investment
decisions by our readers. We encourage our readers
to invest carefully and read the investor information
available at the web sites of the U.S. Securities and
Exchange Commission (SEC)at http://www.sec.gov and the
National Association of Securities Dealers (NASD) at
http://www.nasd.com . The NASD has published
information on how to invest carefully at its web
site. Readers can review all public filings by
companies at the SEC's EDGAR page. All information
within this report is qualified in its entirety
by the detailed information and financial statements
of the advertised company contained in its regulatory
filings with the SEC.The analysis contained herein
does not purport to be a complete study of the
featured Company or other companies mentioned.
Information used and statements of fact have been
obtained from the featured Company and other sources,
but not verified nor guaranteed as to completeness
or accuracy. Such information is subject to change 
without notice. It should be understood that there
is no guarantee past performance will be indicative
of future results. This release contains statements
that constitute forward-looking statements within
the meaning of Section 27A of the Securities Act of
1933, as amended, and Section 21E of the Securities
Exchange Act of 1934, as amended. These statements 
appear in a number of places in this release and
include all statements that are not statements of
historical fact regarding the intent, belief or
current expectations of the Company, its directors
or its officers with respect to, among other things:
(i) the Company's financing plans; (ii) trends
affecting the Company's financial condition or results
of operations; (iii) the Company's growth strategy and
operating strategy; and (iv) the declaration and
payment of dividends. The words "may," "would,"
"will," "expect,"
"estimate," "anticipate," "believe," "intend," and
similar expressions and variations thereof are
intended to identify forward-looking statements.
Investors are cautioned that any such forward-looking
statements are not guarantees of future performance
and involve risks and uncertainties, many of which
are beyond the Company's ability to control, and
that actual results may differ materially from those
projected in the forward-looking statements as a
result of various factors. 


**************************************
********Advertising Disclaimer********
We have received monetary payment for this mailing
service We hold no stocks and have no personal
interest in this company.


**************************************************
***************REMOVAL INSTRUCTIONS***************
If you would like to be removed from this mailing
list, just click on the link below, put DELETE in the
subject line and you will be permanently removed.
MailTo:stacypills@yahoo.com?Subject=please remove me 
We receive our mailing addresses from a list broker. 
If you have been placed on this list by mistake or by
someone else, we apologize. It is not our intent to
mail to people who are not interested in our products.
Thank you.



From eopl-teachers-request Sat Dec 21 10:13:21 2002
Return-Path: <eopl-teachers-request>
Received: from mx10.yahoo.com ([218.49.133.178])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id gBLFDIE28738;
	Sat, 21 Dec 2002 10:13:18 -0500 (EST)
Subject: [SPAM:# 59%] Bread Recipe
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
From: owyworue@123india.com
Date: Sat, 21 Dec 2002 23:51:11 +0-900
Message-Id: <w2vh0h6jdw7s3silsu4.03wp5enhx@mx10.yahoo.com>
To: skjfldjfl@123india.com
Content-Type: text/html;
	 charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Perlmx-Spam: Gauge=XXXXXIIIIIIIII, Probability=59%, Report=CLICK_BELOW, CTYPE_JUST_HTML, NORMAL_HTTP_TO_IP, NO_REAL_NAME


Great Diet Bread

For more information:<a href="http://218.49.133.172/109.html">Click Here

You will be happy


From eopl-teachers-request Sat Dec 21 11:23:00 2002
Return-Path: <eopl-teachers-request>
Received: from unknown ([200.71.70.44])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id gBLGLiE01302;
	Sat, 21 Dec 2002 11:21:46 -0500 (EST)
From: <gtts2002printsupplies@terra.com>
Subject: [SPAM:### 76%] LASER PRINTER, COPIER, & FAX SUPPLIES.
Date: vie, 20 dic 2002 23:23:54
Message-Id: <670.570919.871673@unknown>
Mime-Version: 1.0
Content-Type: text/html; charset="us-ascii"
X-Perlmx-Spam: Gauge=XXXXXXXIIIIII, Probability=76%, Report=BIG_FONT, CTYPE_JUST_HTML, INVALID_DATE_NO_TZ, MAILTO_LINK, MISSING_HEADERS, NO_REAL_NAME, SUBJ_ALL_CAPS, SUPERLONG_LINE


<HTML><HEAD>
<meta http-equiv="keywords" content="toner, laser cartridge, printer toner, toner cartridge, TonerSales ,empties, Epson, Canon, Hewlett Packard, 
Xerox, Lexmark, IBM, discount, recycle, office supplies, Laserjet, Laser, HewlettPackard, Hewlett-Packard, Toshiba, Mita, Panasonic, Ricoh, Apple, 
Fuji, Fujitsu/Dex, Okidata, laser toner cartridge sale, fax supplies, copier supplies, fax & copier supplies, pinter and copier supplies, cartridges for printers, cartridges for faxes, cartridges for copiers,
printer supply, Brother, DEC, generic, remans, remanufactured, Digital, Lasersmith, Mitek Systems, QMS, NEC, Genicom, Tektronix, miliatary orders, APO, FPO, US Forces, overseas, cpacinc.com">
<STYLE>
BODY {font-family="Arial"}
TT {font-family="Courier New"}
BLOCKQUOTE.CITE {margin:0; padding-left:0.5em; border-left:medium none solid 2;}
SPAN.TABOOHEADER {display=none}
</STYLE>
	<title>GTTS | December 2002 Newsletter</title>
<link rel="stylesheet" type="text/css" href="global.css" title="style">
</HEAD>
<BODY bgcolor="ffffff">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<table width="600" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
			<td><font size="2"><b>GT Toner Supplies</b></font></td>
  </tr>
  <tr>
			<td><font size="2"><b>Laser Printer, Copier, and Fax Supplies</b></font></td>
		</tr>
  <tr>
			<td><font size="2"><b>1-888-662-2256</b></font></td>
  </tr>
  <tr>
			<td><font size="2"><b>1-866-237-7397</b></font></td>
  </tr>
  <tr>
			<td>
              <p align="center">Hp-Hp color - Lexmark - Epson - Panasonic -
              Apple - Cannon - Xerox</p>
            </td>
		</tr>
</table>

<table width="673" border="0" cellspacing="0" cellpadding="1" align="center" bgcolor="99cc00"><tr><td width="669">
    &nbsp;
	<table width="820" border="0" cellspacing="0" cellpadding="0" bgcolor="ffffff" height="2315">
        <tr>
			<td><font color="#800000"><i>Please forward to the person responsible for purchasing your
              laser printer supplies.</i></font></td>
        </tr>
		<tr>
			<td width="567" height="52"><table border="0" cellspacing="6" cellpadding="0" width="609"><tr><td style="color: 666666" class="smallprint" width="595">If
                    you received this email on error, please reply to <a href="mailto:gtts002@cable.net.co"> gtts002@cable.net.co</a>
                    with subject: REMOVE... sorry for the inconvenience.<br>
                  </td></tr></table></td>
		</tr>
		<tr>
			<td width="567" height="51"><font size="4">University</font> and/or <font size="4"> School</font>
              purchase orders WELCOME. (<u>no credit approval required</u>)<br>
              Pay by check, c.o.d, or purchase order (<u>net 30 days</u>).<br>
              <br>
              <font size="3" color="#800000">
              WE ACCEPT ALL MAJOR CREDIT CARDS!</font><br>
              <br>
              <a href="#hpcol">New! HP 4500/4550 series color cartridges in stock!</a>
            </td>
			<td width="45" height="51"><br>
              <br>
            </td>
			<td align="right" width="45" height="51">&nbsp;</td>
		</tr>
		<tr>
			<td colspan="3" width="654" height="37">&nbsp;</td>
		</tr>
		<tr valign="top">
			<td bgcolor="ffffff" colspan="3" width="654" height="2096">
                <b>
                Order by phone: Toll free 1-866-237-7397 Toll free
                1-888-662-2256<br>
                <br>
                Order by email: <a href="mailto:gtts002@cable.net.co"><font color="#FF6666"> gtts002@cable.net.co</font></a> subject: ORDER</b><br>
				<table border="0" cellspacing="0" cellpadding="5" width="634" height="1413">
					<tr>
						<td class="smallprint" colspan="2" height="38" width="593">				
Our cartridge prices are as follows:<br>
(please order by item number)<br>
                        </td>
</tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>HP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">1
			</td>
			<td width="479" height="2">92274A Toner Cartridge for LaserJet 4L,
              4ML, 4P, 4MP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">2
			</td>
			<td width="479" height="2">C4092A Black Toner Cartridge for LaserJet
              1100A, ASE, 3200SE<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$45.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">2A
			</td>
			<td width="479" height="1">C7115A Toner Cartridge For HP LaserJet
              1000, 1200, 3330<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">2B
			</td>
			<td width="479" height="1">C7115X High Capacity Toner Cartridge for
              HP LaserJet 1000, 1200, 3330<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$65.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">3
			</td>
			<td width="479" height="1">92295A Toner Cartridge for LaserJet II,
              IID, III, IIID<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">4
			</td>
			<td width="479" height="1">92275A Toner Cartridge for LaserJet IIP, IIP+, IIIP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">5
			</td>
			<td width="479" height="1">C3903A Toner Cartridge for LaserJet 5P, 5MP, 6P, 6Pse, 6MP, 6Pxi<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">6
			</td>
			<td width="479" height="1">C3909A Toner Cartridge for LaserJet 5Si, 5SiMX, 5Si
              Copier, 8000<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$92.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">7
			</td>
			<td width="479" height="1">C4096A Toner Cartridge for LaserJet 2100, 2200DSE, 2200DTN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$72.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">8
			</td>
			<td width="479" height="1">C4182X UltraPrecise High Capacity Toner Cartridge for LaserJet 8100 Series<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$125.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">9
			</td>
			<td width="479" height="1">C3906A Toner Cartridge for LaserJet 5L, 5L Xtra, 6Lse, 6L, 6Lxi, 3100se<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">9A
			</td>
			<td width="479" height="1">C3906A Toner Cartridge for LaserJet 3100, 3150<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">10
			</td>
			<td width="479" height="1">C3900A Black Toner Cartridge for HP LaserJet 4MV, 4V<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">11
			</td>
			<td width="479" height="1">C4127A Black Toner Cartridge for LaserJet 4000SE, 4000N, 4000T, 4000TN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$76.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">11A
			</td>
			<td width="479" height="1">C8061A Black Laser Toner for HP LaserJet 4100, 4100N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$76.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">11B
			</td>
			<td width="479" height="2">C8061X High Capacity Toner Cartridge for LJ4100, 4100N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">11C
			</td>
			<td width="479" height="2">C4127X High Capacity Black Cartridge for LaserJet 4000SE,4000N,4000T,4000TN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$84.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">12
			</td>
			<td width="479" height="1">92291A Toner Cartridge for LaserJet IIISi, 4Si, 4SiMX<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$57.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">13
			</td>
			<td width="479" height="1">92298A Toner Cartridge for LaserJet 4, 4 Plus, 4M, 4M Plus, 5, 5se, 5M, 5N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">14
			</td>
			<td width="479" height="1">C4129X High Capacity Black Toner Cartridge for LaserJet 5000N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$97.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">15
			</td>
			<td width="479" height="1">LASERFAX 500, 700 (FX1)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">16
			</td>
			<td width="479" height="1">LASERFAX 5000, 7000 (FX2)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$54.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">17
			</td>
			<td width="479" height="1">LASERFAX (FX3)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">18
			</td>
			<td width="479" height="1">LASERFAX (FX4)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>HP <font color="#0000FF">C</font><font color="#FF6666">O</font>L<font color="#800000">O</font><font color="#CC6600">R<a name="hpcol"></a></font><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">C1
			</td>
			<td width="479" height="2">C4194a Toner Cartridge, Yellow (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">C2
			</td>
			<td width="479" height="2">C4193a Toner Cartridge, Magenta (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">C3
			</td>
			<td width="479" height="1">C4192a toner cartridge, cyan (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">C4
			</td>
			<td width="479" height="1">c4191a toner cartridge, black (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$74.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>LEXMARK<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">19
			</td>
			<td width="479" height="2">1380520 High Yield Black Laser Toner for 4019, 4019E, 4028, 4029, 6, 10, 10L<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">20
			</td>
			<td width="479" height="2">1382150 High Yield Toner for 3112, 3116, 4039-10+, 4049- Model 12L,16R, Optra<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">21
			</td>
			<td width="479" height="1">69G8256 Laser Cartridge for Optra E, E+, EP, ES, 4026, 4026 (6A,6B,6D,6E)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">22
			</td>
			<td width="479" height="1">13T0101 High Yield Toner Cartridge for Lexmark Optra E310, E312, E312L<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">23
			</td>
			<td width="479" height="1">1382625 High-Yield Laser Toner Cartridge for Lexmark Optra S (4059)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$129.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">24
			</td>
			<td width="479" height="1">12A5745 High Yield Laser Toner for Lexmark Optra T610, 612, 614 (4069)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$165.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>EPSON<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">25
			</td>
			<td width="479" height="2">S051009 Toner Cartridge for Epson EPL7000, 7500, 8000+<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$115.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">25A
			</td>
			<td width="479" height="2">S051009 LP-3000 PS 7000<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$115.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">26
			</td>
			<td width="479" height="1">AS051011 Imaging Cartridge for ActionLaser-1000, 1500<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$99.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">26A
			</td>
			<td width="479" height="1">AS051011 EPL-5000, EPL-5100, EPL-5200<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$99.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>PANASONIC<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">27
			</td>
			<td width="479" height="2">Nec series 2 models 90 and 95<br>
              <img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2"> $109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><b><font size="3">APPLE</font><font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font></b>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">28
			</td>
			<td width="479" height="2">2473G/A Laser Toner for LaserWriter Pro 600, 630, LaserWriter 16/600
  PS<br>
              <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $57.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">29
			</td>
			<td width="479" height="2">1960G/A Laser Toner for Apple LaserWriter
              Select, 300, 310, 360<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $ 71.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">30
			</td>
			<td width="479" height="1">M0089LL/A Toner Cartridge for Laserwriter 300, 320 (74A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 52.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">31
			</td>
			<td width="479" height="1">M6002 Toner Cartridge for Laserwriter
              IINT, IINTX, IISC, IIF, IIG
  (95A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">31A
			</td>
			<td width="479" height="1">M0089LL/A Toner Cartridge for Laserwriter
              LS, NT, NTR, SC (75A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">32
			</td>
			<td width="479" height="1">M4683G/A Laser Toner for LaserWriter 12,
              640PS<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">$85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>CANON<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33
			</td>
			<td width="479" height="1">Fax CFX-L3500, CFX-4000 CFX-L4500, CFX-L4500IE &amp; IF FX3<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">$49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33A
			</td>
			<td width="479" height="1">L-250, L-260i, L-300 FX3<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33B
			</td>
			<td width="479" height="1">LASER CLASS 2060, 2060P, 4000 FX3 <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">34
			</td>
			<td width="479" height="1">LASER CLASS 5000, 5500, 7000, 7100, 7500, 6000 FX2<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">35
			</td>
			<td width="479" height="2">FAX 5000 FX2 <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36
			</td>
			<td width="479" height="1">LASER CLASS 8500, 9000, 9000L, 9000MS, 9500, 9500 MS, 9500 S FX4<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>&nbsp;
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36A
			</td>
			<td width="479" height="1">Fax L700,720,760,770,775,777,780,785,790, &amp; L3300 FX1<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">
 $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36B
			</td>
			<td width="479" height="1">L-800, L-900 FX4<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">37
			</td>
			<td width="479" height="1">A30R Toner Cartridge for PC-6, 6RE, 7, 11, 12<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $59.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">38
			</td>
			<td width="479" height="1">E-40 Toner Cartridge for PC-720, 740, 770, 790,795, 920, 950, 980<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">38A
			</td>
			<td width="479" height="1">E-20 Toner Cartridge for PC-310, 325, 330, 330L, 400, 420, 430<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>XEROX<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">39
			</td>
			<td width="479" height="1">6R900 75A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">40
			</td>
			<td width="479" height="1">6R903 98A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">41
			</td>
			<td width="479" height="1">6R902 95A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">42
			</td>
			<td width="479" height="1">6R901 91A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 65.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">43
			</td>
			<td width="479" height="1">6R908 06A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">44
			</td>
			<td width="479" height="1">6R899 74A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">45
			</td>
			<td width="479" height="1">6R928 96A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 72.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">46
			</td>
			<td width="479" height="1">6R926 27X<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 84.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">47
			</td>
			<td width="479" height="1">6R906 09A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 92.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">48
			</td>
			<td width="479" height="1">6R907 4MV<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">49
			</td>
			<td width="479" height="1">6R905 03A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $46.50
			</td>
                    </tr>
                    <tr>
                      <td colspan="2" height="28" width="593">
 <div align="center"><p><font size="3">call toll free 1-866-237-7397</font><br>
  </p></div>

</td>
                    </tr>
                    <tr>
                      <td colspan="2" height="28" width="593">
30 Day unlimited warranty included on all products<br>
GT Toner Supplies guarantees these cartridges to be free from defects in
workmanship and material.<br>
<br>
We look forward in doing business with you.<br>
<br>
We Guarantee your satisfaction!!!

</td>
                    </tr>
                    <tr>
			<td width="593" class="smallprint" colspan="2" height="40"></td>
                    </tr>
                    <tr>
			<td width="593" class="smallprint" colspan="2" height="40"><table border="0" cellspacing="6" cellpadding="0" width="547">
                <tr>
			<td width="329" class="smallprint" height="40"><table border="0" cellspacing="6" cellpadding="0" width="349"><tr><td style="color: 666666" class="smallprint" width="335">
If you are ordering by purchase order please fill out an order form<br>
with the following information:&nbsp;<br>
<br>
purchase order number<br>
phone number<br>
company or school name<br>
shipping address and billing address<br>
city, state zip code Order Now&nbsp;<br>
<br>
                  </td></tr></table></td>
			<td align="right" height="40" width="196">
              <p align="center"> <u><font color="#FF6666"> call toll free</font></u>
              </p>
              <p align="center"> <u><font color="#FF6666">1-866-237-7397</font></u><br>
              </p>
                  </td>
                </tr>
                <tr>
			<td width="329" class="smallprint" height="40"><table border="0" cellspacing="6" cellpadding="0" width="353"><tr><td style="color: 666666" class="smallprint" width="339">
If you are ordering by e-mail or c.o.d. please fill out an order<br>
form with the following information:&nbsp;<br>
<br>
phone number<br>
company name<br>
first and last name<br>
street address<br>
city, state zip code&nbsp;<br>
<br>
                  </td></tr></table></td>
			<td align="right" height="40" width="196">
              <p align="center"> <u><font color="#FF6666"> call toll free</font></u>
              </p>
              <p align="center"> <u><font color="#FF6666">1-866-237-7397</font></u><br>
              </p>
                  </td>
                </tr>
              </table></td>
                    </tr>
<tr><td colspan="2" height="28" width="593">
<font size="1">
All trade marks and brand names listed above are property of the respective<br>
holders and used for descriptive purposes only.</font>

</td></tr>

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

<table width="600" cellspacing="0" cellpadding="10" align="center"><tr><td class="smallprint" style="color:666666;" align="center">PLEASE DO NOT REPLY TO THIS
      EMAIL </td></tr></table>

</body>
</html>
<HTML><HEAD>
<meta http-equiv="keywords" content="toner, laser cartridge, printer toner, toner cartridge, TonerSales ,empties, Epson, Canon, Hewlett Packard, 
Xerox, Lexmark, IBM, discount, recycle, office supplies, Laserjet, Laser, HewlettPackard, Hewlett-Packard, Toshiba, Mita, Panasonic, Ricoh, Apple, 
Fuji, Fujitsu/Dex, Okidata, laser toner cartridge sale, fax supplies, copier supplies, fax & copier supplies, pinter and copier supplies, cartridges for printers, cartridges for faxes, cartridges for copiers,
printer supply, Brother, DEC, generic, remans, remanufactured, Digital, Lasersmith, Mitek Systems, QMS, NEC, Genicom, Tektronix, miliatary orders, APO, FPO, US Forces, overseas, cpacinc.com">
<STYLE>
BODY {font-family="Arial"}
TT {font-family="Courier New"}
BLOCKQUOTE.CITE {margin:0; padding-left:0.5em; border-left:medium none solid 2;}
SPAN.TABOOHEADER {display=none}
</STYLE>
	<title>GTTS | December 2002 Newsletter</title>
<link rel="stylesheet" type="text/css" href="global.css" title="style">
</HEAD>
<BODY bgcolor="ffffff">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<table width="600" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
			<td><font size="2"><b>GT Toner Supplies</b></font></td>
  </tr>
  <tr>
			<td><font size="2"><b>Laser Printer, Copier, and Fax Supplies</b></font></td>
		</tr>
  <tr>
			<td><font size="2"><b>1-888-662-2256</b></font></td>
  </tr>
  <tr>
			<td><font size="2"><b>1-866-237-7397</b></font></td>
  </tr>
  <tr>
			<td>
              <p align="center">Hp-Hp color - Lexmark - Epson - Panasonic -
              Apple - Cannon - Xerox</p>
            </td>
		</tr>
</table>

<table width="673" border="0" cellspacing="0" cellpadding="1" align="center" bgcolor="99cc00"><tr><td width="669">
    &nbsp;
	<table width="820" border="0" cellspacing="0" cellpadding="0" bgcolor="ffffff" height="2315">
        <tr>
			<td><font color="#800000"><i>Please forward to the person responsible for purchasing your
              laser printer supplies.</i></font></td>
        </tr>
		<tr>
			<td width="567" height="52"><table border="0" cellspacing="6" cellpadding="0" width="609"><tr><td style="color: 666666" class="smallprint" width="595">If
                    you received this email on error, please reply to <a href="mailto:gtts002@cable.net.co"> gtts002@cable.net.co</a>
                    with subject: REMOVE... sorry for the inconvenience.<br>
                  </td></tr></table></td>
		</tr>
		<tr>
			<td width="567" height="51"><font size="4">University</font> and/or <font size="4"> School</font>
              purchase orders WELCOME. (<u>no credit approval required</u>)<br>
              Pay by check, c.o.d, or purchase order (<u>net 30 days</u>).<br>
              <br>
              <font size="3" color="#800000">
              WE ACCEPT ALL MAJOR CREDIT CARDS!</font><br>
              <br>
              <a href="#hpcol">New! HP 4500/4550 series color cartridges in stock!</a>
            </td>
			<td width="45" height="51"><br>
              <br>
            </td>
			<td align="right" width="45" height="51">&nbsp;</td>
		</tr>
		<tr>
			<td colspan="3" width="654" height="37">&nbsp;</td>
		</tr>
		<tr valign="top">
			<td bgcolor="ffffff" colspan="3" width="654" height="2096">
                <b>
                Order by phone: Toll free 1-866-237-7397 Toll free
                1-888-662-2256<br>
                <br>
                Order by email: <a href="mailto:gtts002@cable.net.co"><font color="#FF6666"> gtts002@cable.net.co</font></a> subject: ORDER</b><br>
				<table border="0" cellspacing="0" cellpadding="5" width="634" height="1413">
					<tr>
						<td class="smallprint" colspan="2" height="38" width="593">				
Our cartridge prices are as follows:<br>
(please order by item number)<br>
                        </td>
</tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>HP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">1
			</td>
			<td width="479" height="2">92274A Toner Cartridge for LaserJet 4L,
              4ML, 4P, 4MP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">2
			</td>
			<td width="479" height="2">C4092A Black Toner Cartridge for LaserJet
              1100A, ASE, 3200SE<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$45.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">2A
			</td>
			<td width="479" height="1">C7115A Toner Cartridge For HP LaserJet
              1000, 1200, 3330<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">2B
			</td>
			<td width="479" height="1">C7115X High Capacity Toner Cartridge for
              HP LaserJet 1000, 1200, 3330<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$65.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">3
			</td>
			<td width="479" height="1">92295A Toner Cartridge for LaserJet II,
              IID, III, IIID<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">4
			</td>
			<td width="479" height="1">92275A Toner Cartridge for LaserJet IIP, IIP+, IIIP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">5
			</td>
			<td width="479" height="1">C3903A Toner Cartridge for LaserJet 5P, 5MP, 6P, 6Pse, 6MP, 6Pxi<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">6
			</td>
			<td width="479" height="1">C3909A Toner Cartridge for LaserJet 5Si, 5SiMX, 5Si
              Copier, 8000<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$92.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">7
			</td>
			<td width="479" height="1">C4096A Toner Cartridge for LaserJet 2100, 2200DSE, 2200DTN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$72.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">8
			</td>
			<td width="479" height="1">C4182X UltraPrecise High Capacity Toner Cartridge for LaserJet 8100 Series<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$125.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">9
			</td>
			<td width="479" height="1">C3906A Toner Cartridge for LaserJet 5L, 5L Xtra, 6Lse, 6L, 6Lxi, 3100se<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">9A
			</td>
			<td width="479" height="1">C3906A Toner Cartridge for LaserJet 3100, 3150<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">10
			</td>
			<td width="479" height="1">C3900A Black Toner Cartridge for HP LaserJet 4MV, 4V<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">11
			</td>
			<td width="479" height="1">C4127A Black Toner Cartridge for LaserJet 4000SE, 4000N, 4000T, 4000TN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$76.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">11A
			</td>
			<td width="479" height="1">C8061A Black Laser Toner for HP LaserJet 4100, 4100N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$76.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">11B
			</td>
			<td width="479" height="2">C8061X High Capacity Toner Cartridge for LJ4100, 4100N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">11C
			</td>
			<td width="479" height="2">C4127X High Capacity Black Cartridge for LaserJet 4000SE,4000N,4000T,4000TN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$84.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">12
			</td>
			<td width="479" height="1">92291A Toner Cartridge for LaserJet IIISi, 4Si, 4SiMX<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$57.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">13
			</td>
			<td width="479" height="1">92298A Toner Cartridge for LaserJet 4, 4 Plus, 4M, 4M Plus, 5, 5se, 5M, 5N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">14
			</td>
			<td width="479" height="1">C4129X High Capacity Black Toner Cartridge for LaserJet 5000N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$97.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">15
			</td>
			<td width="479" height="1">LASERFAX 500, 700 (FX1)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">16
			</td>
			<td width="479" height="1">LASERFAX 5000, 7000 (FX2)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$54.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">17
			</td>
			<td width="479" height="1">LASERFAX (FX3)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">18
			</td>
			<td width="479" height="1">LASERFAX (FX4)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>HP <font color="#0000FF">C</font><font color="#FF6666">O</font>L<font color="#800000">O</font><font color="#CC6600">R<a name="hpcol"></a></font><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">C1
			</td>
			<td width="479" height="2">C4194a Toner Cartridge, Yellow (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">C2
			</td>
			<td width="479" height="2">C4193a Toner Cartridge, Magenta (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">C3
			</td>
			<td width="479" height="1">C4192a toner cartridge, cyan (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">C4
			</td>
			<td width="479" height="1">c4191a toner cartridge, black (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$74.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>LEXMARK<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">19
			</td>
			<td width="479" height="2">1380520 High Yield Black Laser Toner for 4019, 4019E, 4028, 4029, 6, 10, 10L<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">20
			</td>
			<td width="479" height="2">1382150 High Yield Toner for 3112, 3116, 4039-10+, 4049- Model 12L,16R, Optra<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">21
			</td>
			<td width="479" height="1">69G8256 Laser Cartridge for Optra E, E+, EP, ES, 4026, 4026 (6A,6B,6D,6E)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">22
			</td>
			<td width="479" height="1">13T0101 High Yield Toner Cartridge for Lexmark Optra E310, E312, E312L<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">23
			</td>
			<td width="479" height="1">1382625 High-Yield Laser Toner Cartridge for Lexmark Optra S (4059)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$129.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">24
			</td>
			<td width="479" height="1">12A5745 High Yield Laser Toner for Lexmark Optra T610, 612, 614 (4069)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$165.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>EPSON<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">25
			</td>
			<td width="479" height="2">S051009 Toner Cartridge for Epson EPL7000, 7500, 8000+<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$115.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">25A
			</td>
			<td width="479" height="2">S051009 LP-3000 PS 7000<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$115.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">26
			</td>
			<td width="479" height="1">AS051011 Imaging Cartridge for ActionLaser-1000, 1500<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$99.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">26A
			</td>
			<td width="479" height="1">AS051011 EPL-5000, EPL-5100, EPL-5200<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$99.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>PANASONIC<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">27
			</td>
			<td width="479" height="2">Nec series 2 models 90 and 95<br>
              <img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2"> $109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><b><font size="3">APPLE</font><font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font></b>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">28
			</td>
			<td width="479" height="2">2473G/A Laser Toner for LaserWriter Pro 600, 630, LaserWriter 16/600
  PS<br>
              <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $57.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">29
			</td>
			<td width="479" height="2">1960G/A Laser Toner for Apple LaserWriter
              Select, 300, 310, 360<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $ 71.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">30
			</td>
			<td width="479" height="1">M0089LL/A Toner Cartridge for Laserwriter 300, 320 (74A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 52.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">31
			</td>
			<td width="479" height="1">M6002 Toner Cartridge for Laserwriter
              IINT, IINTX, IISC, IIF, IIG
  (95A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">31A
			</td>
			<td width="479" height="1">M0089LL/A Toner Cartridge for Laserwriter
              LS, NT, NTR, SC (75A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">32
			</td>
			<td width="479" height="1">M4683G/A Laser Toner for LaserWriter 12,
              640PS<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">$85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>CANON<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33
			</td>
			<td width="479" height="1">Fax CFX-L3500, CFX-4000 CFX-L4500, CFX-L4500IE &amp; IF FX3<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">$49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33A
			</td>
			<td width="479" height="1">L-250, L-260i, L-300 FX3<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33B
			</td>
			<td width="479" height="1">LASER CLASS 2060, 2060P, 4000 FX3 <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">34
			</td>
			<td width="479" height="1">LASER CLASS 5000, 5500, 7000, 7100, 7500, 6000 FX2<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">35
			</td>
			<td width="479" height="2">FAX 5000 FX2 <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36
			</td>
			<td width="479" height="1">LASER CLASS 8500, 9000, 9000L, 9000MS, 9500, 9500 MS, 9500 S FX4<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>&nbsp;
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36A
			</td>
			<td width="479" height="1">Fax L700,720,760,770,775,777,780,785,790, &amp; L3300 FX1<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">
 $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36B
			</td>
			<td width="479" height="1">L-800, L-900 FX4<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">37
			</td>
			<td width="479" height="1">A30R Toner Cartridge for PC-6, 6RE, 7, 11, 12<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $59.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">38
			</td>
			<td width="479" height="1">E-40 Toner Cartridge for PC-720, 740, 770, 790,795, 920, 950, 980<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">38A
			</td>
			<td width="479" height="1">E-20 Toner Cartridge for PC-310, 325, 330, 330L, 400, 420, 430<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>XEROX<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">39
			</td>
			<td width="479" height="1">6R900 75A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">40
			</td>
			<td width="479" height="1">6R903 98A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">41
			</td>
			<td width="479" height="1">6R902 95A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">42
			</td>
			<td width="479" height="1">6R901 91A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 65.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">43
			</td>
			<td width="479" height="1">6R908 06A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">44
			</td>
			<td width="479" height="1">6R899 74A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">45
			</td>
			<td width="479" height="1">6R928 96A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 72.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">46
			</td>
			<td width="479" height="1">6R926 27X<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 84.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">47
			</td>
			<td width="479" height="1">6R906 09A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 92.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">48
			</td>
			<td width="479" height="1">6R907 4MV<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">49
			</td>
			<td width="479" height="1">6R905 03A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $46.50
			</td>
                    </tr>
                    <tr>
                      <td colspan="2" height="28" width="593">
 <div align="center"><p><font size="3">call toll free 1-866-237-7397</font><br>
  </p></div>

</td>
                    </tr>
                    <tr>
                      <td colspan="2" height="28" width="593">
30 Day unlimited warranty included on all products<br>
GT Toner Supplies guarantees these cartridges to be free from defects in
workmanship and material.<br>
<br>
We look forward in doing business with you.<br>
<br>
We Guarantee your satisfaction!!!

</td>
                    </tr>
                    <tr>
			<td width="593" class="smallprint" colspan="2" height="40"></td>
                    </tr>
                    <tr>
			<td width="593" class="smallprint" colspan="2" height="40"><table border="0" cellspacing="6" cellpadding="0" width="547">
                <tr>
			<td width="329" class="smallprint" height="40"><table border="0" cellspacing="6" cellpadding="0" width="349"><tr><td style="color: 666666" class="smallprint" width="335">
If you are ordering by purchase order please fill out an order form<br>
with the following information:&nbsp;<br>
<br>
purchase order number<br>
phone number<br>
company or school name<br>
shipping address and billing address<br>
city, state zip code Order Now&nbsp;<br>
<br>
                  </td></tr></table></td>
			<td align="right" height="40" width="196">
              <p align="center"> <u><font color="#FF6666"> call toll free</font></u>
              </p>
              <p align="center"> <u><font color="#FF6666">1-866-237-7397</font></u><br>
              </p>
                  </td>
                </tr>
                <tr>
			<td width="329" class="smallprint" height="40"><table border="0" cellspacing="6" cellpadding="0" width="353"><tr><td style="color: 666666" class="smallprint" width="339">
If you are ordering by e-mail or c.o.d. please fill out an order<br>
form with the following information:&nbsp;<br>
<br>
phone number<br>
company name<br>
first and last name<br>
street address<br>
city, state zip code&nbsp;<br>
<br>
                  </td></tr></table></td>
			<td align="right" height="40" width="196">
              <p align="center"> <u><font color="#FF6666"> call toll free</font></u>
              </p>
              <p align="center"> <u><font color="#FF6666">1-866-237-7397</font></u><br>
              </p>
                  </td>
                </tr>
              </table></td>
                    </tr>
<tr><td colspan="2" height="28" width="593">
<font size="1">
All trade marks and brand names listed above are property of the respective<br>
holders and used for descriptive purposes only.</font>

</td></tr>

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

<table width="600" cellspacing="0" cellpadding="10" align="center"><tr><td class="smallprint" style="color:666666;" align="center">PLEASE DO NOT REPLY TO THIS
      EMAIL </td></tr></table>

</body>
</html>
<HTML><HEAD>
<meta http-equiv="keywords" content="toner, laser cartridge, printer toner, toner cartridge, TonerSales ,empties, Epson, Canon, Hewlett Packard, 
Xerox, Lexmark, IBM, discount, recycle, office supplies, Laserjet, Laser, HewlettPackard, Hewlett-Packard, Toshiba, Mita, Panasonic, Ricoh, Apple, 
Fuji, Fujitsu/Dex, Okidata, laser toner cartridge sale, fax supplies, copier supplies, fax & copier supplies, pinter and copier supplies, cartridges for printers, cartridges for faxes, cartridges for copiers,
printer supply, Brother, DEC, generic, remans, remanufactured, Digital, Lasersmith, Mitek Systems, QMS, NEC, Genicom, Tektronix, miliatary orders, APO, FPO, US Forces, overseas, cpacinc.com">
<STYLE>
BODY {font-family="Arial"}
TT {font-family="Courier New"}
BLOCKQUOTE.CITE {margin:0; padding-left:0.5em; border-left:medium none solid 2;}
SPAN.TABOOHEADER {display=none}
</STYLE>
	<title>GTTS | December 2002 Newsletter</title>
<link rel="stylesheet" type="text/css" href="global.css" title="style">
</HEAD>
<BODY bgcolor="ffffff">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<table width="600" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
			<td><font size="2"><b>GT Toner Supplies</b></font></td>
  </tr>
  <tr>
			<td><font size="2"><b>Laser Printer, Copier, and Fax Supplies</b></font></td>
		</tr>
  <tr>
			<td><font size="2"><b>1-888-662-2256</b></font></td>
  </tr>
  <tr>
			<td><font size="2"><b>1-866-237-7397</b></font></td>
  </tr>
  <tr>
			<td>
              <p align="center">Hp-Hp color - Lexmark - Epson - Panasonic -
              Apple - Cannon - Xerox</p>
            </td>
		</tr>
</table>

<table width="673" border="0" cellspacing="0" cellpadding="1" align="center" bgcolor="99cc00"><tr><td width="669">
    &nbsp;
	<table width="820" border="0" cellspacing="0" cellpadding="0" bgcolor="ffffff" height="2315">
        <tr>
			<td><font color="#800000"><i>Please forward to the person responsible for purchasing your
              laser printer supplies.</i></font></td>
        </tr>
		<tr>
			<td width="567" height="52"><table border="0" cellspacing="6" cellpadding="0" width="609"><tr><td style="color: 666666" class="smallprint" width="595">If
                    you received this email on error, please reply to <a href="mailto:gtts002@cable.net.co"> gtts002@cable.net.co</a>
                    with subject: REMOVE... sorry for the inconvenience.<br>
                  </td></tr></table></td>
		</tr>
		<tr>
			<td width="567" height="51"><font size="4">University</font> and/or <font size="4"> School</font>
              purchase orders WELCOME. (<u>no credit approval required</u>)<br>
              Pay by check, c.o.d, or purchase order (<u>net 30 days</u>).<br>
              <br>
              <font size="3" color="#800000">
              WE ACCEPT ALL MAJOR CREDIT CARDS!</font><br>
              <br>
              <a href="#hpcol">New! HP 4500/4550 series color cartridges in stock!</a>
            </td>
			<td width="45" height="51"><br>
              <br>
            </td>
			<td align="right" width="45" height="51">&nbsp;</td>
		</tr>
		<tr>
			<td colspan="3" width="654" height="37">&nbsp;</td>
		</tr>
		<tr valign="top">
			<td bgcolor="ffffff" colspan="3" width="654" height="2096">
                <b>
                Order by phone: Toll free 1-866-237-7397 Toll free
                1-888-662-2256<br>
                <br>
                Order by email: <a href="mailto:gtts002@cable.net.co"><font color="#FF6666"> gtts002@cable.net.co</font></a> subject: ORDER</b><br>
				<table border="0" cellspacing="0" cellpadding="5" width="634" height="1413">
					<tr>
						<td class="smallprint" colspan="2" height="38" width="593">				
Our cartridge prices are as follows:<br>
(please order by item number)<br>
                        </td>
</tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>HP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">1
			</td>
			<td width="479" height="2">92274A Toner Cartridge for LaserJet 4L,
              4ML, 4P, 4MP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">2
			</td>
			<td width="479" height="2">C4092A Black Toner Cartridge for LaserJet
              1100A, ASE, 3200SE<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$45.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">2A
			</td>
			<td width="479" height="1">C7115A Toner Cartridge For HP LaserJet
              1000, 1200, 3330<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">2B
			</td>
			<td width="479" height="1">C7115X High Capacity Toner Cartridge for
              HP LaserJet 1000, 1200, 3330<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$65.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">3
			</td>
			<td width="479" height="1">92295A Toner Cartridge for LaserJet II,
              IID, III, IIID<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">4
			</td>
			<td width="479" height="1">92275A Toner Cartridge for LaserJet IIP, IIP+, IIIP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">5
			</td>
			<td width="479" height="1">C3903A Toner Cartridge for LaserJet 5P, 5MP, 6P, 6Pse, 6MP, 6Pxi<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">6
			</td>
			<td width="479" height="1">C3909A Toner Cartridge for LaserJet 5Si, 5SiMX, 5Si
              Copier, 8000<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$92.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">7
			</td>
			<td width="479" height="1">C4096A Toner Cartridge for LaserJet 2100, 2200DSE, 2200DTN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$72.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">8
			</td>
			<td width="479" height="1">C4182X UltraPrecise High Capacity Toner Cartridge for LaserJet 8100 Series<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$125.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">9
			</td>
			<td width="479" height="1">C3906A Toner Cartridge for LaserJet 5L, 5L Xtra, 6Lse, 6L, 6Lxi, 3100se<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">9A
			</td>
			<td width="479" height="1">C3906A Toner Cartridge for LaserJet 3100, 3150<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">10
			</td>
			<td width="479" height="1">C3900A Black Toner Cartridge for HP LaserJet 4MV, 4V<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">11
			</td>
			<td width="479" height="1">C4127A Black Toner Cartridge for LaserJet 4000SE, 4000N, 4000T, 4000TN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$76.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">11A
			</td>
			<td width="479" height="1">C8061A Black Laser Toner for HP LaserJet 4100, 4100N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$76.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">11B
			</td>
			<td width="479" height="2">C8061X High Capacity Toner Cartridge for LJ4100, 4100N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">11C
			</td>
			<td width="479" height="2">C4127X High Capacity Black Cartridge for LaserJet 4000SE,4000N,4000T,4000TN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$84.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">12
			</td>
			<td width="479" height="1">92291A Toner Cartridge for LaserJet IIISi, 4Si, 4SiMX<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$57.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">13
			</td>
			<td width="479" height="1">92298A Toner Cartridge for LaserJet 4, 4 Plus, 4M, 4M Plus, 5, 5se, 5M, 5N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">14
			</td>
			<td width="479" height="1">C4129X High Capacity Black Toner Cartridge for LaserJet 5000N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$97.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">15
			</td>
			<td width="479" height="1">LASERFAX 500, 700 (FX1)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">16
			</td>
			<td width="479" height="1">LASERFAX 5000, 7000 (FX2)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$54.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">17
			</td>
			<td width="479" height="1">LASERFAX (FX3)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">18
			</td>
			<td width="479" height="1">LASERFAX (FX4)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>HP <font color="#0000FF">C</font><font color="#FF6666">O</font>L<font color="#800000">O</font><font color="#CC6600">R<a name="hpcol"></a></font><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">C1
			</td>
			<td width="479" height="2">C4194a Toner Cartridge, Yellow (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">C2
			</td>
			<td width="479" height="2">C4193a Toner Cartridge, Magenta (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">C3
			</td>
			<td width="479" height="1">C4192a toner cartridge, cyan (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">C4
			</td>
			<td width="479" height="1">c4191a toner cartridge, black (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$74.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>LEXMARK<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">19
			</td>
			<td width="479" height="2">1380520 High Yield Black Laser Toner for 4019, 4019E, 4028, 4029, 6, 10, 10L<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">20
			</td>
			<td width="479" height="2">1382150 High Yield Toner for 3112, 3116, 4039-10+, 4049- Model 12L,16R, Optra<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">21
			</td>
			<td width="479" height="1">69G8256 Laser Cartridge for Optra E, E+, EP, ES, 4026, 4026 (6A,6B,6D,6E)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">22
			</td>
			<td width="479" height="1">13T0101 High Yield Toner Cartridge for Lexmark Optra E310, E312, E312L<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">23
			</td>
			<td width="479" height="1">1382625 High-Yield Laser Toner Cartridge for Lexmark Optra S (4059)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$129.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">24
			</td>
			<td width="479" height="1">12A5745 High Yield Laser Toner for Lexmark Optra T610, 612, 614 (4069)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$165.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>EPSON<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">25
			</td>
			<td width="479" height="2">S051009 Toner Cartridge for Epson EPL7000, 7500, 8000+<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$115.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">25A
			</td>
			<td width="479" height="2">S051009 LP-3000 PS 7000<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$115.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">26
			</td>
			<td width="479" height="1">AS051011 Imaging Cartridge for ActionLaser-1000, 1500<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$99.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">26A
			</td>
			<td width="479" height="1">AS051011 EPL-5000, EPL-5100, EPL-5200<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$99.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>PANASONIC<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">27
			</td>
			<td width="479" height="2">Nec series 2 models 90 and 95<br>
              <img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2"> $109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><b><font size="3">APPLE</font><font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font></b>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">28
			</td>
			<td width="479" height="2">2473G/A Laser Toner for LaserWriter Pro 600, 630, LaserWriter 16/600
  PS<br>
              <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $57.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">29
			</td>
			<td width="479" height="2">1960G/A Laser Toner for Apple LaserWriter
              Select, 300, 310, 360<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $ 71.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">30
			</td>
			<td width="479" height="1">M0089LL/A Toner Cartridge for Laserwriter 300, 320 (74A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 52.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">31
			</td>
			<td width="479" height="1">M6002 Toner Cartridge for Laserwriter
              IINT, IINTX, IISC, IIF, IIG
  (95A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">31A
			</td>
			<td width="479" height="1">M0089LL/A Toner Cartridge for Laserwriter
              LS, NT, NTR, SC (75A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">32
			</td>
			<td width="479" height="1">M4683G/A Laser Toner for LaserWriter 12,
              640PS<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">$85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>CANON<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33
			</td>
			<td width="479" height="1">Fax CFX-L3500, CFX-4000 CFX-L4500, CFX-L4500IE &amp; IF FX3<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">$49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33A
			</td>
			<td width="479" height="1">L-250, L-260i, L-300 FX3<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33B
			</td>
			<td width="479" height="1">LASER CLASS 2060, 2060P, 4000 FX3 <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">34
			</td>
			<td width="479" height="1">LASER CLASS 5000, 5500, 7000, 7100, 7500, 6000 FX2<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">35
			</td>
			<td width="479" height="2">FAX 5000 FX2 <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36
			</td>
			<td width="479" height="1">LASER CLASS 8500, 9000, 9000L, 9000MS, 9500, 9500 MS, 9500 S FX4<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>&nbsp;
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36A
			</td>
			<td width="479" height="1">Fax L700,720,760,770,775,777,780,785,790, &amp; L3300 FX1<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">
 $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36B
			</td>
			<td width="479" height="1">L-800, L-900 FX4<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">37
			</td>
			<td width="479" height="1">A30R Toner Cartridge for PC-6, 6RE, 7, 11, 12<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $59.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">38
			</td>
			<td width="479" height="1">E-40 Toner Cartridge for PC-720, 740, 770, 790,795, 920, 950, 980<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">38A
			</td>
			<td width="479" height="1">E-20 Toner Cartridge for PC-310, 325, 330, 330L, 400, 420, 430<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>XEROX<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">39
			</td>
			<td width="479" height="1">6R900 75A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">40
			</td>
			<td width="479" height="1">6R903 98A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">41
			</td>
			<td width="479" height="1">6R902 95A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">42
			</td>
			<td width="479" height="1">6R901 91A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 65.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">43
			</td>
			<td width="479" height="1">6R908 06A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">44
			</td>
			<td width="479" height="1">6R899 74A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">45
			</td>
			<td width="479" height="1">6R928 96A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 72.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">46
			</td>
			<td width="479" height="1">6R926 27X<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 84.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">47
			</td>
			<td width="479" height="1">6R906 09A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 92.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">48
			</td>
			<td width="479" height="1">6R907 4MV<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">49
			</td>
			<td width="479" height="1">6R905 03A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $46.50
			</td>
                    </tr>
                    <tr>
                      <td colspan="2" height="28" width="593">
 <div align="center"><p><font size="3">call toll free 1-866-237-7397</font><br>
  </p></div>

</td>
                    </tr>
                    <tr>
                      <td colspan="2" height="28" width="593">
30 Day unlimited warranty included on all products<br>
GT Toner Supplies guarantees these cartridges to be free from defects in
workmanship and material.<br>
<br>
We look forward in doing business with you.<br>
<br>
We Guarantee your satisfaction!!!

</td>
                    </tr>
                    <tr>
			<td width="593" class="smallprint" colspan="2" height="40"></td>
                    </tr>
                    <tr>
			<td width="593" class="smallprint" colspan="2" height="40"><table border="0" cellspacing="6" cellpadding="0" width="547">
                <tr>
			<td width="329" class="smallprint" height="40"><table border="0" cellspacing="6" cellpadding="0" width="349"><tr><td style="color: 666666" class="smallprint" width="335">
If you are ordering by purchase order please fill out an order form<br>
with the following information:&nbsp;<br>
<br>
purchase order number<br>
phone number<br>
company or school name<br>
shipping address and billing address<br>
city, state zip code Order Now&nbsp;<br>
<br>
                  </td></tr></table></td>
			<td align="right" height="40" width="196">
              <p align="center"> <u><font color="#FF6666"> call toll free</font></u>
              </p>
              <p align="center"> <u><font color="#FF6666">1-866-237-7397</font></u><br>
              </p>
                  </td>
                </tr>
                <tr>
			<td width="329" class="smallprint" height="40"><table border="0" cellspacing="6" cellpadding="0" width="353"><tr><td style="color: 666666" class="smallprint" width="339">
If you are ordering by e-mail or c.o.d. please fill out an order<br>
form with the following information:&nbsp;<br>
<br>
phone number<br>
company name<br>
first and last name<br>
street address<br>
city, state zip code&nbsp;<br>
<br>
                  </td></tr></table></td>
			<td align="right" height="40" width="196">
              <p align="center"> <u><font color="#FF6666"> call toll free</font></u>
              </p>
              <p align="center"> <u><font color="#FF6666">1-866-237-7397</font></u><br>
              </p>
                  </td>
                </tr>
              </table></td>
                    </tr>
<tr><td colspan="2" height="28" width="593">
<font size="1">
All trade marks and brand names listed above are property of the respective<br>
holders and used for descriptive purposes only.</font>

</td></tr>

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

<table width="600" cellspacing="0" cellpadding="10" align="center"><tr><td class="smallprint" style="color:666666;" align="center">PLEASE DO NOT REPLY TO THIS
      EMAIL </td></tr></table>

</body>
</html>
<HTML><HEAD>
<meta http-equiv="keywords" content="toner, laser cartridge, printer toner, toner cartridge, TonerSales ,empties, Epson, Canon, Hewlett Packard, 
Xerox, Lexmark, IBM, discount, recycle, office supplies, Laserjet, Laser, HewlettPackard, Hewlett-Packard, Toshiba, Mita, Panasonic, Ricoh, Apple, 
Fuji, Fujitsu/Dex, Okidata, laser toner cartridge sale, fax supplies, copier supplies, fax & copier supplies, pinter and copier supplies, cartridges for printers, cartridges for faxes, cartridges for copiers,
printer supply, Brother, DEC, generic, remans, remanufactured, Digital, Lasersmith, Mitek Systems, QMS, NEC, Genicom, Tektronix, miliatary orders, APO, FPO, US Forces, overseas, cpacinc.com">
<STYLE>
BODY {font-family="Arial"}
TT {font-family="Courier New"}
BLOCKQUOTE.CITE {margin:0; padding-left:0.5em; border-left:medium none solid 2;}
SPAN.TABOOHEADER {display=none}
</STYLE>
	<title>GTTS | December 2002 Newsletter</title>
<link rel="stylesheet" type="text/css" href="global.css" title="style">
</HEAD>
<BODY bgcolor="ffffff">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<table width="600" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
			<td><font size="2"><b>GT Toner Supplies</b></font></td>
  </tr>
  <tr>
			<td><font size="2"><b>Laser Printer, Copier, and Fax Supplies</b></font></td>
		</tr>
  <tr>
			<td><font size="2"><b>1-888-662-2256</b></font></td>
  </tr>
  <tr>
			<td><font size="2"><b>1-866-237-7397</b></font></td>
  </tr>
  <tr>
			<td>
              <p align="center">Hp-Hp color - Lexmark - Epson - Panasonic -
              Apple - Cannon - Xerox</p>
            </td>
		</tr>
</table>

<table width="673" border="0" cellspacing="0" cellpadding="1" align="center" bgcolor="99cc00"><tr><td width="669">
    &nbsp;
	<table width="820" border="0" cellspacing="0" cellpadding="0" bgcolor="ffffff" height="2315">
        <tr>
			<td><font color="#800000"><i>Please forward to the person responsible for purchasing your
              laser printer supplies.</i></font></td>
        </tr>
		<tr>
			<td width="567" height="52"><table border="0" cellspacing="6" cellpadding="0" width="609"><tr><td style="color: 666666" class="smallprint" width="595">If
                    you received this email on error, please reply to <a href="mailto:gtts002@cable.net.co"> gtts002@cable.net.co</a>
                    with subject: REMOVE... sorry for the inconvenience.<br>
                  </td></tr></table></td>
		</tr>
		<tr>
			<td width="567" height="51"><font size="4">University</font> and/or <font size="4"> School</font>
              purchase orders WELCOME. (<u>no credit approval required</u>)<br>
              Pay by check, c.o.d, or purchase order (<u>net 30 days</u>).<br>
              <br>
              <font size="3" color="#800000">
              WE ACCEPT ALL MAJOR CREDIT CARDS!</font><br>
              <br>
              <a href="#hpcol">New! HP 4500/4550 series color cartridges in stock!</a>
            </td>
			<td width="45" height="51"><br>
              <br>
            </td>
			<td align="right" width="45" height="51">&nbsp;</td>
		</tr>
		<tr>
			<td colspan="3" width="654" height="37">&nbsp;</td>
		</tr>
		<tr valign="top">
			<td bgcolor="ffffff" colspan="3" width="654" height="2096">
                <b>
                Order by phone: Toll free 1-866-237-7397 Toll free
                1-888-662-2256<br>
                <br>
                Order by email: <a href="mailto:gtts002@cable.net.co"><font color="#FF6666"> gtts002@cable.net.co</font></a> subject: ORDER</b><br>
				<table border="0" cellspacing="0" cellpadding="5" width="634" height="1413">
					<tr>
						<td class="smallprint" colspan="2" height="38" width="593">				
Our cartridge prices are as follows:<br>
(please order by item number)<br>
                        </td>
</tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>HP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">1
			</td>
			<td width="479" height="2">92274A Toner Cartridge for LaserJet 4L,
              4ML, 4P, 4MP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">2
			</td>
			<td width="479" height="2">C4092A Black Toner Cartridge for LaserJet
              1100A, ASE, 3200SE<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$45.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">2A
			</td>
			<td width="479" height="1">C7115A Toner Cartridge For HP LaserJet
              1000, 1200, 3330<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">2B
			</td>
			<td width="479" height="1">C7115X High Capacity Toner Cartridge for
              HP LaserJet 1000, 1200, 3330<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$65.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">3
			</td>
			<td width="479" height="1">92295A Toner Cartridge for LaserJet II,
              IID, III, IIID<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">4
			</td>
			<td width="479" height="1">92275A Toner Cartridge for LaserJet IIP, IIP+, IIIP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">5
			</td>
			<td width="479" height="1">C3903A Toner Cartridge for LaserJet 5P, 5MP, 6P, 6Pse, 6MP, 6Pxi<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">6
			</td>
			<td width="479" height="1">C3909A Toner Cartridge for LaserJet 5Si, 5SiMX, 5Si
              Copier, 8000<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$92.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">7
			</td>
			<td width="479" height="1">C4096A Toner Cartridge for LaserJet 2100, 2200DSE, 2200DTN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$72.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">8
			</td>
			<td width="479" height="1">C4182X UltraPrecise High Capacity Toner Cartridge for LaserJet 8100 Series<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$125.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">9
			</td>
			<td width="479" height="1">C3906A Toner Cartridge for LaserJet 5L, 5L Xtra, 6Lse, 6L, 6Lxi, 3100se<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">9A
			</td>
			<td width="479" height="1">C3906A Toner Cartridge for LaserJet 3100, 3150<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">10
			</td>
			<td width="479" height="1">C3900A Black Toner Cartridge for HP LaserJet 4MV, 4V<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">11
			</td>
			<td width="479" height="1">C4127A Black Toner Cartridge for LaserJet 4000SE, 4000N, 4000T, 4000TN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$76.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">11A
			</td>
			<td width="479" height="1">C8061A Black Laser Toner for HP LaserJet 4100, 4100N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$76.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">11B
			</td>
			<td width="479" height="2">C8061X High Capacity Toner Cartridge for LJ4100, 4100N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">11C
			</td>
			<td width="479" height="2">C4127X High Capacity Black Cartridge for LaserJet 4000SE,4000N,4000T,4000TN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$84.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">12
			</td>
			<td width="479" height="1">92291A Toner Cartridge for LaserJet IIISi, 4Si, 4SiMX<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$57.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">13
			</td>
			<td width="479" height="1">92298A Toner Cartridge for LaserJet 4, 4 Plus, 4M, 4M Plus, 5, 5se, 5M, 5N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">14
			</td>
			<td width="479" height="1">C4129X High Capacity Black Toner Cartridge for LaserJet 5000N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$97.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">15
			</td>
			<td width="479" height="1">LASERFAX 500, 700 (FX1)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">16
			</td>
			<td width="479" height="1">LASERFAX 5000, 7000 (FX2)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$54.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">17
			</td>
			<td width="479" height="1">LASERFAX (FX3)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">18
			</td>
			<td width="479" height="1">LASERFAX (FX4)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>HP <font color="#0000FF">C</font><font color="#FF6666">O</font>L<font color="#800000">O</font><font color="#CC6600">R<a name="hpcol"></a></font><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">C1
			</td>
			<td width="479" height="2">C4194a Toner Cartridge, Yellow (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">C2
			</td>
			<td width="479" height="2">C4193a Toner Cartridge, Magenta (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">C3
			</td>
			<td width="479" height="1">C4192a toner cartridge, cyan (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">C4
			</td>
			<td width="479" height="1">c4191a toner cartridge, black (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$74.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>LEXMARK<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">19
			</td>
			<td width="479" height="2">1380520 High Yield Black Laser Toner for 4019, 4019E, 4028, 4029, 6, 10, 10L<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">20
			</td>
			<td width="479" height="2">1382150 High Yield Toner for 3112, 3116, 4039-10+, 4049- Model 12L,16R, Optra<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">21
			</td>
			<td width="479" height="1">69G8256 Laser Cartridge for Optra E, E+, EP, ES, 4026, 4026 (6A,6B,6D,6E)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">22
			</td>
			<td width="479" height="1">13T0101 High Yield Toner Cartridge for Lexmark Optra E310, E312, E312L<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">23
			</td>
			<td width="479" height="1">1382625 High-Yield Laser Toner Cartridge for Lexmark Optra S (4059)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$129.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">24
			</td>
			<td width="479" height="1">12A5745 High Yield Laser Toner for Lexmark Optra T610, 612, 614 (4069)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$165.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>EPSON<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">25
			</td>
			<td width="479" height="2">S051009 Toner Cartridge for Epson EPL7000, 7500, 8000+<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$115.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">25A
			</td>
			<td width="479" height="2">S051009 LP-3000 PS 7000<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$115.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">26
			</td>
			<td width="479" height="1">AS051011 Imaging Cartridge for ActionLaser-1000, 1500<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$99.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">26A
			</td>
			<td width="479" height="1">AS051011 EPL-5000, EPL-5100, EPL-5200<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$99.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>PANASONIC<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">27
			</td>
			<td width="479" height="2">Nec series 2 models 90 and 95<br>
              <img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2"> $109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><b><font size="3">APPLE</font><font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font></b>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">28
			</td>
			<td width="479" height="2">2473G/A Laser Toner for LaserWriter Pro 600, 630, LaserWriter 16/600
  PS<br>
              <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $57.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">29
			</td>
			<td width="479" height="2">1960G/A Laser Toner for Apple LaserWriter
              Select, 300, 310, 360<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $ 71.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">30
			</td>
			<td width="479" height="1">M0089LL/A Toner Cartridge for Laserwriter 300, 320 (74A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 52.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">31
			</td>
			<td width="479" height="1">M6002 Toner Cartridge for Laserwriter
              IINT, IINTX, IISC, IIF, IIG
  (95A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">31A
			</td>
			<td width="479" height="1">M0089LL/A Toner Cartridge for Laserwriter
              LS, NT, NTR, SC (75A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">32
			</td>
			<td width="479" height="1">M4683G/A Laser Toner for LaserWriter 12,
              640PS<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">$85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>CANON<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33
			</td>
			<td width="479" height="1">Fax CFX-L3500, CFX-4000 CFX-L4500, CFX-L4500IE &amp; IF FX3<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">$49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33A
			</td>
			<td width="479" height="1">L-250, L-260i, L-300 FX3<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33B
			</td>
			<td width="479" height="1">LASER CLASS 2060, 2060P, 4000 FX3 <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">34
			</td>
			<td width="479" height="1">LASER CLASS 5000, 5500, 7000, 7100, 7500, 6000 FX2<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">35
			</td>
			<td width="479" height="2">FAX 5000 FX2 <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36
			</td>
			<td width="479" height="1">LASER CLASS 8500, 9000, 9000L, 9000MS, 9500, 9500 MS, 9500 S FX4<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>&nbsp;
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36A
			</td>
			<td width="479" height="1">Fax L700,720,760,770,775,777,780,785,790, &amp; L3300 FX1<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">
 $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36B
			</td>
			<td width="479" height="1">L-800, L-900 FX4<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">37
			</td>
			<td width="479" height="1">A30R Toner Cartridge for PC-6, 6RE, 7, 11, 12<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $59.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">38
			</td>
			<td width="479" height="1">E-40 Toner Cartridge for PC-720, 740, 770, 790,795, 920, 950, 980<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">38A
			</td>
			<td width="479" height="1">E-20 Toner Cartridge for PC-310, 325, 330, 330L, 400, 420, 430<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>XEROX<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">39
			</td>
			<td width="479" height="1">6R900 75A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">40
			</td>
			<td width="479" height="1">6R903 98A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">41
			</td>
			<td width="479" height="1">6R902 95A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">42
			</td>
			<td width="479" height="1">6R901 91A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 65.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">43
			</td>
			<td width="479" height="1">6R908 06A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">44
			</td>
			<td width="479" height="1">6R899 74A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">45
			</td>
			<td width="479" height="1">6R928 96A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 72.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">46
			</td>
			<td width="479" height="1">6R926 27X<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 84.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">47
			</td>
			<td width="479" height="1">6R906 09A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 92.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">48
			</td>
			<td width="479" height="1">6R907 4MV<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">49
			</td>
			<td width="479" height="1">6R905 03A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $46.50
			</td>
                    </tr>
                    <tr>
                      <td colspan="2" height="28" width="593">
 <div align="center"><p><font size="3">call toll free 1-866-237-7397</font><br>
  </p></div>

</td>
                    </tr>
                    <tr>
                      <td colspan="2" height="28" width="593">
30 Day unlimited warranty included on all products<br>
GT Toner Supplies guarantees these cartridges to be free from defects in
workmanship and material.<br>
<br>
We look forward in doing business with you.<br>
<br>
We Guarantee your satisfaction!!!

</td>
                    </tr>
                    <tr>
			<td width="593" class="smallprint" colspan="2" height="40"></td>
                    </tr>
                    <tr>
			<td width="593" class="smallprint" colspan="2" height="40"><table border="0" cellspacing="6" cellpadding="0" width="547">
                <tr>
			<td width="329" class="smallprint" height="40"><table border="0" cellspacing="6" cellpadding="0" width="349"><tr><td style="color: 666666" class="smallprint" width="335">
If you are ordering by purchase order please fill out an order form<br>
with the following information:&nbsp;<br>
<br>
purchase order number<br>
phone number<br>
company or school name<br>
shipping address and billing address<br>
city, state zip code Order Now&nbsp;<br>
<br>
                  </td></tr></table></td>
			<td align="right" height="40" width="196">
              <p align="center"> <u><font color="#FF6666"> call toll free</font></u>
              </p>
              <p align="center"> <u><font color="#FF6666">1-866-237-7397</font></u><br>
              </p>
                  </td>
                </tr>
                <tr>
			<td width="329" class="smallprint" height="40"><table border="0" cellspacing="6" cellpadding="0" width="353"><tr><td style="color: 666666" class="smallprint" width="339">
If you are ordering by e-mail or c.o.d. please fill out an order<br>
form with the following information:&nbsp;<br>
<br>
phone number<br>
company name<br>
first and last name<br>
street address<br>
city, state zip code&nbsp;<br>
<br>
                  </td></tr></table></td>
			<td align="right" height="40" width="196">
              <p align="center"> <u><font color="#FF6666"> call toll free</font></u>
              </p>
              <p align="center"> <u><font color="#FF6666">1-866-237-7397</font></u><br>
              </p>
                  </td>
                </tr>
              </table></td>
                    </tr>
<tr><td colspan="2" height="28" width="593">
<font size="1">
All trade marks and brand names listed above are property of the respective<br>
holders and used for descriptive purposes only.</font>

</td></tr>

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

<table width="600" cellspacing="0" cellpadding="10" align="center"><tr><td class="smallprint" style="color:666666;" align="center">PLEASE DO NOT REPLY TO THIS
      EMAIL </td></tr></table>

</body>
</html>
<HTML><HEAD>
<meta http-equiv="keywords" content="toner, laser cartridge, printer toner, toner cartridge, TonerSales ,empties, Epson, Canon, Hewlett Packard, 
Xerox, Lexmark, IBM, discount, recycle, office supplies, Laserjet, Laser, HewlettPackard, Hewlett-Packard, Toshiba, Mita, Panasonic, Ricoh, Apple, 
Fuji, Fujitsu/Dex, Okidata, laser toner cartridge sale, fax supplies, copier supplies, fax & copier supplies, pinter and copier supplies, cartridges for printers, cartridges for faxes, cartridges for copiers,
printer supply, Brother, DEC, generic, remans, remanufactured, Digital, Lasersmith, Mitek Systems, QMS, NEC, Genicom, Tektronix, miliatary orders, APO, FPO, US Forces, overseas, cpacinc.com">
<STYLE>
BODY {font-family="Arial"}
TT {font-family="Courier New"}
BLOCKQUOTE.CITE {margin:0; padding-left:0.5em; border-left:medium none solid 2;}
SPAN.TABOOHEADER {display=none}
</STYLE>
	<title>GTTS | December 2002 Newsletter</title>
<link rel="stylesheet" type="text/css" href="global.css" title="style">
</HEAD>
<BODY bgcolor="ffffff">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<table width="600" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
			<td><font size="2"><b>GT Toner Supplies</b></font></td>
  </tr>
  <tr>
			<td><font size="2"><b>Laser Printer, Copier, and Fax Supplies</b></font></td>
		</tr>
  <tr>
			<td><font size="2"><b>1-888-662-2256</b></font></td>
  </tr>
  <tr>
			<td><font size="2"><b>1-866-237-7397</b></font></td>
  </tr>
  <tr>
			<td>
              <p align="center">Hp-Hp color - Lexmark - Epson - Panasonic -
              Apple - Cannon - Xerox</p>
            </td>
		</tr>
</table>

<table width="673" border="0" cellspacing="0" cellpadding="1" align="center" bgcolor="99cc00"><tr><td width="669">
    &nbsp;
	<table width="820" border="0" cellspacing="0" cellpadding="0" bgcolor="ffffff" height="2315">
        <tr>
			<td><font color="#800000"><i>Please forward to the person responsible for purchasing your
              laser printer supplies.</i></font></td>
        </tr>
		<tr>
			<td width="567" height="52"><table border="0" cellspacing="6" cellpadding="0" width="609"><tr><td style="color: 666666" class="smallprint" width="595">If
                    you received this email on error, please reply to <a href="mailto:gtts002@cable.net.co"> gtts002@cable.net.co</a>
                    with subject: REMOVE... sorry for the inconvenience.<br>
                  </td></tr></table></td>
		</tr>
		<tr>
			<td width="567" height="51"><font size="4">University</font> and/or <font size="4"> School</font>
              purchase orders WELCOME. (<u>no credit approval required</u>)<br>
              Pay by check, c.o.d, or purchase order (<u>net 30 days</u>).<br>
              <br>
              <font size="3" color="#800000">
              WE ACCEPT ALL MAJOR CREDIT CARDS!</font><br>
              <br>
              <a href="#hpcol">New! HP 4500/4550 series color cartridges in stock!</a>
            </td>
			<td width="45" height="51"><br>
              <br>
            </td>
			<td align="right" width="45" height="51">&nbsp;</td>
		</tr>
		<tr>
			<td colspan="3" width="654" height="37">&nbsp;</td>
		</tr>
		<tr valign="top">
			<td bgcolor="ffffff" colspan="3" width="654" height="2096">
                <b>
                Order by phone: Toll free 1-866-237-7397 Toll free
                1-888-662-2256<br>
                <br>
                Order by email: <a href="mailto:gtts002@cable.net.co"><font color="#FF6666"> gtts002@cable.net.co</font></a> subject: ORDER</b><br>
				<table border="0" cellspacing="0" cellpadding="5" width="634" height="1413">
					<tr>
						<td class="smallprint" colspan="2" height="38" width="593">				
Our cartridge prices are as follows:<br>
(please order by item number)<br>
                        </td>
</tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>HP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">1
			</td>
			<td width="479" height="2">92274A Toner Cartridge for LaserJet 4L,
              4ML, 4P, 4MP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">2
			</td>
			<td width="479" height="2">C4092A Black Toner Cartridge for LaserJet
              1100A, ASE, 3200SE<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$45.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">2A
			</td>
			<td width="479" height="1">C7115A Toner Cartridge For HP LaserJet
              1000, 1200, 3330<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">2B
			</td>
			<td width="479" height="1">C7115X High Capacity Toner Cartridge for
              HP LaserJet 1000, 1200, 3330<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$65.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">3
			</td>
			<td width="479" height="1">92295A Toner Cartridge for LaserJet II,
              IID, III, IIID<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">4
			</td>
			<td width="479" height="1">92275A Toner Cartridge for LaserJet IIP, IIP+, IIIP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">5
			</td>
			<td width="479" height="1">C3903A Toner Cartridge for LaserJet 5P, 5MP, 6P, 6Pse, 6MP, 6Pxi<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">6
			</td>
			<td width="479" height="1">C3909A Toner Cartridge for LaserJet 5Si, 5SiMX, 5Si
              Copier, 8000<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$92.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">7
			</td>
			<td width="479" height="1">C4096A Toner Cartridge for LaserJet 2100, 2200DSE, 2200DTN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$72.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">8
			</td>
			<td width="479" height="1">C4182X UltraPrecise High Capacity Toner Cartridge for LaserJet 8100 Series<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$125.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">9
			</td>
			<td width="479" height="1">C3906A Toner Cartridge for LaserJet 5L, 5L Xtra, 6Lse, 6L, 6Lxi, 3100se<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">9A
			</td>
			<td width="479" height="1">C3906A Toner Cartridge for LaserJet 3100, 3150<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">10
			</td>
			<td width="479" height="1">C3900A Black Toner Cartridge for HP LaserJet 4MV, 4V<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">11
			</td>
			<td width="479" height="1">C4127A Black Toner Cartridge for LaserJet 4000SE, 4000N, 4000T, 4000TN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$76.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">11A
			</td>
			<td width="479" height="1">C8061A Black Laser Toner for HP LaserJet 4100, 4100N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$76.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">11B
			</td>
			<td width="479" height="2">C8061X High Capacity Toner Cartridge for LJ4100, 4100N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">11C
			</td>
			<td width="479" height="2">C4127X High Capacity Black Cartridge for LaserJet 4000SE,4000N,4000T,4000TN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$84.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">12
			</td>
			<td width="479" height="1">92291A Toner Cartridge for LaserJet IIISi, 4Si, 4SiMX<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$57.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">13
			</td>
			<td width="479" height="1">92298A Toner Cartridge for LaserJet 4, 4 Plus, 4M, 4M Plus, 5, 5se, 5M, 5N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">14
			</td>
			<td width="479" height="1">C4129X High Capacity Black Toner Cartridge for LaserJet 5000N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$97.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">15
			</td>
			<td width="479" height="1">LASERFAX 500, 700 (FX1)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">16
			</td>
			<td width="479" height="1">LASERFAX 5000, 7000 (FX2)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$54.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">17
			</td>
			<td width="479" height="1">LASERFAX (FX3)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">18
			</td>
			<td width="479" height="1">LASERFAX (FX4)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>HP <font color="#0000FF">C</font><font color="#FF6666">O</font>L<font color="#800000">O</font><font color="#CC6600">R<a name="hpcol"></a></font><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">C1
			</td>
			<td width="479" height="2">C4194a Toner Cartridge, Yellow (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">C2
			</td>
			<td width="479" height="2">C4193a Toner Cartridge, Magenta (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">C3
			</td>
			<td width="479" height="1">C4192a toner cartridge, cyan (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">C4
			</td>
			<td width="479" height="1">c4191a toner cartridge, black (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$74.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>LEXMARK<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">19
			</td>
			<td width="479" height="2">1380520 High Yield Black Laser Toner for 4019, 4019E, 4028, 4029, 6, 10, 10L<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">20
			</td>
			<td width="479" height="2">1382150 High Yield Toner for 3112, 3116, 4039-10+, 4049- Model 12L,16R, Optra<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">21
			</td>
			<td width="479" height="1">69G8256 Laser Cartridge for Optra E, E+, EP, ES, 4026, 4026 (6A,6B,6D,6E)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">22
			</td>
			<td width="479" height="1">13T0101 High Yield Toner Cartridge for Lexmark Optra E310, E312, E312L<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">23
			</td>
			<td width="479" height="1">1382625 High-Yield Laser Toner Cartridge for Lexmark Optra S (4059)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$129.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">24
			</td>
			<td width="479" height="1">12A5745 High Yield Laser Toner for Lexmark Optra T610, 612, 614 (4069)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$165.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>EPSON<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">25
			</td>
			<td width="479" height="2">S051009 Toner Cartridge for Epson EPL7000, 7500, 8000+<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$115.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">25A
			</td>
			<td width="479" height="2">S051009 LP-3000 PS 7000<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$115.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">26
			</td>
			<td width="479" height="1">AS051011 Imaging Cartridge for ActionLaser-1000, 1500<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$99.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">26A
			</td>
			<td width="479" height="1">AS051011 EPL-5000, EPL-5100, EPL-5200<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$99.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>PANASONIC<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">27
			</td>
			<td width="479" height="2">Nec series 2 models 90 and 95<br>
              <img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2"> $109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><b><font size="3">APPLE</font><font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font></b>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">28
			</td>
			<td width="479" height="2">2473G/A Laser Toner for LaserWriter Pro 600, 630, LaserWriter 16/600
  PS<br>
              <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $57.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">29
			</td>
			<td width="479" height="2">1960G/A Laser Toner for Apple LaserWriter
              Select, 300, 310, 360<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $ 71.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">30
			</td>
			<td width="479" height="1">M0089LL/A Toner Cartridge for Laserwriter 300, 320 (74A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 52.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">31
			</td>
			<td width="479" height="1">M6002 Toner Cartridge for Laserwriter
              IINT, IINTX, IISC, IIF, IIG
  (95A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">31A
			</td>
			<td width="479" height="1">M0089LL/A Toner Cartridge for Laserwriter
              LS, NT, NTR, SC (75A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">32
			</td>
			<td width="479" height="1">M4683G/A Laser Toner for LaserWriter 12,
              640PS<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">$85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>CANON<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33
			</td>
			<td width="479" height="1">Fax CFX-L3500, CFX-4000 CFX-L4500, CFX-L4500IE &amp; IF FX3<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">$49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33A
			</td>
			<td width="479" height="1">L-250, L-260i, L-300 FX3<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33B
			</td>
			<td width="479" height="1">LASER CLASS 2060, 2060P, 4000 FX3 <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">34
			</td>
			<td width="479" height="1">LASER CLASS 5000, 5500, 7000, 7100, 7500, 6000 FX2<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">35
			</td>
			<td width="479" height="2">FAX 5000 FX2 <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36
			</td>
			<td width="479" height="1">LASER CLASS 8500, 9000, 9000L, 9000MS, 9500, 9500 MS, 9500 S FX4<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>&nbsp;
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36A
			</td>
			<td width="479" height="1">Fax L700,720,760,770,775,777,780,785,790, &amp; L3300 FX1<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">
 $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36B
			</td>
			<td width="479" height="1">L-800, L-900 FX4<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">37
			</td>
			<td width="479" height="1">A30R Toner Cartridge for PC-6, 6RE, 7, 11, 12<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $59.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">38
			</td>
			<td width="479" height="1">E-40 Toner Cartridge for PC-720, 740, 770, 790,795, 920, 950, 980<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">38A
			</td>
			<td width="479" height="1">E-20 Toner Cartridge for PC-310, 325, 330, 330L, 400, 420, 430<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>XEROX<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">39
			</td>
			<td width="479" height="1">6R900 75A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">40
			</td>
			<td width="479" height="1">6R903 98A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">41
			</td>
			<td width="479" height="1">6R902 95A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">42
			</td>
			<td width="479" height="1">6R901 91A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 65.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">43
			</td>
			<td width="479" height="1">6R908 06A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">44
			</td>
			<td width="479" height="1">6R899 74A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">45
			</td>
			<td width="479" height="1">6R928 96A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 72.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">46
			</td>
			<td width="479" height="1">6R926 27X<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 84.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">47
			</td>
			<td width="479" height="1">6R906 09A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 92.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">48
			</td>
			<td width="479" height="1">6R907 4MV<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">49
			</td>
			<td width="479" height="1">6R905 03A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $46.50
			</td>
                    </tr>
                    <tr>
                      <td colspan="2" height="28" width="593">
 <div align="center"><p><font size="3">call toll free 1-866-237-7397</font><br>
  </p></div>

</td>
                    </tr>
                    <tr>
                      <td colspan="2" height="28" width="593">
30 Day unlimited warranty included on all products<br>
GT Toner Supplies guarantees these cartridges to be free from defects in
workmanship and material.<br>
<br>
We look forward in doing business with you.<br>
<br>
We Guarantee your satisfaction!!!

</td>
                    </tr>
                    <tr>
			<td width="593" class="smallprint" colspan="2" height="40"></td>
                    </tr>
                    <tr>
			<td width="593" class="smallprint" colspan="2" height="40"><table border="0" cellspacing="6" cellpadding="0" width="547">
                <tr>
			<td width="329" class="smallprint" height="40"><table border="0" cellspacing="6" cellpadding="0" width="349"><tr><td style="color: 666666" class="smallprint" width="335">
If you are ordering by purchase order please fill out an order form<br>
with the following information:&nbsp;<br>
<br>
purchase order number<br>
phone number<br>
company or school name<br>
shipping address and billing address<br>
city, state zip code Order Now&nbsp;<br>
<br>
                  </td></tr></table></td>
			<td align="right" height="40" width="196">
              <p align="center"> <u><font color="#FF6666"> call toll free</font></u>
              </p>
              <p align="center"> <u><font color="#FF6666">1-866-237-7397</font></u><br>
              </p>
                  </td>
                </tr>
                <tr>
			<td width="329" class="smallprint" height="40"><table border="0" cellspacing="6" cellpadding="0" width="353"><tr><td style="color: 666666" class="smallprint" width="339">
If you are ordering by e-mail or c.o.d. please fill out an order<br>
form with the following information:&nbsp;<br>
<br>
phone number<br>
company name<br>
first and last name<br>
street address<br>
city, state zip code&nbsp;<br>
<br>
                  </td></tr></table></td>
			<td align="right" height="40" width="196">
              <p align="center"> <u><font color="#FF6666"> call toll free</font></u>
              </p>
              <p align="center"> <u><font color="#FF6666">1-866-237-7397</font></u><br>
              </p>
                  </td>
                </tr>
              </table></td>
                    </tr>
<tr><td colspan="2" height="28" width="593">
<font size="1">
All trade marks and brand names listed above are property of the respective<br>
holders and used for descriptive purposes only.</font>

</td></tr>

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

<table width="600" cellspacing="0" cellpadding="10" align="center"><tr><td class="smallprint" style="color:666666;" align="center">PLEASE DO NOT REPLY TO THIS
      EMAIL </td></tr></table>

</body>
</html>
<HTML><HEAD>
<meta http-equiv="keywords" content="toner, laser cartridge, printer toner, toner cartridge, TonerSales ,empties, Epson, Canon, Hewlett Packard, 
Xerox, Lexmark, IBM, discount, recycle, office supplies, Laserjet, Laser, HewlettPackard, Hewlett-Packard, Toshiba, Mita, Panasonic, Ricoh, Apple, 
Fuji, Fujitsu/Dex, Okidata, laser toner cartridge sale, fax supplies, copier supplies, fax & copier supplies, pinter and copier supplies, cartridges for printers, cartridges for faxes, cartridges for copiers,
printer supply, Brother, DEC, generic, remans, remanufactured, Digital, Lasersmith, Mitek Systems, QMS, NEC, Genicom, Tektronix, miliatary orders, APO, FPO, US Forces, overseas, cpacinc.com">
<STYLE>
BODY {font-family="Arial"}
TT {font-family="Courier New"}
BLOCKQUOTE.CITE {margin:0; padding-left:0.5em; border-left:medium none solid 2;}
SPAN.TABOOHEADER {display=none}
</STYLE>
	<title>GTTS | December 2002 Newsletter</title>
<link rel="stylesheet" type="text/css" href="global.css" title="style">
</HEAD>
<BODY bgcolor="ffffff">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<table width="600" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
			<td><font size="2"><b>GT Toner Supplies</b></font></td>
  </tr>
  <tr>
			<td><font size="2"><b>Laser Printer, Copier, and Fax Supplies</b></font></td>
		</tr>
  <tr>
			<td><font size="2"><b>1-888-662-2256</b></font></td>
  </tr>
  <tr>
			<td><font size="2"><b>1-866-237-7397</b></font></td>
  </tr>
  <tr>
			<td>
              <p align="center">Hp-Hp color - Lexmark - Epson - Panasonic -
              Apple - Cannon - Xerox</p>
            </td>
		</tr>
</table>

<table width="673" border="0" cellspacing="0" cellpadding="1" align="center" bgcolor="99cc00"><tr><td width="669">
    &nbsp;
	<table width="820" border="0" cellspacing="0" cellpadding="0" bgcolor="ffffff" height="2315">
        <tr>
			<td><font color="#800000"><i>Please forward to the person responsible for purchasing your
              laser printer supplies.</i></font></td>
        </tr>
		<tr>
			<td width="567" height="52"><table border="0" cellspacing="6" cellpadding="0" width="609"><tr><td style="color: 666666" class="smallprint" width="595">If
                    you received this email on error, please reply to <a href="mailto:gtts002@cable.net.co"> gtts002@cable.net.co</a>
                    with subject: REMOVE... sorry for the inconvenience.<br>
                  </td></tr></table></td>
		</tr>
		<tr>
			<td width="567" height="51"><font size="4">University</font> and/or <font size="4"> School</font>
              purchase orders WELCOME. (<u>no credit approval required</u>)<br>
              Pay by check, c.o.d, or purchase order (<u>net 30 days</u>).<br>
              <br>
              <font size="3" color="#800000">
              WE ACCEPT ALL MAJOR CREDIT CARDS!</font><br>
              <br>
              <a href="#hpcol">New! HP 4500/4550 series color cartridges in stock!</a>
            </td>
			<td width="45" height="51"><br>
              <br>
            </td>
			<td align="right" width="45" height="51">&nbsp;</td>
		</tr>
		<tr>
			<td colspan="3" width="654" height="37">&nbsp;</td>
		</tr>
		<tr valign="top">
			<td bgcolor="ffffff" colspan="3" width="654" height="2096">
                <b>
                Order by phone: Toll free 1-866-237-7397 Toll free
                1-888-662-2256<br>
                <br>
                Order by email: <a href="mailto:gtts002@cable.net.co"><font color="#FF6666"> gtts002@cable.net.co</font></a> subject: ORDER</b><br>
				<table border="0" cellspacing="0" cellpadding="5" width="634" height="1413">
					<tr>
						<td class="smallprint" colspan="2" height="38" width="593">				
Our cartridge prices are as follows:<br>
(please order by item number)<br>
                        </td>
</tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>HP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">1
			</td>
			<td width="479" height="2">92274A Toner Cartridge for LaserJet 4L,
              4ML, 4P, 4MP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">2
			</td>
			<td width="479" height="2">C4092A Black Toner Cartridge for LaserJet
              1100A, ASE, 3200SE<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$45.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">2A
			</td>
			<td width="479" height="1">C7115A Toner Cartridge For HP LaserJet
              1000, 1200, 3330<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">2B
			</td>
			<td width="479" height="1">C7115X High Capacity Toner Cartridge for
              HP LaserJet 1000, 1200, 3330<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$65.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">3
			</td>
			<td width="479" height="1">92295A Toner Cartridge for LaserJet II,
              IID, III, IIID<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">4
			</td>
			<td width="479" height="1">92275A Toner Cartridge for LaserJet IIP, IIP+, IIIP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">5
			</td>
			<td width="479" height="1">C3903A Toner Cartridge for LaserJet 5P, 5MP, 6P, 6Pse, 6MP, 6Pxi<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">6
			</td>
			<td width="479" height="1">C3909A Toner Cartridge for LaserJet 5Si, 5SiMX, 5Si
              Copier, 8000<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$92.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">7
			</td>
			<td width="479" height="1">C4096A Toner Cartridge for LaserJet 2100, 2200DSE, 2200DTN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$72.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">8
			</td>
			<td width="479" height="1">C4182X UltraPrecise High Capacity Toner Cartridge for LaserJet 8100 Series<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$125.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">9
			</td>
			<td width="479" height="1">C3906A Toner Cartridge for LaserJet 5L, 5L Xtra, 6Lse, 6L, 6Lxi, 3100se<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">9A
			</td>
			<td width="479" height="1">C3906A Toner Cartridge for LaserJet 3100, 3150<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">10
			</td>
			<td width="479" height="1">C3900A Black Toner Cartridge for HP LaserJet 4MV, 4V<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">11
			</td>
			<td width="479" height="1">C4127A Black Toner Cartridge for LaserJet 4000SE, 4000N, 4000T, 4000TN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$76.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">11A
			</td>
			<td width="479" height="1">C8061A Black Laser Toner for HP LaserJet 4100, 4100N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$76.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">11B
			</td>
			<td width="479" height="2">C8061X High Capacity Toner Cartridge for LJ4100, 4100N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">11C
			</td>
			<td width="479" height="2">C4127X High Capacity Black Cartridge for LaserJet 4000SE,4000N,4000T,4000TN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$84.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">12
			</td>
			<td width="479" height="1">92291A Toner Cartridge for LaserJet IIISi, 4Si, 4SiMX<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$57.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">13
			</td>
			<td width="479" height="1">92298A Toner Cartridge for LaserJet 4, 4 Plus, 4M, 4M Plus, 5, 5se, 5M, 5N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">14
			</td>
			<td width="479" height="1">C4129X High Capacity Black Toner Cartridge for LaserJet 5000N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$97.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">15
			</td>
			<td width="479" height="1">LASERFAX 500, 700 (FX1)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">16
			</td>
			<td width="479" height="1">LASERFAX 5000, 7000 (FX2)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$54.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">17
			</td>
			<td width="479" height="1">LASERFAX (FX3)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">18
			</td>
			<td width="479" height="1">LASERFAX (FX4)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>HP <font color="#0000FF">C</font><font color="#FF6666">O</font>L<font color="#800000">O</font><font color="#CC6600">R<a name="hpcol"></a></font><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">C1
			</td>
			<td width="479" height="2">C4194a Toner Cartridge, Yellow (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">C2
			</td>
			<td width="479" height="2">C4193a Toner Cartridge, Magenta (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">C3
			</td>
			<td width="479" height="1">C4192a toner cartridge, cyan (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">C4
			</td>
			<td width="479" height="1">c4191a toner cartridge, black (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$74.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>LEXMARK<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">19
			</td>
			<td width="479" height="2">1380520 High Yield Black Laser Toner for 4019, 4019E, 4028, 4029, 6, 10, 10L<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">20
			</td>
			<td width="479" height="2">1382150 High Yield Toner for 3112, 3116, 4039-10+, 4049- Model 12L,16R, Optra<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">21
			</td>
			<td width="479" height="1">69G8256 Laser Cartridge for Optra E, E+, EP, ES, 4026, 4026 (6A,6B,6D,6E)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">22
			</td>
			<td width="479" height="1">13T0101 High Yield Toner Cartridge for Lexmark Optra E310, E312, E312L<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">23
			</td>
			<td width="479" height="1">1382625 High-Yield Laser Toner Cartridge for Lexmark Optra S (4059)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$129.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">24
			</td>
			<td width="479" height="1">12A5745 High Yield Laser Toner for Lexmark Optra T610, 612, 614 (4069)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$165.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>EPSON<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">25
			</td>
			<td width="479" height="2">S051009 Toner Cartridge for Epson EPL7000, 7500, 8000+<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$115.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">25A
			</td>
			<td width="479" height="2">S051009 LP-3000 PS 7000<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$115.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">26
			</td>
			<td width="479" height="1">AS051011 Imaging Cartridge for ActionLaser-1000, 1500<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$99.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">26A
			</td>
			<td width="479" height="1">AS051011 EPL-5000, EPL-5100, EPL-5200<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$99.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>PANASONIC<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">27
			</td>
			<td width="479" height="2">Nec series 2 models 90 and 95<br>
              <img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2"> $109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><b><font size="3">APPLE</font><font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font></b>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">28
			</td>
			<td width="479" height="2">2473G/A Laser Toner for LaserWriter Pro 600, 630, LaserWriter 16/600
  PS<br>
              <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $57.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">29
			</td>
			<td width="479" height="2">1960G/A Laser Toner for Apple LaserWriter
              Select, 300, 310, 360<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $ 71.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">30
			</td>
			<td width="479" height="1">M0089LL/A Toner Cartridge for Laserwriter 300, 320 (74A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 52.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">31
			</td>
			<td width="479" height="1">M6002 Toner Cartridge for Laserwriter
              IINT, IINTX, IISC, IIF, IIG
  (95A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">31A
			</td>
			<td width="479" height="1">M0089LL/A Toner Cartridge for Laserwriter
              LS, NT, NTR, SC (75A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">32
			</td>
			<td width="479" height="1">M4683G/A Laser Toner for LaserWriter 12,
              640PS<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">$85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>CANON<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33
			</td>
			<td width="479" height="1">Fax CFX-L3500, CFX-4000 CFX-L4500, CFX-L4500IE &amp; IF FX3<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">$49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33A
			</td>
			<td width="479" height="1">L-250, L-260i, L-300 FX3<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33B
			</td>
			<td width="479" height="1">LASER CLASS 2060, 2060P, 4000 FX3 <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">34
			</td>
			<td width="479" height="1">LASER CLASS 5000, 5500, 7000, 7100, 7500, 6000 FX2<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">35
			</td>
			<td width="479" height="2">FAX 5000 FX2 <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36
			</td>
			<td width="479" height="1">LASER CLASS 8500, 9000, 9000L, 9000MS, 9500, 9500 MS, 9500 S FX4<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>&nbsp;
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36A
			</td>
			<td width="479" height="1">Fax L700,720,760,770,775,777,780,785,790, &amp; L3300 FX1<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">
 $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36B
			</td>
			<td width="479" height="1">L-800, L-900 FX4<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">37
			</td>
			<td width="479" height="1">A30R Toner Cartridge for PC-6, 6RE, 7, 11, 12<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $59.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">38
			</td>
			<td width="479" height="1">E-40 Toner Cartridge for PC-720, 740, 770, 790,795, 920, 950, 980<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">38A
			</td>
			<td width="479" height="1">E-20 Toner Cartridge for PC-310, 325, 330, 330L, 400, 420, 430<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>XEROX<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">39
			</td>
			<td width="479" height="1">6R900 75A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">40
			</td>
			<td width="479" height="1">6R903 98A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">41
			</td>
			<td width="479" height="1">6R902 95A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">42
			</td>
			<td width="479" height="1">6R901 91A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 65.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">43
			</td>
			<td width="479" height="1">6R908 06A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">44
			</td>
			<td width="479" height="1">6R899 74A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">45
			</td>
			<td width="479" height="1">6R928 96A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 72.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">46
			</td>
			<td width="479" height="1">6R926 27X<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 84.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">47
			</td>
			<td width="479" height="1">6R906 09A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 92.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">48
			</td>
			<td width="479" height="1">6R907 4MV<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">49
			</td>
			<td width="479" height="1">6R905 03A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $46.50
			</td>
                    </tr>
                    <tr>
                      <td colspan="2" height="28" width="593">
 <div align="center"><p><font size="3">call toll free 1-866-237-7397</font><br>
  </p></div>

</td>
                    </tr>
                    <tr>
                      <td colspan="2" height="28" width="593">
30 Day unlimited warranty included on all products<br>
GT Toner Supplies guarantees these cartridges to be free from defects in
workmanship and material.<br>
<br>
We look forward in doing business with you.<br>
<br>
We Guarantee your satisfaction!!!

</td>
                    </tr>
                    <tr>
			<td width="593" class="smallprint" colspan="2" height="40"></td>
                    </tr>
                    <tr>
			<td width="593" class="smallprint" colspan="2" height="40"><table border="0" cellspacing="6" cellpadding="0" width="547">
                <tr>
			<td width="329" class="smallprint" height="40"><table border="0" cellspacing="6" cellpadding="0" width="349"><tr><td style="color: 666666" class="smallprint" width="335">
If you are ordering by purchase order please fill out an order form<br>
with the following information:&nbsp;<br>
<br>
purchase order number<br>
phone number<br>
company or school name<br>
shipping address and billing address<br>
city, state zip code Order Now&nbsp;<br>
<br>
                  </td></tr></table></td>
			<td align="right" height="40" width="196">
              <p align="center"> <u><font color="#FF6666"> call toll free</font></u>
              </p>
              <p align="center"> <u><font color="#FF6666">1-866-237-7397</font></u><br>
              </p>
                  </td>
                </tr>
                <tr>
			<td width="329" class="smallprint" height="40"><table border="0" cellspacing="6" cellpadding="0" width="353"><tr><td style="color: 666666" class="smallprint" width="339">
If you are ordering by e-mail or c.o.d. please fill out an order<br>
form with the following information:&nbsp;<br>
<br>
phone number<br>
company name<br>
first and last name<br>
street address<br>
city, state zip code&nbsp;<br>
<br>
                  </td></tr></table></td>
			<td align="right" height="40" width="196">
              <p align="center"> <u><font color="#FF6666"> call toll free</font></u>
              </p>
              <p align="center"> <u><font color="#FF6666">1-866-237-7397</font></u><br>
              </p>
                  </td>
                </tr>
              </table></td>
                    </tr>
<tr><td colspan="2" height="28" width="593">
<font size="1">
All trade marks and brand names listed above are property of the respective<br>
holders and used for descriptive purposes only.</font>

</td></tr>

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

<table width="600" cellspacing="0" cellpadding="10" align="center"><tr><td class="smallprint" style="color:666666;" align="center">PLEASE DO NOT REPLY TO THIS
      EMAIL </td></tr></table>

</body>
</html>
<HTML><HEAD>
<meta http-equiv="keywords" content="toner, laser cartridge, printer toner, toner cartridge, TonerSales ,empties, Epson, Canon, Hewlett Packard, 
Xerox, Lexmark, IBM, discount, recycle, office supplies, Laserjet, Laser, HewlettPackard, Hewlett-Packard, Toshiba, Mita, Panasonic, Ricoh, Apple, 
Fuji, Fujitsu/Dex, Okidata, laser toner cartridge sale, fax supplies, copier supplies, fax & copier supplies, pinter and copier supplies, cartridges for printers, cartridges for faxes, cartridges for copiers,
printer supply, Brother, DEC, generic, remans, remanufactured, Digital, Lasersmith, Mitek Systems, QMS, NEC, Genicom, Tektronix, miliatary orders, APO, FPO, US Forces, overseas, cpacinc.com">
<STYLE>
BODY {font-family="Arial"}
TT {font-family="Courier New"}
BLOCKQUOTE.CITE {margin:0; padding-left:0.5em; border-left:medium none solid 2;}
SPAN.TABOOHEADER {display=none}
</STYLE>
	<title>GTTS | December 2002 Newsletter</title>
<link rel="stylesheet" type="text/css" href="global.css" title="style">
</HEAD>
<BODY bgcolor="ffffff">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<table width="600" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
			<td><font size="2"><b>GT Toner Supplies</b></font></td>
  </tr>
  <tr>
			<td><font size="2"><b>Laser Printer, Copier, and Fax Supplies</b></font></td>
		</tr>
  <tr>
			<td><font size="2"><b>1-888-662-2256</b></font></td>
  </tr>
  <tr>
			<td><font size="2"><b>1-866-237-7397</b></font></td>
  </tr>
  <tr>
			<td>
              <p align="center">Hp-Hp color - Lexmark - Epson - Panasonic -
              Apple - Cannon - Xerox</p>
            </td>
		</tr>
</table>

<table width="673" border="0" cellspacing="0" cellpadding="1" align="center" bgcolor="99cc00"><tr><td width="669">
    &nbsp;
	<table width="820" border="0" cellspacing="0" cellpadding="0" bgcolor="ffffff" height="2315">
        <tr>
			<td><font color="#800000"><i>Please forward to the person responsible for purchasing your
              laser printer supplies.</i></font></td>
        </tr>
		<tr>
			<td width="567" height="52"><table border="0" cellspacing="6" cellpadding="0" width="609"><tr><td style="color: 666666" class="smallprint" width="595">If
                    you received this email on error, please reply to <a href="mailto:gtts002@cable.net.co"> gtts002@cable.net.co</a>
                    with subject: REMOVE... sorry for the inconvenience.<br>
                  </td></tr></table></td>
		</tr>
		<tr>
			<td width="567" height="51"><font size="4">University</font> and/or <font size="4"> School</font>
              purchase orders WELCOME. (<u>no credit approval required</u>)<br>
              Pay by check, c.o.d, or purchase order (<u>net 30 days</u>).<br>
              <br>
              <font size="3" color="#800000">
              WE ACCEPT ALL MAJOR CREDIT CARDS!</font><br>
              <br>
              <a href="#hpcol">New! HP 4500/4550 series color cartridges in stock!</a>
            </td>
			<td width="45" height="51"><br>
              <br>
            </td>
			<td align="right" width="45" height="51">&nbsp;</td>
		</tr>
		<tr>
			<td colspan="3" width="654" height="37">&nbsp;</td>
		</tr>
		<tr valign="top">
			<td bgcolor="ffffff" colspan="3" width="654" height="2096">
                <b>
                Order by phone: Toll free 1-866-237-7397 Toll free
                1-888-662-2256<br>
                <br>
                Order by email: <a href="mailto:gtts002@cable.net.co"><font color="#FF6666"> gtts002@cable.net.co</font></a> subject: ORDER</b><br>
				<table border="0" cellspacing="0" cellpadding="5" width="634" height="1413">
					<tr>
						<td class="smallprint" colspan="2" height="38" width="593">				
Our cartridge prices are as follows:<br>
(please order by item number)<br>
                        </td>
</tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>HP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">1
			</td>
			<td width="479" height="2">92274A Toner Cartridge for LaserJet 4L,
              4ML, 4P, 4MP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">2
			</td>
			<td width="479" height="2">C4092A Black Toner Cartridge for LaserJet
              1100A, ASE, 3200SE<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$45.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">2A
			</td>
			<td width="479" height="1">C7115A Toner Cartridge For HP LaserJet
              1000, 1200, 3330<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">2B
			</td>
			<td width="479" height="1">C7115X High Capacity Toner Cartridge for
              HP LaserJet 1000, 1200, 3330<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$65.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">3
			</td>
			<td width="479" height="1">92295A Toner Cartridge for LaserJet II,
              IID, III, IIID<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">4
			</td>
			<td width="479" height="1">92275A Toner Cartridge for LaserJet IIP, IIP+, IIIP<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">5
			</td>
			<td width="479" height="1">C3903A Toner Cartridge for LaserJet 5P, 5MP, 6P, 6Pse, 6MP, 6Pxi<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">6
			</td>
			<td width="479" height="1">C3909A Toner Cartridge for LaserJet 5Si, 5SiMX, 5Si
              Copier, 8000<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$92.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">7
			</td>
			<td width="479" height="1">C4096A Toner Cartridge for LaserJet 2100, 2200DSE, 2200DTN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$72.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">8
			</td>
			<td width="479" height="1">C4182X UltraPrecise High Capacity Toner Cartridge for LaserJet 8100 Series<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$125.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">9
			</td>
			<td width="479" height="1">C3906A Toner Cartridge for LaserJet 5L, 5L Xtra, 6Lse, 6L, 6Lxi, 3100se<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">9A
			</td>
			<td width="479" height="1">C3906A Toner Cartridge for LaserJet 3100, 3150<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">10
			</td>
			<td width="479" height="1">C3900A Black Toner Cartridge for HP LaserJet 4MV, 4V<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">11
			</td>
			<td width="479" height="1">C4127A Black Toner Cartridge for LaserJet 4000SE, 4000N, 4000T, 4000TN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$76.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">11A
			</td>
			<td width="479" height="1">C8061A Black Laser Toner for HP LaserJet 4100, 4100N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$76.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">11B
			</td>
			<td width="479" height="2">C8061X High Capacity Toner Cartridge for LJ4100, 4100N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">11C
			</td>
			<td width="479" height="2">C4127X High Capacity Black Cartridge for LaserJet 4000SE,4000N,4000T,4000TN<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$84.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">12
			</td>
			<td width="479" height="1">92291A Toner Cartridge for LaserJet IIISi, 4Si, 4SiMX<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$57.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">13
			</td>
			<td width="479" height="1">92298A Toner Cartridge for LaserJet 4, 4 Plus, 4M, 4M Plus, 5, 5se, 5M, 5N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">14
			</td>
			<td width="479" height="1">C4129X High Capacity Black Toner Cartridge for LaserJet 5000N<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$97.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">15
			</td>
			<td width="479" height="1">LASERFAX 500, 700 (FX1)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">16
			</td>
			<td width="479" height="1">LASERFAX 5000, 7000 (FX2)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$54.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">17
			</td>
			<td width="479" height="1">LASERFAX (FX3)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">18
			</td>
			<td width="479" height="1">LASERFAX (FX4)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>HP <font color="#0000FF">C</font><font color="#FF6666">O</font>L<font color="#800000">O</font><font color="#CC6600">R<a name="hpcol"></a></font><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">C1
			</td>
			<td width="479" height="2">C4194a Toner Cartridge, Yellow (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">C2
			</td>
			<td width="479" height="2">C4193a Toner Cartridge, Magenta (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">C3
			</td>
			<td width="479" height="1">C4192a toner cartridge, cyan (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">C4
			</td>
			<td width="479" height="1">c4191a toner cartridge, black (color lj 4500/4550 series)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$74.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>LEXMARK<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">19
			</td>
			<td width="479" height="2">1380520 High Yield Black Laser Toner for 4019, 4019E, 4028, 4029, 6, 10, 10L<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">20
			</td>
			<td width="479" height="2">1382150 High Yield Toner for 3112, 3116, 4039-10+, 4049- Model 12L,16R, Optra<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">21
			</td>
			<td width="479" height="1">69G8256 Laser Cartridge for Optra E, E+, EP, ES, 4026, 4026 (6A,6B,6D,6E)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$49.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">22
			</td>
			<td width="479" height="1">13T0101 High Yield Toner Cartridge for Lexmark Optra E310, E312, E312L<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$89.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">23
			</td>
			<td width="479" height="1">1382625 High-Yield Laser Toner Cartridge for Lexmark Optra S (4059)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$129.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">24
			</td>
			<td width="479" height="1">12A5745 High Yield Laser Toner for Lexmark Optra T610, 612, 614 (4069)<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$165.00
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>EPSON<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">25
			</td>
			<td width="479" height="2">S051009 Toner Cartridge for Epson EPL7000, 7500, 8000+<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$115.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">25A
			</td>
			<td width="479" height="2">S051009 LP-3000 PS 7000<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2">$115.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">26
			</td>
			<td width="479" height="1">AS051011 Imaging Cartridge for ActionLaser-1000, 1500<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$99.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">26A
			</td>
			<td width="479" height="1">AS051011 EPL-5000, EPL-5100, EPL-5200<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="1">$99.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>PANASONIC<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">27
			</td>
			<td width="479" height="2">Nec series 2 models 90 and 95<br>
              <img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0">
			</td>
			<td width="1" height="2"> $109.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><b><font size="3">APPLE</font><font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font></b>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">28
			</td>
			<td width="479" height="2">2473G/A Laser Toner for LaserWriter Pro 600, 630, LaserWriter 16/600
  PS<br>
              <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $57.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">29
			</td>
			<td width="479" height="2">1960G/A Laser Toner for Apple LaserWriter
              Select, 300, 310, 360<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $ 71.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">30
			</td>
			<td width="479" height="1">M0089LL/A Toner Cartridge for Laserwriter 300, 320 (74A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 52.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">31
			</td>
			<td width="479" height="1">M6002 Toner Cartridge for Laserwriter
              IINT, IINTX, IISC, IIF, IIG
  (95A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">31A
			</td>
			<td width="479" height="1">M0089LL/A Toner Cartridge for Laserwriter
              LS, NT, NTR, SC (75A)<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">32
			</td>
			<td width="479" height="1">M4683G/A Laser Toner for LaserWriter 12,
              640PS<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">$85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>CANON<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33
			</td>
			<td width="479" height="1">Fax CFX-L3500, CFX-4000 CFX-L4500, CFX-L4500IE &amp; IF FX3<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">$49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33A
			</td>
			<td width="479" height="1">L-250, L-260i, L-300 FX3<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">33B
			</td>
			<td width="479" height="1">LASER CLASS 2060, 2060P, 4000 FX3 <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">34
			</td>
			<td width="479" height="1">LASER CLASS 5000, 5500, 7000, 7100, 7500, 6000 FX2<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2">35
			</td>
			<td width="479" height="2">FAX 5000 FX2 <font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="2"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36
			</td>
			<td width="479" height="1">LASER CLASS 8500, 9000, 9000L, 9000MS, 9500, 9500 MS, 9500 S FX4<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>&nbsp;
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36A
			</td>
			<td width="479" height="1">Fax L700,720,760,770,775,777,780,785,790, &amp; L3300 FX1<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1">
 $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">36B
			</td>
			<td width="479" height="1">L-800, L-900 FX4<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">37
			</td>
			<td width="479" height="1">A30R Toner Cartridge for PC-6, 6RE, 7, 11, 12<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $59.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">38
			</td>
			<td width="479" height="1">E-40 Toner Cartridge for PC-720, 740, 770, 790,795, 920, 950, 980<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">38A
			</td>
			<td width="479" height="1">E-20 Toner Cartridge for PC-310, 325, 330, 330L, 400, 420, 430<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $85.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="2"><font size="3"><b>Item</b></font>
			</td>
			<td width="479" height="2">
              <p align="center"><font size="3"><b>XEROX<img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></b></font>
			</td>
			<td width="1" height="2"><font size="3"><b>Price</b></font>
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">39
			</td>
			<td width="479" height="1">6R900 75A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 55.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">40
			</td>
			<td width="479" height="1">6R903 98A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 46.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">41
			</td>
			<td width="479" height="1">6R902 95A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 49.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">42
			</td>
			<td width="479" height="1">6R901 91A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 65.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">43
			</td>
			<td width="479" height="1">6R908 06A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 42.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">44
			</td>
			<td width="479" height="1">6R899 74A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 47.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">45
			</td>
			<td width="479" height="1">6R928 96A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 72.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">46
			</td>
			<td width="479" height="1">6R926 27X<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 84.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">47
			</td>
			<td width="479" height="1">6R906 09A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 92.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">48
			</td>
			<td width="479" height="1">6R907 4MV<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $ 89.50
			</td>
                    </tr>
                    <tr>
			<td width="1" height="1">49
			</td>
			<td width="479" height="1">6R905 03A<font size="3"><img src="http://www.cafepress.com/cp/newsletter/img/red.gif" width="588" height="1" alt="" border="0"></font>
			</td>
			<td width="1" height="1"> $46.50
			</td>
                    </tr>
                    <tr>
                      <td colspan="2" height="28" width="593">
 <div align="center"><p><font size="3">call toll free 1-866-237-7397</font><br>
  </p></div>

</td>
                    </tr>
                    <tr>
                      <td colspan="2" height="28" width="593">
30 Day unlimited warranty included on all products<br>
GT Toner Supplies guarantees these cartridges to be free from defects in
workmanship and material.<br>
<br>
We look forward in doing business with you.<br>
<br>
We Guarantee your satisfaction!!!

</td>
                    </tr>
                    <tr>
			<td width="593" class="smallprint" colspan="2" height="40"></td>
                    </tr>
                    <tr>
			<td width="593" class="smallprint" colspan="2" height="40"><table border="0" cellspacing="6" cellpadding="0" width="547">
                <tr>
			<td width="329" class="smallprint" height="40"><table border="0" cellspacing="6" cellpadding="0" width="349"><tr><td style="color: 666666" class="smallprint" width="335">
If you are ordering by purchase order please fill out an order form<br>
with the following information:&nbsp;<br>
<br>
purchase order number<br>
phone number<br>
company or school name<br>
shipping address and billing address<br>
city, state zip code Order Now&nbsp;<br>
<br>
                  </td></tr></table></td>
			<td align="right" height="40" width="196">
              <p align="center"> <u><font color="#FF6666"> call toll free</font></u>
              </p>
              <p align="center"> <u><font color="#FF6666">1-866-237-7397</font></u><br>
              </p>
                  </td>
                </tr>
                <tr>
			<td width="329" class="smallprint" height="40"><table border="0" cellspacing="6" cellpadding="0" width="353"><tr><td style="color: 666666" class="smallprint" width="339">
If you are ordering by e-mail or c.o.d. please fill out an order<br>
form with the following information:&nbsp;<br>
<br>
phone number<br>
company name<br>
first and last name<br>
street address<br>
city, state zip code&nbsp;<br>
<br>
                  </td></tr></table></td>
			<td align="right" height="40" width="196">
              <p align="center"> <u><font color="#FF6666"> call toll free</font></u>
              </p>
              <p align="center"> <u><font color="#FF6666">1-866-237-7397</font></u><br>
              </p>
                  </td>
                </tr>
              </table></td>
                    </tr>
<tr><td colspan="2" height="28" width="593">
<font size="1">
All trade marks and brand names listed above are property of the respective<br>
holders and used for descriptive purposes only.</font>

</td></tr>

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

<table width="600" cellspacing="0" cellpadding="10" align="center"><tr><td class="smallprint" style="color:666666;" align="center">PLEASE DO NOT REPLY TO THIS
      EMAIL </td></tr></table>

</body>
</html>

From eopl-teachers-request Thu Jan  9 11:19:22 2003
Return-Path: <eopl-teachers-request>
Received: from dns.cs.indiana.edu (12-231-80-105.client.attbi.com [12.231.80.105])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id h09GJGs16714
	for <eopl-teachers@cs.indiana.edu>; Thu, 9 Jan 2003 11:19:17 -0500 (EST)
Message-Id: <200301091619.h09GJGs16714@moose.cs.indiana.edu>
From: Mail Delivery System<MAILER-DAEMON@cs.indiana.edu>
To: eopl-teachers@cs.indiana.edu
Subject: Virus quarantined by PerlMx
Date: Thu,09 Jan 2003 08:21:29 PM
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Perlmx-Spam: Gauge=XIIIIIIIII, Probability=19%, Report=INVALID_DATE
X-Perlmx-Vfind-Report: VIRUS POSSIBLE IN FILE: "JerryMarcu1.mdb.pif"; VIRUS ID: CVDL W32/Yaha.E; VIRUS END OFFSET: 1072; VIRUS POSSIBLE IN FILE: "/u/perlmx/qdir/tmp/1042129156.15412.1.milter.cs.indiana.edu" -> "JerryMarcu1.mdb.pif"; VIRUS ID: CVDL Goldfish.bat; VIRUS END OFFSET: 17344
X-Perlmx-Virus-Detected: CVDL Goldfish.bat
X-Perlmx-Virus-Detected: CVDL W32/Yaha.E

The subject of the original message was:

    Undelivered Mail Returned to Sender -JerryMarcu1

The original content of this message has been quarantined
by PerlMx on the IU Computer Science mail server because it
tested positive for the following virus(es):

    CVDL W32/Yaha.E, CVDL Goldfish.bat

All of the original message headers (To:, From:, Received:,
etc) have been preserved and only the Subject: and body of
the message have been modified.  If you want to try and
determine the original sender, the appropriate headers
should be there.  However, please note that many viruses
forge the From: line so the sender listed in the From: line
is very likely NOT the original sender.  Please see:

  http://www.cs.indiana.edu/Facilities/FAQ/Mail/spoof.html

for information that may be useful if you want to determine
who really send this virus.

The message is in solitary confinement at quarantine id
<h09GJGs16714> until further action by the mail
administrator.	If you take no action regarding this email,
which is what we recommend, the message will be
automatically deleted from quarantine in 1 week.  For
further information about the message and its delivery
status, please contact the undersigned with the full
content of this message.

This notification is being sent to yourself and any other
original envelope recipient(s) for informational purposes. 
To keep nuisance factors and mail traffic under control,
the original sender of the message has NOT been
notified--you may want to let them know at your discretion,
keeping in mind that the sender listed in the From: line is
quite possibly NOT the actual sender.


The IU CS System Administrators
"PerlMx Admin" <sysadm@cs.indiana.edu>

From eopl-teachers-request Fri Jan 10 17:01:38 2003
Return-Path: <eopl-teachers-request>
Received: from WSC-259948 (WSC-259948.byu.edu [128.187.210.151])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id h0AM1ZP17054
	for <eopl-teachers@cs.indiana.edu>; Fri, 10 Jan 2003 17:01:36 -0500 (EST)
Message-Id: <200301102201.h0AM1ZP17054@moose.cs.indiana.edu>
From: <big@boss.com>
To: <eopl-teachers@cs.indiana.edu>
Subject: Re: Sample
Date: Fri, 10 Jan 2003 15:01:35 --0700
Importance: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MSMail-Priority: Normal
X-Priority: 3 (Normal)
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="CSmtpMsgPart123X456_000_00928C86"
X-Perlmx-Spam: Gauge=IIIIIIIII, Probability=9%, Report=NO_REAL_NAME

This is a multipart message in MIME format

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

Attached file:
--CSmtpMsgPart123X456_000_00928C86
Content-Type: application/octet-stream;
	name="Movie_0074.mpeg.pif"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
	filename="Movie_0074.mpeg.pif

TVqQAAMAAAAEAAAA//8AALgAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAA2AAAAA4fug4AtAnNIbgBTM0hVGhpcyBwcm9ncmFtIGNhbm5vdCBiZSBydW4gaW4gRE9TIG1v
ZGUuDQ0KJAAAAAAAAACOFpjwynf2o8p39qPKd/ajSWv4o9B39qMiaPyju3f2o5xo5aPHd/ajynf2
o8l39qPKd/ejR3f2o6ho5aPHd/ajImj9o9J39qNSaWNoynf2owAAAAAAAAAAUEUAAEwBBABZ/Rw+
AAAAAAAAAADgAA8BCwEGAAAAAAAAcAAAAAAAANbLAQAAEAAAAEABAAAAQAAAEAAAAAIAAAQAAAAA
AAAABAAAAAAAAAAA4AEAABAAAGZGAQACAAAAAAAQAAAQAAAAABAAABAAAAAAAAAQAAAAAAAAAAAA
AADiywEAnAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH7MAQAIAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAIAA0NjU1MDk1AAAwAQAAEAAAALIAAAAQAAAAAAAAAAAAAAAAAABAAADAMjI2ODQwMwAA
MAAAAEABAAAQAAAAwgAAAAAAAAAAAAAAAAAAQAAAwDMzNDY0NzMAAEAAAABwAQAADAAAANIAAAAA
AAAAAAAAAAAAAEAAAMAxODI2MjYyAAAwAAAAsAEAACIAAADeAAAAAAAAAAAAAAAAAABAAADAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
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
q3tRDbfAA+7sSxFvbGJ9FwWNpegZBJm31RWxz2ePaCr/fFMZscYf7v1WGmJuLHxWGImp/xhUv7Db
FPDkL+NEZON4R0u61wOgvlMQZWxqc1IVy8GRaxGKq90J8M8v6Ekwq3tRS7mSFqHtTRZjaWk6QRiX
uegZHYW+1wSkyynhAESjZCzd2L7oiKEYWaIt/wsFAAAJCQgICgAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==
--CSmtpMsgPart123X456_000_00928C86--


From eopl-teachers-request Mon Jan 13 11:41:04 2003
Return-Path: <eopl-teachers-request>
Received: from IDETHZCH.dt.ethz.ch (fidethzch.ethz.ch [129.132.64.237])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id h0DGew706032;
	Mon, 13 Jan 2003 11:40:59 -0500 (EST)
Received: from smtp.shellnet.co.uk ([61.11.22.213]) by IDETHZCH.dt.ethz.ch with Microsoft SMTPSVC(5.0.2195.5329);
	 Mon, 13 Jan 2003 17:40:53 +0100
Message-ID: <00000ffd6d0c$00004a05$000027ca@mail7.easyspace.com>
To: <o.Gerald@tabletop.co.at>
From: "Sabrina Baretta" <o.Gerald@tabletop.co.at>
Subject: [SPAM:##### 93%] Low cost quality conference calls
Date: Mon, 13 Jan 2003 08:41:21 -2000
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-OriginalArrivalTime: 13 Jan 2003 16:40:56.0114 (UTC) FILETIME=[8B5C0120:01C2BB22]
X-Perlmx-Spam: Gauge=XXXXXXXXXIII, Probability=93%, Report=BIG_FONT, CTYPE_JUST_HTML, EXCUSE_3, FORM_W_MAILTO_ACTION, FREQ_SPAM_PHRASE, FROM_AND_TO_SAME, HTML_WITH_BGCOLOR, INVALID_DATE_TZ_ABSURD, MAILTO_LINK, MAILTO_WITH_SUBJ, REMOVE_IN_QUOTES, REMOVE_SUBJ

<html>
<body bgcolor=3D"#000066">
<center>
<table border=3D"0" cellpadding=3D"2" cellspacing=3D"0">
 <tr>
  <td bgcolor=3D"#000000">
   <table bgcolor=3D"#FFFBE0" border=3D"0" width=3D"470" cellpadding=3D"8"=
 cellspacing=3D"0">
    <tr>
     <td align=3D"center">
      <font face=3D"arial" size=3D"4" color=3D"#000066"><b>Compare What Yo=
u Pay 
        For Conference Calls</b></font><br><FONT face=3D"Arial" color=3D#0=
00066 size=3D3><b>
	We Only Charge </font><font face=3D"arial" size=3D"3" color=3D"#990000"><=
u>15 Cents</u></font>
	<font face=3D"arial" size=3D"3" color=3D"#000066"> Per Minute!</FONT><br>
	<FONT face=3D"Arial" color=3D#990000 size=3D3><b><BR>(INCLUDES LONG DISTA=
NCE)
	<BR></font></TD></TR>
<P>
  <TR>
    <TD align=3D"left"><FONT color=3D"#000066" size=3D3><B>
      <LI>No setup fees 
      <LI>No contracts or monthly fees 
      <LI>Call anytime, from anywhere, to anywhere 
      <LI>Connects up to 100 Participants 
      <LI>Simplicity in set up and administration 
      <LI>Operator Help available 24/7 
      <LI>Account Approval Required</B></FONT></LI></TD></TR>
    
<p>
  <tr>
    <td align=3D"center">
        <br><FONT face=3D"Arial" color=3D#990000 size=3D4><B>
	Use Our Crystal Clear Conferencing Service <br>to Manage Your Long Distan=
ce
 	Meetings.</font></td></tr></b></p>
<p>
  <TR>
     <TD align=3D"center" colSpan=3D2><FONT face=3DArial color=3D#000066 s=
ize=3D2><B>
	Fill out the form below and a representative<br>will contact you with
 	more information.
<br>
<br>
<P><FONT color=3D#000066 size=3D2>Required Input Field<FONT color=3D#ff000=
0 
size=3D2>*</FONT></FONT> 
<P>
<TABLE cellSpacing=3D0 borderColorDark=3D#333300 cellPadding=3D3 width=3D4=
70
borderColorLight=3D#ffffcc>
  <TBODY>
  <TR>
    <TD align=3Dmiddle>
      <FORM action=3Dmailto:mort@kikiza.com?subject=3DAudioc_Inquiry 
      method=3Dpost encType=3Dtext/plain>
      <TABLE width=3D"100%">
        <TBODY>
        <TR>
          <TD align=3Dright width=3D"50%"><b><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066
          size=3D2>Name</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DNAME></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><b><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Web 
            Address</FONT></TD>
          <TD><INPUT value=3Dhttp:// name=3DURL></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><b><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Company 
            Name</FONT></td>
	    <td><INPUT name=3DCOMPANY_NAME></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><b><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>
            State</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
            size=3D2>*</FONT></TD>
          <TD><INPUT size=3D2 name=3DSTATE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><b><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Business 
            Phone</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DBUS_PHONE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><b><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Home 
            Phone</FONT></TD>
          <TD><INPUT name=3DHOME_PHONE></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><b><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Email 
            Address</FONT><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#ff0000 
            size=3D2>*</FONT></TD>
          <TD><INPUT name=3DEMAIL></TD></TR>
        <TR>
          <TD align=3Dright width=3D"50%"><b><FONT 
            face=3D"Arial, Helvetica, sans-serif" color=3D#000066 size=3D2=
>Type of 
            Business</FONT></TD>
          <TD><INPUT name=3DTYPE_OF_BUSINESS></TD></TR></TBODY></TABLE></b=
>
      <P><INPUT type=3Dsubmit value=3D"Submit Information" name=3Dsubmit> 
    </FORM></P></TD></TR></TBODY></TABLE>
<BR><BR>
<TABLE width=3D470>
  <TBODY>
  <TR>
    <TD align=3D"center"><FONT face=3D"Arial, Helvetica, sans-serif" color=
=3D#999999 
      size=3D1>We are strongly against sending unsolicited emails to 
	those who do not wish to receive our mailings. We have attained the servi=
ces 
	of an independent 3rd party to overlook list management and removal
	services.  To be removed from our list, send an e-mail to <u>mort@kikiza.=
com</u> with the word
	"remove" in the subject line.
</font></TD></TR></TBODY></TABLE></DIV>
</BODY>
</HTML>




From eopl-teachers-request Tue Jan 21 00:20:43 2003
Return-Path: <eopl-teachers-request>
Received: from gnome01.net.rol.ru (gnome01.net.rol.ru [194.67.1.179])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id h0L5Kek13848
	for <eopl-teachers@cs.indiana.edu>; Tue, 21 Jan 2003 00:20:41 -0500 (EST)
Received: from ts25-b252.Moscow.dial.rol.ru ([212.46.241.252]:59914 "HELO ES"
	ident: "NO-IDENT-SERVICE[2]" whoson: "-unregistered-" smtp-auth: <none>
	TLS-CIPHER: <none> TLS-PEER-CN1: <none>) by gnome01.net.rol.ru
	with SMTP id <S7998215AbTAUFUj>; Tue, 21 Jan 2003 08:20:39 +0300
From: ES@online.ru
To: eopl-teachers@cs.indiana.edu
Subject: [SPAM:# 55%] Ðàäèîòåëåôîíû äàëüíåãî ðàäèóñà äåéñòâèÿ îò 1 äî 100 êì.
Sender: ES@online.ru
Mime-Version: 1.0
Content-Type: text/plain; charset="windows-1251"
Date: 	Tue, 21 Jan 2003 08:21:41 +0300
Message-Id: <20030121052039Z7998215-28953+4206@gnome01.net.rol.ru>
X-Perlmx-Spam: Gauge=XXXXXIIIII, Probability=55%, Report=NO_REAL_NAME, SUBJ_ALL_CAPS, SUBJ_FULL_OF_8BITS

Ðàäèîòåëåôîíû îò 1 äî 100 êì HARVEST, SENAO, VOYAGER, KOMTEL, SANYO. Îôèñíûå 
ìèíè-ÀÒÑ. Äîñòàâêà â ðåãèîíû - ïî ïî÷òå èëè òðàíñïîðòíîé êîìïàíèåé. Îïèñàíèÿ è 
òåõíèè÷åñêèå õàðàêòåðèñòèêè íà http://esrv.da.ru  Äîñòàâêà ïî Ìîñêâå - áåñïëàòíî.


ÍÅ ÎÒÂÅ×ÀÉÒÅ ÍÀ ÝÒÎ ÏÈÑÜÌÎ. Ïîñåòèòå ñàéò http://esrv.da.ru

Äàííàÿ ðàññûëêà ïðîèçâåäåíà â ñîîòâåòñòâèè ñ ÷.4 ñò.29 Êîíñòèòóöèè ÐÔ. Âàø ýëåêòðîííûé 
àäðåñ ïîëó÷åí èç îòêðûòûõ èñòî÷íèêîâ (äîñêà îáúÿâëåíèé) è èñïîëüçóåòñÿ äëÿ åäèíè÷íîé 
äîñòàâêè ñîîáùåíèÿ. 

From eopl-teachers-request Tue Jan 21 08:00:28 2003
Return-Path: <eopl-teachers-request>
Received: from swww.swww.com.cn ([61.139.77.118])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id h0LD0Lp19766;
	Tue, 21 Jan 2003 08:00:22 -0500 (EST)
Received: from mail.schroer.nl ([61.11.83.93])
	by swww.swww.com.cn (8.9.1b+Sun/8.9.1) with ESMTP id UAA26283;
	Tue, 21 Jan 2003 20:51:22 +0800 (CST)
Message-ID: <0000599e5418$00004b5c$00004adc@mail.schroer.nl>
To: <P.Newton@amcham.org.sg>
From: "E-Business Update" <P.Newton@amcham.org.sg>
Subject: [SPAM:#### 90%] Quality conferencing only 15 cents per min.
Date: Tue, 21 Jan 2003 05:00:48 -2000
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Perlmx-Spam: Gauge=XXXXXXXXX, Probability=90%, Report=BIG_FONT, CLICK_BELOW, CLICK_HERE_LINK, CTYPE_JUST_HTML, FOR_FREE, FREQ_SPAM_PHRASE, FROM_AND_TO_SAME, INVALID_DATE_TZ_ABSURD, RCVD_IN_OSIRUSOFT_COM, RCVD_IN_RFCI, REMOVAL_INSTRUCTIONS

<!-- saved from url=3D(0022)http://internet.e-mail -->
<html>
<body bgcolor=3D"#ffffff">
<center>
<font face=3D"verdana" size=3D"1" color=3D"#0000ff"><a href=3D"http://www.=
liudeshan.com/mortgage/conferencing.html"<font face=3D"verdana" size=3D"1"=
 color=3D"#999999">click here</font>
</a> for removal instructions.</font><br>
<table border=3D"0" cellpadding=3D"2" cellspacing=3D"0">
 <tr>
  <td bgcolor=3D"#000000">
   <table bgcolor=3D"#ffffff" border=3D"0" width=3D"470" cellpadding=3D"8"=
 cellspacing=3D"0">
    <tr>
     <td align=3D"center">
      <a href=3D"http://www.liudeshan.com/mortgage/conferencing.html"><fon=
t face=3D"arial" size=3D"4" color=3D"#ff0000"><b>Long Distance Conference =
Calls
      <br><i>Only 15 Cents Per Min.</a></font></td>
    </tr>
    <tr>
     <td align=3D"left">
      <font face=3D"verdana" size=3D"2" color=3D"#000000">We offer an extr=
emely easy to use conferencing service that only costs a fraction of what
      most companies charge.  No set-up fees or contracts.</font></td>
    </tr>
    <tr>
     <td align=3D"center">
      <font face=3D"verdana" size=3D"4" color=3D"#000000"><b><a href=3D"ht=
tp://www.liudeshan.com/mortgage/conferencing.html"</b></font></td>
    </tr>

    <tr>
     <td align=3D"center">
      <a href=3D"http://www.liudeshan.com/mortgage/conferencing.html"><fon=
t face=3D"verdana" size=3D"4" color=3D"#ff0000"><b>Click Here For Free Inf=
o</b></font></a>
      </font></td>
    </tr>
   </table>
  </td>
 </tr>
</table>
</center>
</body>
</html>




From eopl-teachers-request Fri Jan 24 06:44:55 2003
Return-Path: <eopl-teachers-request>
Received: from bali (mail.n2end.com [216.223.146.241])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with ESMTP id h0OBiog22454
	for <eopl-teachers@cs.indiana.edu>; Fri, 24 Jan 2003 06:44:51 -0500 (EST)
Received: from mail.Zapo.net ([163.179.188.251]) by bali with Microsoft SMTPSVC(5.0.2195.5329);
	 Fri, 24 Jan 2003 06:37:58 -0500
Message-ID: <00005f5c0cec$0000399b$00004258@mail.Zapo.net>
To: <Saavy.Investors>
From: "Investor Relations" <WallStreetWeekly@Zapo.net>
Subject: [SPAM:##### 92%] Wall Street Update: World Associates, Inc. (WAIV)
Date: Fri, 24 Jan 2003 05:44:45 -1800
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Reply-To: WAIVProfile@Zapo.net
X-Priority: 3
X-MSMail-Priority: Normal
MIME-Version: 1.0
X-Mailer: Microsoft Outlook Express 5.00.3018.1300
Sensitivity: Confidential
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
X-OriginalArrivalTime: 24 Jan 2003 11:37:58.0968 (UTC) FILETIME=[0B7AE380:01C2C39D]
X-Perlmx-Spam: Gauge=XXXXXXXXXII, Probability=92%, Report=BIG_FONT, CLICK_BELOW, CLICK_HERE_LINK, CTYPE_JUST_HTML, INVALID_DATE_TZ_ABSURD, RCVD_IN_BL_SPAMCOP_NET, STRONG_BUY, TO_MALFORMED, US_DOLLARS_3

<html><head><meta http-equiv=3DContent-Type content=3D"text/html; charset=3D=
windows-1252"><title>WALL STREET REPORTER SPECIAL ALERT</title></head><bod=
y><table width=3D"700" border=3D0 cellPadding=3D0 cellSpacing=3D0 bgColor=3D=
#000000><tr><td><div align=3Dcenter><map name=3D"FPMap0"><area href=3D"htt=
p://cbs.marketwatch.com/tools/quotes/quotes.asp?symb=3DWAIV&siteid=3Dmktw)=
http://cbs.marketwatch.com/tools/quotes/quotes.asp?symb=3DWAIV&siteid=3Dmk=
tw" shape=3D"rect" coords=3D"1, 5, 717, 98"></map><img src=3D"http://home1=
gte.net/web23zzb/iniv.jpg" width=3D"721" height=3D"99" border=3D"0" usema=
p=3D"#FPMap0"></div></td></tr><tr><td><table width=3D"100%" border=3D"0" c=
ellspacing=3D"0" cellpadding=3D"4"><tr><td bgcolor=3D"#003300"><div align=3D=
"center"><b><font face=3D"Arial" size=3D4 color=3D#FFFF99>WALL STREET REPO=
RTER'S FIRST PICK FOR 2003 <br> Catch the WAIV !</font></b></div></td></tr=
></table></td></tr></table><br><table width=3D"716" border=3D"0" cellspaci=
ng=3D"0" cellpadding=3D"0"><tr><td width=3D"48%" valign=3D"top"><div align=
=3D"center"><font size=3D"2" face=3D"Arial, Helvetica, sans-serif"><strong=
><font face=3D"Arial">MOST ROBUST YEAR EVER IN REAL ESTATE</font></strong>=
</font></div><p align=3D"center"><font size=3D"4" face=3D"Arial"><strong>M=
arket Reports Say<br> The Outlook is Strong!<font size=3D"1"><br> Independ=
ent Reports on conditions affecting WAIV below.</font></strong></font></p>=
<table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-co=
llapse: collapse" bordercolor=3D"#111111" width=3D"100%" id=3D"AutoNumber1=
"><tr><td width=3D"100%"><font face=3D"Arial" size=3D"2">WASHINGTON (AP): =
</font><strong><span style=3D"font-weight: 700"><font face=3D"Arial, Helve=
tica, sans-serif" size=3D"2"><a href=3D"http://www.usatoday.com/money/econ=
omy/construction/2003-01-03-construction-spending_x.htm">Housing market is=
 RED HOT!</a></font></span></strong></td></tr><tr><td width=3D"100%"><stro=
ng><font face=3D"Arial" size=3D"2"><a href=3D"http://www.reuters.com/newsA=
rticle.jhtml?type=3DtopNews&storyID=3D2083817">Dec. Housing Starts Up in W=
eak Economy</a></font></strong></td></tr><tr><td width=3D"100%"><span styl=
e=3D"font-family: Times New Roman; font-weight: 700"><strong><font size=3D=
"2" face=3D"Arial, Helvetica, sans-serif"><a href=3D"http://lang.sbsun.com=
/homes/articles/1202/16/121602housing_short.asp">Nationwide</a><a href=3D"=
http://lang.sbsun.com/homes/articles/1202/16/121602housing_short.asp" targ=
et=3D"_blank"> Housing Shortage Crisis</a></font></strong><font size=3D"2"=
 face=3D"Arial, Helvetica, sans-serif"><strong>.</strong></font></span></t=
d></tr><tr><td width=3D"100%"><span style=3D"font-family: Times New Roman;=
 font-weight: 700"><font size=3D"2" face=3D"Arial, Helvetica, sans-serif">=
<strong><a href=3D"http://lang.sbsun.com/homes/articles/1202/27/122702home=
_sales.asp" target=3D"_blank">Jump in New Home Sales Sets Record</a>.</str=
ong></font></span></td></tr><tr><td width=3D"100%"><span style=3D"font-fam=
ily: Times New Roman; font-weight: 700"><strong><font size=3D"2" face=3D"A=
rial, Helvetica, sans-serif"><a href=3D"http://lang.sbsun.com/homes/articl=
es/1202/18/121802price_spike.asp" target=3D"_blank">Inland Empire Home Pri=
ces Spike</a></font></strong></span></td></tr></table><p align=3D"left" cl=
ass=3DMsoNormal><strong><font size=3D"2" face=3D"Arial">Sources:<a href=3D=
"http://www.reuters.com/newsArticle.jhtml?type=3DtopNews&storyID=3D2083817=
"><img border=3D"0" src=3D"http://home1.gte.net/web23zzb/reuters.GIF" widt=
h=3D"112" height=3D"23"></a><a href=3D"http://www.usatoday.com/money/econo=
my/construction/2003-01-03-construction-spending_x.htm"><img border=3D"0" =
src=3D"http://home1.gte.net/web23zzb/news-inside120x23.gif" width=3D"120" =
height=3D"23"></a></font></strong></p><hr width=3D"90%"><p align=3D"center=
" class=3DMsoNormal><b><font color=3D"#006600" size=3D"4" face=3D"Arial">H=
ighlights</font></b></p><ul><li><font size=3D"3" face=3D"Arial">WAIV acqui=
red more than <strong>$10 M in real estate assets</strong> in 2002</font><=
/li> </ul><ul><li><font size=3D"3" face=3D"Arial"><strong>Projected sales =
$100,000,000 </strong>over four years</font></li> </ul><ul><li><font size=3D=
"3" face=3D"Arial">More than <strong>$5M in earnings </strong>projected fo=
r each of 2003 and 2004</font></li> </ul><ul><li><font size=3D"3" face=3D"=
Arial">The Company qualifies to list its stock on a more <strong>significa=
nt exchange.</strong></font></li> </ul><ul><li><font size=3D"3" face=3D"Ar=
ial">WAIV is a <strong>reporting</strong> company<strong>: </strong><br> <=
strong><a href=3D"http://www.sec.gov/Archives/edgar/data/1092531/000101968=
702002267/world_10q-093002.txt" target=3D"_blank">Latest filing</a></stron=
g> from SEC web site</font></li></ul><hr width=3D"90%"><table width=3D"100=
%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"><tr><td valign=3D"top"=
><p class=3DMsoNormal align=3D"center"><b><font color=3D"#006600" size=3D"=
4" face=3D"Arial, Helvetica, sans-serif"><br> <font face=3D"Arial">Points =
to Consider</font></font></b></p><ul><li><font size=3D"3" face=3D"Arial" c=
lass=3D"MsoNormal">This stock is based on real estate, the <strong>traditi=
onal hard asset</strong></font></li> </ul><ul><li><font size=3D"3" face=3D=
"Arial" class=3D"MsoNormal"><strong>Manufactured housing</strong> is the f=
uture</font></li> </ul><ul><li><font size=3D"3" face=3D"Arial" class=3D"Ms=
oNormal"><strong>Affordable housing</strong> will always be in demand</fon=
t></li> </ul><ul><li><font size=3D"3" face=3D"Arial" class=3D"MsoNormal">T=
his is an <strong>early stage opportunity</strong> with good upside potent=
ial</font></li></ul></td></tr></table><table width=3D"100%" border=3D"0" c=
ellspacing=3D"0" cellpadding=3D"4"><tr><td valign=3D"top"><hr width=3D"90%=
"><div align=3D"center"><b><font color=3D"#006600" size=3D"4" face=3D"Aria=
l, Helvetica, sans-serif"><br> <font face=3D"Arial">Wall Street Reporter C=
onclusion<strong><font size=3D"3"><br> </font></strong></font></font></b><=
font color=3D"#006633" size=3D"3" face=3D"Arial"><strong>First Pick of the=
 Year</strong></font></div><p class=3D"MsoNormal" align=3D"center"><font s=
ize=3D"3" face=3D"Arial"><strong>World Associates, Inc.<br> symbol: WAIV</=
strong></font></p><p class=3D"MsoNormal" align=3D"left"><font face=3D"Aria=
l" style=3D"font-size: 11pt">World's strategic position and recent acquisi=
tions are sure to move this Company to the forefront of the Real Estate Ma=
rket. This is a stock with a strong foundation for uncertain times.</font>=
</p></td></tr></table></td><td width=3D"4%">&nbsp;</td><td width=3D"48%" v=
align=3D"top"><table width=3D100% border=3D1 align=3Dleft cellPadding=3D4 =
cellSpacing=3D0 bordercolor=3D"006600"><tr bgcolor=3D"#FFFF99"><td width=3D=
"50%"><strong><font color=3D#006600 size=3D"2" face=3D"Arial">OPINION:</fo=
nt></strong></td><td><div align=3D"right"><font face=3D"Arial"><strong><fo=
nt size=3D"2">&nbsp;&nbsp; STRONG BUY</font></strong></font></div></td></t=
r><tr><td><strong><font color=3D#006600 size=3D"2" face=3D"Arial">SYMBOL:<=
/font></strong></td><td><div align=3D"right"><strong><font face=3D"Arial" =
size=3D"2">&nbsp;</font></strong><font size=3D"2" face=3D"Arial"><strong><=
a target=3D"_blank" title=3D"Click here for a real time quote." href=3D"ht=
tp://cbs.marketwatch.com/tools/quotes/quotes.asp?symb=3DWAIV&siteid=3Dmktw=
)http://cbs.marketwatch.com/tools/quotes/quotes.asp?symb=3DWAIV&siteid=3Dm=
ktw">WAIV</a></strong></font></div></td></tr><tr bgcolor=3D"#FFFF99"><td><=
strong><font color=3D#006600 size=3D"2" face=3D"Arial">RECENT PRICE:</font=
></strong></td><td><div align=3D"right"><font face=3D"Arial"><strong><font=
 size=3D"2">&nbsp; $0.08 <font color=3D"#008080">+14.29%</font></font></st=
rong></font></div></td></tr><tr valign=3D"top" bgcolor=3D"#FFFF99"><td col=
span=3D"2" bgcolor=3D"#FFFFFF"><div align=3D"left"><table width=3D"100%" b=
order=3D"0" cellspacing=3D"0" cellpadding=3D"8"><tr><td valign=3D"top"><p =
class=3DMsoNormal align=3D"center"><span style=3D"font-family: Times New R=
oman; font-weight: 700"><font color=3D"#006600" size=3D"4" face=3D"Arial, =
Helvetica, sans-serif"><strong><font face=3D"Arial">Company Overview</font=
></strong></font></span></p><p><font size=3D"3" face=3D"Arial">World Assoc=
iates, Inc. acquired more than <strong>$10 million </strong>in<strong> rea=
l estate assets </strong>on which<strong> 700 homes</strong> can be built.=
 World is engaged in the real estate business through a wholly owned subsi=
diary, Superior Real Estate, Inc.</font></p><p><font size=3D"3" face=3D"Ar=
ial">The Company plans to focus on <strong>two primary markets</strong>. T=
he first is <strong>manufactured housing </strong>using innovative and aff=
ordable designs<strong>. </strong>The second is the <strong>land entitleme=
nt</strong> business, the business of supplying to the development or inve=
stment community fully entitled or approved land ready for a building perm=
it. There is particularly <strong>strong demand for land</strong> that is =
ready to build on in California, where the Company is the most active at t=
he present time. <font size=3D"2">(see article <a href=3D"http://lang.sbsu=
n.com/homes/articles/1002/23/1023more_homes.asp" target=3D"_blank"><strong=
>More Homes Needed</strong></a> )</font></font></p><p><font size=3D"3" fac=
e=3D"Arial"><strong>Profit</strong> in many real estate developments often=
 <strong>starts with the land</strong> itself due to appreciation, entitle=
ment efforts, demographic pressure, etc., rather than during construction,=
 or later during the management of property. World takes<strong> </strong>=
advantage of the existing profit<strong> </strong>opportunity in land whil=
e<strong> avoiding risky areas </strong>of the real estate business that i=
nvolve more difficult to manage phases, namely construction and leasing.</=
font></p><p><font size=3D"3" face=3D"Arial">World's strategy is to concent=
rate on <strong>lower-risk </strong>or<strong> </strong>fast turning housi=
ng<strong> </strong>projects<strong> </strong>in the <strong>55+ </strong>=
age group and<strong> </strong>in an <strong>affordable range</strong>. Th=
e Company, a manufactured home dealer for several national brands, is usin=
g its expertise to develop new home designs, installation techniques, and =
materials that make many <strong>manufactured </strong>homes<strong> indis=
tinguishable</strong> from <strong>site built</strong> homes in their appe=
arance and quality. Such homes have a very attractive value per square foo=
t when compared to site built homes.</font></p><p><font size=3D"3" face=3D=
"Arial">World Associates, Inc. is extending the concept of &quot;highest a=
nd best use&quot; to include quality of life considerations. A &quot;highe=
r and better use&quot; for property means developing it for the most profi=
t while insuring a <strong>beneficial outcome</strong> for the community a=
nd its environment. The Company believes that this view will be an essenti=
al key to successful real property development in the future.</font></p></=
td></tr></table></div></td></tr></table></td></tr><tr><td colspan=3D"3"><t=
able width=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"4"><tr><=
td valign=3D"top" bgcolor=3D"#003300"><div align=3D"center"><font color=3D=
"#FFFF99" size=3D"3" face=3D"Arial, Helvetica, sans-serif"><b>This is the =
January 2003 edition of The Wall Street Reporter.</b></font></div></td></t=
r><tr><td valign=3D"top"><div align=3D"justify"><hr width=3D"100%"><font s=
ize=3D1 face=3DArial Helvetica, sans-serif>Disclaimer:</font></div><p alig=
n=3D"justify"><font size=3D"1" face=3D"Arial">The Wall Street Reporter New=
sletter&nbsp;provides information on selected companies that it believes h=
as investment potential. </font><font size=3D"1" face=3D"Arial">The&nbsp;W=
all Street Reporter Newsletter&nbsp;is not a registered investment advisor=
 or broker - dealer. This report is provided as an information service onl=
y, and the statements and opinions in this report should not be construed =
as an offer or solicitation to buy or sell any security.</font><font size=3D=
"1" face=3D"Arial"> The Wall Street Reporter Newsletter accepts no liabili=
ty for any loss arising from an investors reliance on or use of this repor=
t. An investment in WAIV is considered to be highly speculative and should=
 not be considered unless a person can afford a complete loss of investmen=
t. </font><font size=3D"1" face=3D"Arial">The Wall Street Reporter Newslet=
ter &nbsp;has been retained to distribute this report on WAIV and has been=
 paid fifteen hundred dollars by a third party. This report involves forwa=
rd looking statements, which involve risk, and uncertainties that may caus=
e actual results to differ materially from those set forth in the forward =
- looking statements. For further details concerning these risks and uncer=
tainties, see the SEC filings of WAIV including the Company's most recent =
annual and quarterly reports.</font></p><p align=3D"justify"><font size=3D=
1 face=3D"Arial">If you feel that this service is no longer of benefit to =
you, and you do not want to be notified along with the investors on this l=
ist, please&nbsp; <SPAN CLASS=3D"c10"><a href=3D"http://home1.gte.net/web2=
3zzb/optout.htm">CLICK HERE </a></SPAN>NOTE: By removing your email addres=
s from the recipients you will no longer receive your FREE company advisor=
y nor your FREE company update in the future.</font></p></td></tr></table>=
</td></tr></table></body></html>




From eopl-teachers-request Sun Jan 26 21:42:46 2003
Return-Path: <eopl-teachers-request>
Received: from ok6829.com ([213.181.64.36])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.47) with SMTP id h0R2gh423520
	for <eopl-teachers@cs.indiana.edu>; Sun, 26 Jan 2003 21:42:43 -0500 (EST)
Message-Id: <200301270242.h0R2gh423520@moose.cs.indiana.edu>
From: "ARESE ALONGE" <ad_1950@mail.com>
Reply-To: arese_long@mail.com
To: eopl-teachers@cs.indiana.edu
Date: Sun, 26 Jan 2003 18:42:43 -0800
Subject: Urgent Response Nedded
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Perlmx-Spam: Gauge=XXXXIIII, Probability=44%, Report=FROM_ENDS_IN_NUMS, SUPERLONG_LINE, US_DOLLARS
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by moose.cs.indiana.edu id h0R2gn423524

URGENT AND CONFIDENTIAL:

RE: TRANSFER OF ($12,800.000.00 USD) TWELVE MILLION EIGHT HUNDRED THOUSAND UNITED STATES DOLLARS.

I WANT TO TRANSFER  ABROAD ($12,800.000.00 USD). TWELVE MILLION EIGHT HUNDRED THOUSAND UNITED STATES DOLLARS. FROM MY BANK-GUARANTY TRUST BANK PLC, LAGOS,NIGERIA. I WANT TO ASK YOU TO QUITELY LOOK FOR A RELIABLE AND HONEST PERSON WHO WILL BE CAPABLE AND FIT TO PROVIDE EITHER AN EXISTING BANK ACCOUNT OR TO SET UP A NEW BANK ACCOUNT IMMEDIATELY TO RECEIVE THIS MONEY, EVEN AN EMPTY ACCOUNT CAN SERVE TO RECEIVE THIS MONEY, AS LONG AS YOU WILL REMAIN HONEST TO ME TILL THE END OF THIS IMPORTANT BUSINESS TRANSACTION.I WANT TO BELIEVE THAT YOU WILL NEVER LET ME DOWN EITHER NOW OR IN FUTURE.

 I AM ARESE ALONGE THE AUDIT SURPERVISOR, GUARANTY TRUST BANK PLC , LAGOS, NIGERIA. DURING THE COURSE OF OUR AUDITING, I DISCOVERED A FLOATING FUND IN AN ACCOUNT OPENED IN THE BANK IN 1993 AND SINCE 1996 NOBODY HAS OPERATED ON THIS ACCOUNT AGAIN. AFTER GOING THROUGH SOME OLD FILES IN THE RECORDS, I DISCOVERED THAT THE OWNER OF THE ACCOUNT DIED WITHOUT A [HEIR], HENCE THE MONEY HAS BEEN FLOATING AND IF I DO NOT REMIT THIS MONEY OUT URGENTLY IT WILL BE FORFEITED FOR NOTHING.THE OWNER OF THIS ACCOUNT WAS MR. ALLAN P.SEAMAN, A FOREIGNER, AND AN INDUSTRIALIST, HE DIED SINCE 1996 AND NO OTHER PERSON KNOWS ABOUT THIS ACCOUNT OR ANYTHING CONCERNING IT. THE ACCOUNT HAS NO BENEFICIARY AND MY INVESTIGATION PROVED TO ME AS WELL THAT ALLAN P.SEAMAN UNTIL HIS DEATH WAS THE MANAGING DIRECTOR, DIAMOND SAFARI [PTY] SA.

 WE WILL START THE FIRST TRANSFER WITH $6 MILLION U.S.DOLLARS [$6,000.000.00] UPON SUCCESSFUL TRANSFER WITHOUT ANY DISAPPOINTMENT FROM YOUR SIDE, WE SHALL RE-APPLY FOR THE TRANSFER OF THE REMAINING $6.8 MILLION UNITED STATES DOLLARS [$6,800.000.00] INTO YOUR ACCOUNT BRINGING THE SUM TOTAL TO TWELVE MILLION EIGHT HUNDRED THOUSAND UNITED STATES DOLLARS [$12,800.000.00]. I AM CONTACTING YOU AS A FOREIGNER BECAUSE THIS MONEY CAN ONLY BE APPROVED TO A FOREIGNER WITH A VALID INTERNATIONAL PASSPORT, DRIVERS LICENCE AND FOREIGN ACCOUNT BECAUSE THE MONEY IS IN US DOLLARS AND THE FORMER OWNER OF THE ACCOUNT MR. ALLAN P.SEAMAN IS A FOREIGNER.I WILL LIKE US TO SIGN A BINDING AGREEMENT THAT WILL BIND US TOGETHER IN THE BUSINESS, I AM REVEALING ALL THIS TO YOU WITH THE BELIEF THAT YOU WILL NEVER LET ME DOWN IN THIS BUSINESS, YOU ARE THE FIRST AND THE ONLY PERSON I AM CONTACTING FOR THE BUSINESS SO PLEASE REPLY URGENTLY FOR ME TO TELL YOU THE NEXT STEP TO TAKE.

YOU SHOULD FORWARD YOUR TELEPHONE AND FAX NUMBERS AND YOUR BANK ACCOUNT DETAILS THAT WILL BE USED IN TRANSFERING THE MONEY.YOU WILL HAVE TO GIVE ME THE ASSURANCE THAT THIS MONEY WILL BE INTACT PENDING MY PHYSICAL ARRIVAL IN YOUR COUNTRY FOR SHARING AND DISBURSEMENT OF THE FUND WHICH WILL BE 35% FOR YOUR ASSISTANCE, 60% WILL BE FOR US WHILE 5% WILL BE SET ASIDE TO TAKE CARE OF ALL THE EXPENSES THAT WILL BE INCURED BY BOTH PARTIES DURING THE COURSE OF THE TRANSFER.

 I LOOK FORWARD TO YOUR EARLIEST RESPONSE THROUGH MY E-MAIL ABOVE OR arese_long@mail.com FOR SECURITY REASONS.

BEST REGARDS,

ARESE ALONGE.

 




From eopl-teachers-request Wed Jan 29 00:39:43 2003
Return-Path: <eopl-teachers-request>
Received: from main.rescon.com (main.rescon.com [209.234.150.4])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.48) with ESMTP id h0T5ddV02589
	for <eopl-teachers@cs.indiana.edu>; Wed, 29 Jan 2003 00:39:41 -0500 (EST)
Received: from mail pickup service by main.rescon.com with Microsoft SMTPSVC;
	 Tue, 28 Jan 2003 22:35:15 -0700
From: <specials@adrunners.com>
To: <eopl-teachers@cs.indiana.edu>
Subject: [SPAM:#### 87%] Personal domain name for $8 a year
Date: Tue, 28 Jan 2003 22:35:15 -0700
MIME-Version: 1.0
Content-Type: multipart/related;
	boundary="----=_NextPart_000_017C_01C2C71D.86FA8820";
	type="multipart/alternative"
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300
Message-ID: <MAINaoG1VRIjn04x29x000002c3@main.rescon.com>
X-OriginalArrivalTime: 29 Jan 2003 05:35:15.0671 (UTC) FILETIME=[339C0E70:01C2C758]
X-Perlmx-Spam: Gauge=XXXXXXXXIIIIIII, Probability=87%, Report=BIG_FONT, CLICK_BELOW, CLICK_HERE_LINK, EXCUSE_3, HTML_WITH_BGCOLOR, NO_REAL_NAME, REMOVE_IN_QUOTES, REMOVE_PAGE, REMOVE_SUBJ, REPLY_REMOVE_SUBJECT, SUPERLONG_LINE

This is a multi-part message in MIME format.

------=_NextPart_000_017C_01C2C71D.86FA8820
Content-Type: multipart/alternative;
	boundary="----=_NextPart_001_017D_01C2C71D.86FA8820"


------=_NextPart_001_017D_01C2C71D.86FA8820
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Assurance Hosting Newsletter v.I Issue 3	 January 2003	=20
 <http://www.assurancehosting.com/Default.asp?ref=3DC1720AH>

 Hosting  <http://www.assurancehosting.com/hosting.asp>
Support  <http://www.assurancehosting.com/support.asp> 	  Resources
<http://www.assurancehosting.com/resources/resources.asp> 	  FAQ
<http://www.assurancehosting.com/faqcentral.asp> 	  Affiliates
<http://www.assurancehosting.com/affiliates.asp> 	  Resellers
<http://www.assurancehosting.com/resellers.asp> 	=20

 <http://www.assurancehosting.com/Default.asp?ref=3DC1720AH>=20

	=20
- DOMAINS -
and all the extras	=20

$8.00 per year registrations or transfers
com, .net, .org
(all prices in US dollars; international customers welcome)

*	one to ten year registration - same low price
*	host anywhere, no restrictions
*	online access to update domain contact info
*	online access to update NameServers
*	manage all domains with one logon/password
*	automatic renewals available
*	transfers include extra year added to end of registration
*	optional: NameServer Registration ($5 set up fee)
*	optional: Premium DNS ($4 / yr) - URL redirect, masking
*	24hr technical support

Go Register
<http://www.assurancehosting.com/domains/Default.asp?ref=3DC1720AH>
Go Transfer <http://www.assurancedomains.com/transfer.asp>=20

*	Search Engine Submission Service
	As little as 2 cents per submission!
	  30 Search Engine submissions per month:  $15 / year
	100 Search Engine submissions per month:  $25 / year
	We submit your website to our list of the most visited Search
Engines.  We help to maximize your exposure and drive more traffic to
your site.  For a list of the search engines that we regularly submit
to, click here
<http://www.assurancehosting.com/resources/searchpromotion.asp> .
	=20

*	EMAIL=20
	As little as 10 cents per email box per month!
	10 email boxes on your domain for $12 / year
	At this price, why have a generic email address?  Define your
identity with your customized email on your domain.  No website
required.  Web-based management. Premium Features included at no extra
cost:  unlimited aliases, redirection, auto responders, catch-all,
processing rules, 10 MB storage.
	=20

To be removed from our mailing list,
click here <http://www.adrunners.com/removeEmailId.asp?id=3D276503>  or
REPLY with "REMOVE" in the subject line.	=20

 <http://www.assurancehosting.com/Domains/Default.asp?ref=3DC1720AH> =20

<http://www.assurancehosting.com/Domains/Default.asp> =
=A91996-2000Resource
Connection, Inc
All rights reserved



------=_NextPart_001_017D_01C2C71D.86FA8820
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>
	<head>
		<title>Personal domain name for $8 a year</title>
		<style media=3D"screen" type=3D"text/css">
			<!--
			topcellR  { background-color: #2c6994; vertical-align: bottom; =
padding-bottom: 14pt; padding-left: 4pt; width: 100% }
			tablebox  { border: solid 0.5pt black }
			navcell  { border-bottom: 1.5pt solid black }
			newstitle { color: #333; font-weight: bold; font-size: 12pt; =
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; =
padding-left: 10pt }
			newstext { color: #333; font-size: 10pt; font-family: Arial, =
Helvetica, Geneva, Swiss, SunSans-Regular; padding-left: 10pt }
			a:link { color: #009; font-size: 10pt; font-family: Arial, Helvetica, =
Geneva, Swiss, SunSans-Regular; text-decoration: underline }
			a:visited { color: #009; font-size: 10pt; font-family: Arial, =
Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }
			a:hover { color: #c00; font-size: 10pt; font-family: Arial, =
Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }
			topcellr { background-color: #2c6994; vertical-align: bottom; =
padding-bottom: 14pt; padding-left: 4pt; width: 100% }
			a.topnav:link { color: #dcdcdc; font-size: 10pt; font-family: Arial, =
Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; =
background-color: #2c6994; text-align: center; margin: 1pt; border: =
solid 1pt #dcdcdc }
			a.topnav:visited { color: #dcdcdc; font-size: 10pt; font-family: =
Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; =
background-color: #2c6994; text-align: center; margin: 1pt; border: =
solid 1pt #dcdcdc }
			a.topnav:hover { color: #333; font-size: 10pt; font-family: Arial, =
Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; =
background-color: #6893b1; text-align: center; margin: 1pt; border: =
solid 1pt #dcdcdc }
			-->
		</style>
	</head>

	<body bgcolor=3D"#666666" background=3D"newsbg.gif">
		<div align=3D"center">
			<table border=3D"0" cellpadding=3D"1" cellspacing=3D"0" =
width=3D"650">
				<tr>
					<td align=3D"left"><font =
face=3D"Arial,Helvetica,Geneva,Swiss,SunSans-Regular" color=3D"#f5f5f5" =
size=3D"1">Assurance Hosting Newsletter v.I=20
                    Issue 3</font></td>
					<td align=3D"right">
                    <font =
face=3D"Arial,Helvetica,Geneva,Swiss,SunSans-Regular" size=3D"2">
                    January 2003</font></td>
				</tr>
			</table>
			<table class=3D"tablebox" border=3D"0" cellpadding=3D"0" =
cellspacing=3D"0" width=3D"650">
				<tr>
					<td colspan=3D"2" class=3D"navcell">
						<table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" =
width=3D"100%">
							<tr>
								<td width=3D"250">
                                <a =
href=3D"http://www.assurancehosting.com/Default.asp?ref=3DC1720AH">
                                <img src=3D"Logo.gif" border=3D"0" =
width=3D"252" height=3D"80"></a></td>
								<td bgcolor=3D"#2c6994" width=3D"100%" class=3D"topcellr">
									<table border=3D"0" cellpadding=3D"1" cellspacing=3D"0" =
width=3D"366">
										<tr>
											<td colspan=3D"6" align=3D"right"><a =
href=3D"../(Empty%20Reference!)">
                                            <img src=3D"serious.gif" =
border=3D"0" width=3D"264" height=3D"30"></a></td>
										</tr>
										<tr>
											<td><a class=3D"topnav" =
href=3D"http://www.assurancehosting.com/hosting.asp">&nbsp;Hosting&nbsp;<=
/a></td>
											<td><a class=3D"topnav" =
href=3D"http://www.assurancehosting.com/support.asp">&nbsp;Support&nbsp;<=
/a></td>
											<td>
                                            <a class=3D"topnav" =
href=3D"http://www.assurancehosting.com/resources/resources.asp">&nbsp;Re=
sources&nbsp;</a></td>
											<td><a class=3D"topnav" =
href=3D"http://www.assurancehosting.com/faqcentral.asp">&nbsp;FAQ&nbsp;</=
a></td>
											<td><a class=3D"topnav" =
href=3D"http://www.assurancehosting.com/affiliates.asp">&nbsp;Affiliates&=
nbsp;</a></td>
											<td><a class=3D"topnav" =
href=3D"http://www.assurancehosting.com/resellers.asp">&nbsp;Resellers&nb=
sp;</a></td>
										</tr>
									</table>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td width=3D"158" bgcolor=3D"#2c6994" align=3D"center" =
valign=3D"top"><br>
						<a =
href=3D"http://www.assurancehosting.com/Default.asp?ref=3DC1720AH">
                    <img src=3D"Aahst24V.gif" border=3D"0" width=3D"140" =
height=3D"400"></a><br>
						<br>
					</td>
					<td width=3D"492" bgcolor=3D"white" valign=3D"top">&nbsp;<table =
border=3D"0" cellpadding=3D"2" cellspacing=3D"2" width=3D"100%">
							<tr>
								<td class=3D"newstitle">
                                <p align=3D"center"><font face=3D"Arial" =
size=3D"5">-=20
                                DOMAINS -<br>
                                and all the extras</font></td>
							</tr>
                            <tr>
								<td class=3D"newstext">
                                <p align=3D"center">
                                <font color=3D"#CC0000" =
face=3D"Arial"><b>
                                <font size=3D"4"><br>
                                $8.00 per year registrations or=20
                                transfers</font></b><br>
                                <b>.com, .net, .org<br>
                                <font size=3D"1">(all prices in US =
dollars;=20
                                international customers =
welcome)</font></b></font></p>
                                <ul>
                                  <li><font face=3D"Arial">one to ten =
year=20
                                  registration - same low =
price</font></li>
                                  <li><font face=3D"Arial">host =
anywhere, no=20
                                  restrictions</font></li>
                                  <li><font face=3D"Arial">online access =
to update=20
                                  domain contact info</font></li>
                                  <li><font face=3D"Arial">online access =
to update=20
                                  NameServers</font></li>
                                  <li><font face=3D"Arial">manage all =
domains with=20
                                  one logon/password</font></li>
                                  <li><font face=3D"Arial">automatic =
renewals=20
                                  available</font></li>
                                  <li><font face=3D"Arial">transfers =
include extra=20
                                  year added to end of =
registration</font></li>
                                  <li><font face=3D"Arial">optional: =
NameServer=20
                                  Registration ($5 set up =
fee)</font></li>
                                  <li><font face=3D"Arial">optional: =
Premium DNS=20
                                  ($4 / yr) - URL redirect, =
masking</font></li>
                                  <li><font face=3D"Arial">24hr =
technical support</font></li>
                                </ul>
                                <p align=3D"center">
                                <font size=3D"4" color=3D"#CC0000"><b>
                                <a =
href=3D"http://www.assurancehosting.com/domains/Default.asp?ref=3DC1720AH=
">
                                <font color=3D"#CC0000" size=3D"4" =
face=3D"Arial">Go=20
                                Register</font></a></b><font =
face=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;
                                </font><b>
                                <a =
href=3D"http://www.assurancedomains.com/transfer.asp">
                                <font size=3D"4" color=3D"#CC0000" =
face=3D"Arial">Go=20
                                Transfer</font></a></b></font></p>
                                <ul>
                                  <li>
                                <p align=3D"left"><font =
face=3D"Arial"><b>Search=20
                                Engine Submission Service<br>
                                <font color=3D"#CC0000">As little as 2 =
cents per=20
                                submission!</font></b><br>
&nbsp; 30 Search Engine submissions per month:&nbsp; $15 / year<br>
                                  100 Search Engine submissions per =
month:&nbsp;=20
                                $25 / year<br>
                                  We submit your website to our list of =
the most visited Search=20
                                Engines.&nbsp; We help to maximize your =
exposure and=20
                                drive more traffic to your site.&nbsp; =
For a=20
                                list of the search engines that we =
regularly=20
                                submit to,
                                </font>
                                <font face=3D"Arial">
                                <a target=3D"_blank" =
href=3D"http://www.assurancehosting.com/resources/searchpromotion.asp">cl=
ick here</a>.<br>
&nbsp;</font></p>
                                  </li>
                                  <li><font face=3D"Arial"><b>EMAIL <br>
                                  <font color=3D"#CC0000">As little as =
10 cents=20
                                  per email box per month!</font><br>
                                  </b>10 email boxes on your domain for =
$12 /=20
                                  year<br>
                                  At this price, why have a generic =
email=20
                                  address?&nbsp; Define your identity =
with your=20
                                  customized email on your domain.&nbsp; =
No=20
                                  website required.&nbsp; Web-based =
management.=20
                                  Premium Features included at no extra =
cost:&nbsp;=20
                                  unlimited aliases, redirection, auto=20
                                  responders, catch-all,=20
                                  processing rules, 10 MB =
storage.<b><br>
&nbsp;</b></font></li>
                                </ul>
								</td>
							</tr>
                            <tr>
								<td class=3D"newstext">
                                <p align=3D"center">
                                <i><font size=3D"2" face=3D"Arial">To be =
removed from our mailing=20
                                list,<br>
                                <a =
href=3D"http://www.adrunners.com/removeEmailId.asp?id=3D276503">click =
here</a> or REPLY with &quot;REMOVE&quot; in the subject =
line.</font></i></td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
			<br>
			<a =
href=3D"http://www.assurancehosting.com/Domains/Default.asp?ref=3DC1720AH=
">
            <img src=3D"Aahst44.gif" border=3D"0" width=3D"468" =
height=3D"60"></a><a =
href=3D"http://www.assurancehosting.com/Domains/Default.asp"><br>
				<br>
			</a><font size=3D"1" =
face=3D"Arial,Helvetica,Geneva,Swiss,SunSans-Regular" =
color=3D"#f5f5f5">&copy;1996-2000Resource Connection, Inc<br>
				All rights reserved<br>
			</font>
			<p></p>
		</div>
	</body>

</html>
------=_NextPart_001_017D_01C2C71D.86FA8820--

------=_NextPart_000_017C_01C2C71D.86FA8820
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Disposition: attachment
Content-Location: Logo.gif

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
SgYzqqzp2q5hMHhL567yagWQ2gVBAAA7

------=_NextPart_000_017C_01C2C71D.86FA8820
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Disposition: attachment
Content-Location: serious.gif

R0lGODlhCAEeALMAAI6vxsfX4mSRsTpzm+Pr8VaHqYClv/H1+Eh9otXh6qvD1HKbuLnN2525zf//
/yxplCH5BAAAAAAALAAAAAAIAR4AAAT/8MlJq7046827/2AojmRpnmiqrmzrvnAsz3Rt33iu73zv
xwPBQLQY/jSDwqR4xCVPBWMzUyAEHIaQAwBzVLwiQWCynXoADsehMRKfAgJzhhCvSjvMF5jcHkvy
choAXAMJXCFuJnCBF3t3DwVCFghKFkEIH5KNXxWXnXETiRgCmJ+lGgian48WkYKHohwCSrGQoK2q
EouMFQlZnQFWB78PAQAJCsW3aAEHDEaxi4UJBMQUexLYzM5GBQfBSmhpuqAOVc3WzAQNgxcDDN9l
EmIGwpWtCQng2BPtDwYM+PQ79GDBN30L/ECitm/CgGDoyKQhyKvggVsSGCR7gICOLgJG/3YtSFBK
AZsH0eIASFbAmsCXI0ueZJDFQCVRuxwkUDKAQCkDJCUoIEBxQgMFQwotmEcgwZAqGHxJKJCAn4R2
VZZmo+CvY6V6ColOrTpBo4SOt3ZVnGAAy4SOFBYELEZwl0cJAw5gSvlgpQYHAQIH3nP3QV5MAVzi
LEeswa/CD8RWQHBAigAC8xycClrBgMJ/Vvum0XlK2yEFFBn48Uyh7VnMS+YqW1thgQNQAIgOGnSA
3IRFUCmgRvl5EeWi1wQoVw4m+IThBjEuziYFK2yjyP1SIEArAQW1Za0NCN1uQG4jpiXojeuHJoXx
V3Xv7u2bdmvYAIzt9qd2Ua12fEFCwP8zm1wzz2d9HWLAAQRN90B6/2VXlH/FYVTfS1zV9Ut6D1aQ
CHgd9qXffr9ZaF8CKp1kQX91XCcUFwEaZkiBAjn34gTegOJgejY+MFwF2k3AHXHfmeieQ+QR5A+H
6y3RnjUIgAGAiiuaGMgCt6DIkYsCHMKiBD5th0lP291Ry1YGgnlKZGv6s2OGYN6SF3JwvQVbjGx9
5poF/vj4C2c+avWjUKt9hsZrFHRZon1APXWdWZBcdOEujQq1EV1X+bFAOJem+VKlPm4EwBCJHbho
iFfBIikC+SAXKl5SEXnqe5JVkeRVlV01lzfd3LWgQgEg1RdZGW2U46xrNfDNAfc8JAy/MV/iGgyB
UzVFzVfCrIkhqn19M6ARDVgbCrDlwPlHVQQs0Od7DAjTYIUXUNUUd+SNFkCzEA0T1wEMJeSQAgc4
gJQj+VoDYkWpsBIJKxl4YoFyq5Dg8FtWevAEBQxodUHCJbhCwsIXzFJBFBRQNXIu9qXMQ2G8qswB
a2W56vLMO3iDGsAa04zBUINYofPPPgxgwCDaAj3yIDkbrfTSTDft9NNQRy311FRXbfXVWGet9dZc
d+3112CHLfbYZJftQQQAOw==

------=_NextPart_000_017C_01C2C71D.86FA8820
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Disposition: attachment
Content-Location: newsbg.gif

R0lGODlhAQAGAIAAAOrp6fTy8iH5BAAAAAAALAAAAAABAAYAAAIDTGBQADs=

------=_NextPart_000_017C_01C2C71D.86FA8820
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Disposition: attachment
Content-Location: Aahst24V.gif

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
AAA7

------=_NextPart_000_017C_01C2C71D.86FA8820
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Disposition: attachment
Content-Location: Aahst44.gif

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

------=_NextPart_000_017C_01C2C71D.86FA8820--

From eopl-teachers-request Mon Feb 10 15:02:56 2003
Return-Path: <eopl-teachers-request>
Received: from unknown (cr216725765.cable.net.co [216.72.57.65])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.48) with SMTP id h1AK2pr19211
	for <eopl-teachers@cs.indiana.edu>; Mon, 10 Feb 2003 15:02:51 -0500 (EST)
From: <Dont_miss_printsupplies12@hotmail.com>
To: eopl-teachers@cs.indiana.edu
Subject: [SPAM:##### 94%] LASER PRINTER, COPIER, & FAX SUPPLIES.
Date: mar, 11 feb 2003 03:02:36
Message-Id: <545.550029.569561@unknown>
Mime-Version: 1.0
Content-Type: text/html; charset="us-ascii"
X-Perlmx-Spam: Gauge=XXXXXXXXXIIII, Probability=94%, Report=ACCEPT_CREDIT_CARDS, ASKS_BILLING_ADDRESS, BAD_CREDIT, BIG_FONT, CALL_FREE, CTYPE_JUST_HTML, FORGED_HOTMAIL_RCVD, FROM_ENDS_IN_NUMS, FRONTPAGE, HTML_50_70, HTML_FONT_COLOR_BLUE, HTML_FONT_COLOR_MAGENTA, HTML_FONT_COLOR_NAME, HTML_FONT_COLOR_RED, HTML_FONT_COLOR_UNKNOWN, HTML_FONT_COLOR_YELLOW, HTML_FONT_FACE_ODD, INVALID_DATE, LINES_OF_YELLING, LINES_OF_YELLING_2, MAILTO_LINK, MAILTO_TO_SPAM_ADDR, NORMAL_HTTP_TO_IP, NO_REAL_NAME, ORDER_NOW, SATISFACTION, SAVE_MONEY, SAVE_UP_TO, SPAM_PHRASE_08_13, SUBJ_ALL_CAPS, SUBJ_REMOVE, TONER, WEB_BUGS, __CTYPE_IS_HTML, __EVITE_CTYPE


<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>GT TONER SUPPLIES Laser printer and computer supplies 1</title>
</head>

<body>

<p align="center"><a href="mailto:gtts002@cable.net.co"><font color="#000080" size="4" face="Arial"><b>GT
TONER SUPPLIES<br>
Laser printer and computer supplies<br>
<u>1-888</u></b></font></a><b><font color="#000080" size="4" face="Arial"><u>-662-2256</u></font></b><a href="mailto:gtts002@cable.net.co"><font color="#000080" size="4" face="Arial"><b><br>
<u>1-866</u></b></font></a><b><font color="#000080" size="4" face="Arial"><u>-237-7397</u></font></b><p align="center"><font size="2" face="Arial">&nbsp;<img border="0" height="72" src="http://64.95.118.51/images/opti/69/8a/658160-elec_lg-resized200.jpg" width="77"><img border="0" height="69" src="http://images.google.com/images?q=tbn:tGi25bBGM4oC:datadevices.home.mindspring.com/4000printer.jpg" width="81"><b><i><font color="#808000" face="Arial" size="4">
<hr>
</font></i></b></font>
<p align="center"><b><font color="#808000" size="4" face="Arial">Save
up to 40% from retail price on laser printer toner cartridges,<br>
copier and fax cartridges</font></b></p>
<font face="Arial" size="2"><b>
<hr>
</b></font>
<p align="center"><b><a href="readygtts1.htm#prices"><font color="#0000ff" size="3" face="Arial"><span style="background-color: #FFFF00">CHECK
OUT OUR GREAT PRICES AT THE BOTTOM !</span></font></a></p>
</b>
<p align="left"><b><i><font color="#80000" size="3" face="Arial">If
you received this email on error, please reply to <a href="mailto:gtts002@cable.net.co">gtts002@cable.net.co</a> with
subject: REMOVE... sorry for the inconvenience.</font>
</i><p align="left"><font color="#808000" size="4" face="Arial">Please
forward to the person responsible for purchasing your laser printer supplies</font></p>
<ul>
  <li>
    <p align="left"><font color="#808000" face="Arial" size="4">Order
    by phone: </font><font size="4"><font color="#000080">Toll free </font><font color="#808000">1-866-237-7397</font></font></b>&nbsp;&nbsp;
    <b><font size="4"><font color="#000080">Toll free </font><font color="#808000">1-888-662-2256</font></font></li>
<li>
  <p align="left"><font size="4" face="Arial"><font color="#808000">Order
  by email:&nbsp; </font><font color="#0000ff"><a href="mailto:gtts002@cable.net.co">gtts002@cable.net.co</a></font><font color="#808000">&nbsp;
  subject: </font><font color="#000080">ORDER</font></font></li>
</ul>
</b>
  <p align="left"><b><font size="2" face="Arial"><font color="#000080" size="4">University</font>
  <font size="2">and/or </font><font color="#000080" size="4">School</font><font size="3">
  </font><font size="2">purchase orders WELCOME. (no credit approval required)<br>
  Pay by check, c.o.d, or purchase order (net 30 days).</font></font>
<p><font color="#000080" size="3" face="Arial">WE ACCEPT ALL MAJOR
CREDIT CARDS!</font></p>
<p><a href="readygtts1.htm#color"><font size="3" face="Arial">New! HP
4500/4550 series color cartridges in stock!</font></a></p>
<p align="left"><font color="#808000" size="2" face="Arial">Our
cartridge prices are as follows:<br>
(please order by item number)</font></p>
  <p align="left"><font color="#000000" face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Hewlett Packard<a name="prices"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Price</font></p>
  <p align="left"><tt><font color="#000000"><font size="2">1 -- 92274A Toner
  Cartridge for LaserJet 4L, 4ML, 4P, 4MP ------------------------$47.50<br>
  </font><span style="BACKGROUND-COLOR: #c4c4a6"><font size="2">2 -- C4092A
  Black Toner Cartridge for LaserJet 1100A, ASE, 3200SE-----------------$45.50<br>
  </font></span><font size="2">2A - C7115A Toner Cartridge For HP LaserJet 1000,
  1200, 3330 ---------------------$55.50<br>
  <span style="BACKGROUND-COLOR: #c4c4a6">2B - C7115X High Capacity Toner
  Cartridge for HP LaserJet 1000, 1200, 3330 -------$65.50<br>
  </span>3 -- 92295A Toner Cartridge for LaserJet II, IID, III, IIID
  ----------------------$49.50<br>
  <span style="BACKGROUND-COLOR: #c4c4a6">4 -- 92275A Toner Cartridge for
  LaserJet IIP, IIP+, IIIP -------------------------$55.50<br>
  </span>5 -- C3903A Toner Cartridge for LaserJet 5P, 5MP, 6P, 6Pse, 6MP, 6Pxi
  ------------$46.50<br>
  <span style="BACKGROUND-COLOR: #c4c4a6">6 -- C3909A Toner Cartridge for
  LaserJet 5Si, 5SiMX, 5Si Copier, 8000 ------------$92.50<br>
  </span>7 -- C4096A Toner Cartridge for LaserJet 2100, 2200DSE, 2200DTN
  ------------------$72.50<br>
  <span style="BACKGROUND-COLOR: #c4c4a6">8 - C4182X UltraPrecise High Capacity
  Toner Cartridge for LaserJet 8100 Series---$125.50<br>
  </span>9 -- C3906A Toner Cartridge for LaserJet 5L, 5L Xtra, 6Lse, 6L, 6Lxi,
  3100se------$42.50<br>
  <span style="BACKGROUND-COLOR: #c4c4a6">9A - C3906A Toner Cartridge for
  LaserJet 3100, 3150 ------------------------------$42.50<br>
  </span>10 - C3900A Black Toner Cartridge for HP LaserJet 4MV, 4V
  ------------------------$89.50<br>
  <span style="BACKGROUND-COLOR: #c4c4a6">11 - C4127A Black Toner Cartridge for
  LaserJet 4000SE, 4000N, 4000T, 4000TN ------$76.50<br>
  </span>11A- C8061A Black Laser Toner for HP LaserJet 4100, 4100N
  ------------------------$76.50<br>
  <span style="BACKGROUND-COLOR: #c4c4a6">11B- C8061X High Capacity Toner
  Cartridge for LJ4100, 4100N ----------------------$85.50<br>
  </span>11C- C4127X High Capacity Black Cartridge for LaserJet
  4000SE,4000N,4000T,4000TN -$84.50<br>
  <span style="BACKGROUND-COLOR: #c4c4a6">12 - 92291A Toner Cartridge for
  LaserJet IIISi, 4Si, 4SiMX -----------------------$57.50<br>
  </span>13 - 92298A Toner Cartridge for LaserJet 4, 4 Plus, 4M, 4M Plus, 5,
  5se, 5M, 5N --$46.50<br>
  <span style="BACKGROUND-COLOR: #c4c4a6">14 - C4129X High Capacity Black Toner
  Cartridge for LaserJet 5000N ---------------$97.50<br>
  </span>15 - LASERFAX 500, 700 (FX1)
  -----------------------------------------------------$49.00<br>
  <span style="BACKGROUND-COLOR: #c4c4a6">16 - LASERFAX 5000, 7000 (FX2)
  ---------------------------------------------------$54.00<br>
  </span>17 - LASERFAX (FX3)
  --------------------------------------------------------------$49.00<br>
  <span style="BACKGROUND-COLOR: #c4c4a6">18 - LASERFAX (FX4)
  --------------------------------------------------------------$49.00</span></font></font></tt></p>
  <p align="left"><font color="#ff00ff" face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Hewlett Packard - Color<a name="color"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Price</font></p>
  <p align="left"><tt><span style="BACKGROUND-COLOR: #c4c4a6"><font color="#000000" face="Lucida Sans Typewriter" size="2">C1
  -- C4194a Toner Cartridge, Yellow (color lj 4500/4550
  series)------------------ $ 89.50<br>
  </font></span><font color="#000000" face="Lucida Sans Typewriter" size="2">C2
  -- C4193a Toner Cartridge, Magenta (color lj 4500/4550
  series)----------------- $ 89.50<br>
  <span style="BACKGROUND-COLOR: #c4c4a6">C3 -- C4192a toner cartridge, cyan
  (color lj 4500/4550 series)-------------------- $ 89.50<br>
  </span>C4 -- c4191a toner cartridge, black (color lj 4500/4550
  series)------------------- $ 74.50</font></tt></p>
  <p align="left"><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Lexmark&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Price</font></p>
  <p align="left"><tt><font color="#000000" face="Lucida Sans Typewriter" size="2"><span style="BACKGROUND-COLOR: #c4c4a6">19
  - 1380520 High Yield Black Laser Toner for 4019, 4019E, 4028, 4029, 6, 10, 10L
  -- $109.50<br>
  </span>20 - 1382150 High Yield Toner for 3112, 3116, 4039-10+, 4049- Model
  12L,16R, Optra - $109.50<br>
  <span style="BACKGROUND-COLOR: #c4c4a6">21 - 69G8256 Laser Cartridge for Optra
  E, E+, EP, ES, 4026, 4026 (6A,6B,6D,6E)&nbsp; ---- $ 49.00<br>
  </span>22 - 13T0101 High Yield Toner Cartridge for Lexmark Optra E310, E312,
  E312L -------- $ 89.00<br>
  <span style="BACKGROUND-COLOR: #c4c4a6">23 - 1382625 High-Yield Laser Toner
  Cartridge for Lexmark Optra S (4059) ----------- $129.50<br>
  </span>24 - 12A5745 High Yield Laser Toner for Lexmark Optra T610, 612, 614
  (4069) -------- $165.00</font></tt></p>
  <p align="left"><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Epson&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Price</font></p>
  <p align="left"><tt><font color="#000000" face="Lucida Sans Typewriter" size="2"><span style="BACKGROUND-COLOR: #c4c4a6">25
  ---- S051009 Toner Cartridge for Epson EPL7000, 7500, 8000+ - $115.50<br>
  </span>25A --- S051009 LP-3000 PS 7000 --------------------------------
  $115.50<br>
  <span style="BACKGROUND-COLOR: #c4c4a6">26 ---- AS051011 Imaging Cartridge for
  ActionLaser-1000, 1500 -- $ 99.50<br>
  </span>26A --- AS051011 EPL-5000, EPL-5100, EPL-5200 ------------------ $
  99.50<br>
  </font></tt></p>
  <p align="left"><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Panasonic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Price</font></p>
  <p align="left"><tt><span style="BACKGROUND-COLOR: #c4c4a6"><font color="#000000" face="Lucida Sans Typewriter" size="2">27
  ------Nec series 2 models 90 and 95 ---------------------- $109.50<br>
  </font></span></tt></p>
  <p align="left"><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Apple&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;
  Price</font></p>
  <p align="left"><tt><font color="#000000" face="Courier New" size="2"><span style="BACKGROUND-COLOR: #c4c4a6">28
  ---- 2473G/A Laser Toner for LaserWriter Pro 600, 630, LaserWriter 16/600 PS -
  $ 57.50<br>
  </span>29 ---- 1960G/A Laser Toner for Apple LaserWriter Select, 300, 310, 360
  --------- $ 71.50<br>
  <span style="BACKGROUND-COLOR: #c4c4a6">30 ---- M0089LL/A Toner Cartridge for
  Laserwriter 300, 320 (74A) ---------------- $ 52.50<br>
  </span>31 ---- M6002 Toner Cartridge for Laserwriter IINT, IINTX, IISC, IIF,
  IIG (95A) - $ 47.50<br>
  <span style="BACKGROUND-COLOR: #c4c4a6">31A --- M0089LL/A Toner Cartridge for
  Laserwriter LS, NT, NTR, SC (75A) --------- $ 55.50<br>
  </span>32 ---- M4683G/A Laser Toner for LaserWriter 12, 640PS
  -------------------------- $ 85.50<br>
  </font></tt></p>
  <p align="left"><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Canon&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;
  Price</font></p>
  <p><tt><font color="#000000" face="Lucida Sans Typewriter" size="2"><span style="BACKGROUND-COLOR: #c4c4a6">33
  --- Fax CFX-L3500, CFX-4000 CFX-L4500, CFX-L4500IE &amp; IF FX3 ----------- $
  49.50<br>
  </span>33A -- L-250, L-260i, L-300 FX3
  ------------------------------------------ $ 49.50<br>
  <span style="BACKGROUND-COLOR: #c4c4a6">33B -- LASER CLASS 2060, 2060P, 4000
  FX3 --------------------------------- $ 49.50<br>
  </span>34 --- LASER CLASS 5000, 5500, 7000, 7100, 7500, 6000 FX2
  ---------------- $ 49.50<span style="BACKGROUND-COLOR: #c4c4a6"><br>
  34A ---</span></font></tt><span style="background-color: #C4C4A6"><font size="2" face="Lucida Sans Typewriter">LBP-200V, LBP-8 II, IIR, 
            IIIT, IIIR EP-S</font></span><tt><font color="#000000" face="Lucida Sans Typewriter" size="2"><span style="BACKGROUND-COLOR: #c4c4a6">--------------------------- $
  49.50<br>
  </span><span style="BACKGROUND-COLOR: #FFFFFF">35 --- FAX 5000 FX2 ------------------------------------------------------ $
  49.50<br>
  </span><span style="background-color: #C4C4A6">36 --- LASER CLASS 8500, 9000, 9000L, 9000MS, 9500, 9500 MS, 9500 S FX4
  -- $ 49.50</span><span style="BACKGROUND-COLOR: #c4c4a6"><br>
  </span><span style="BACKGROUND-COLOR: #FFFFFF">36A -- Fax L700,720,760,770,775,777,780,785,790, &amp; L3300 FX1 -------------
  $ 49.50<br>
  </span><span style="background-color: #C4C4A6">36B -- L-800, L-900 FX4
  -------------------------------------------------- $ 49.50</span><span style="BACKGROUND-COLOR: #c4c4a6"><br>
  </span><span style="BACKGROUND-COLOR: #FFFFFF">37 --- A30R Toner Cartridge for PC-6, 6RE, 7, 11, 12 --------------------- $
  59.50<br>
  </span><span style="background-color: #C4C4A6">38 --- E-40 Toner Cartridge for PC-720, 740, 770, 790,795, 920, 950,
  980 - $ 85.50</span><span style="BACKGROUND-COLOR: #c4c4a6"><br>
  </span><span style="BACKGROUND-COLOR: #FFFFFF">38A -- E-20 Toner Cartridge for PC-310, 325, 330, 330L, 400, 420, 430 ---- $
  85.50<br>
  </span></font></tt></p>
  <p><font face="Lucida Sans Typewriter" size="3">Item&nbsp;&nbsp; Xerox&nbsp;&nbsp;&nbsp;
  Price</font></p>
  <p><tt><font color="#000000" face="Lucida Sans Typewriter" size="2"><span style="BACKGROUND-COLOR: #c4c4a6">39
  ---- 6R900 75A ---- $ 55.50<br>
  </span>40 ---- 6R903 98A ---- $ 46.50<span style="BACKGROUND-COLOR: #c4c4a6"><br>
  41 ---- 6R902 95A ---- $ 49.50<br>
  </span>42 ---- 6R901 91A ---- $ 65.50<span style="BACKGROUND-COLOR: #c4c4a6"><br>
  43 ---- 6R908 06A ---- $ 42.50<br>
  </span>44 ---- 6R899 74A ---- $ 47.50<span style="BACKGROUND-COLOR: #c4c4a6"><br>
  45 ---- 6R928 96A ---- $ 72.50<br>
  </span>46 ---- 6R926 27X ---- $ 84.50<span style="BACKGROUND-COLOR: #c4c4a6"><br>
  47 ---- 6R906 09A ---- $ 92.50<br>
  </span>48 ---- 6R907 4MV ---- $ 89.50<span style="BACKGROUND-COLOR: #c4c4a6"><br>
  49 ---- 6R905 03A ---- $ 46.50</span></font></tt></p>
<p align="center"><font face="Arial" size="4"><span style="background-color: #FFFF00"><font color="#800000">call
toll free </font><font size="3" color="#808000">1-866-237-7397</font></span></font></p>
<i><font face="Arial" size="2" color="#808000">
<hr>
</font></i>
<p align="center"><font color="#808000" size="3" face="Arial">30 Day
unlimited warranty included on all products<br>
GT Toner Supplies guarantees these cartridges to be free from defects in
workmanship and material.</font><i><font face="Arial" size="2">
<hr>
</font></i>
<p align="left"><font color="#0000ff" size="3" face="Arial">We look
forward in doing business with you.</font></p>
<p align="left"><font size="2" face="Arial"><font color="#0000ff" size="3">Customer&nbsp;
Satisfaction guaranteed</font> <font color="#0000ff" size="3">!</font></font></p>
<p><font face="Arial"><font size="2">I<font color="#000080">f you are
ordering by e-mail (subject:order) or c.o.d. please fill out an order<br>
form with the following information:</font><font color="#808000">&nbsp;&nbsp;&nbsp;</font><font color="#000080">
</font>&nbsp;&nbsp;&nbsp;<font color="#000080">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#0000ff">
</font><font color="#808000">&nbsp;</font><font color="#000080"><br>
<br>
</font><font color="#808000">phone number<br>
company name<br>
first and last name<br>
street address<br>
city, state zip code&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></font><font size="4"><font color="#808000">Order
Now</font><font color="#000080"> call toll free </font><font color="#808000">1-866-237-7397</font></font><font size="2"><font color="#808000"><br>
<br>
</font><font color="#000080">If you are ordering by purchase order please fill
out an order form<br>
with the following information:&nbsp;&nbsp;&nbsp; </font>&nbsp;&nbsp;&nbsp;<font color="#000080">&nbsp;&nbsp;&nbsp;&nbsp;</font></font></font></p>
<p><font face="Arial"><font color="#808000" size="2">purchase
order number<br>
phone number<br>
company or school name<br>
shipping address and billing address<br>
city, state zip code&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><font size="4"><font color="#808000">Order
Now</font> <font color="#000080">call toll free </font><font color="#808000">1-866-237-7397</font></font></font></p>
<p align="left"><font color="#800000" size="2" face="Arial">All trade
marks and brand names listed above are property of the respective<br>
holders and used for descriptive purposes only.</font></p>
</b>

</body>

</html>

From eopl-teachers-request Mon Feb 10 21:56:22 2003
Return-Path: <eopl-teachers-request>
Received: from lsanca2-ar32-4-63-022-226.lsanca2.dsl-verizon.net (lsanca2-ar32-4-63-022-226.lsanca2.dsl-verizon.net [4.63.22.226])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.48) with SMTP id h1B2ttr14953;
	Mon, 10 Feb 2003 21:55:57 -0500 (EST)
Received: from 6aegnp5q9hw [81.60.84.243] by lsanca2-ar32-4-63-022-226.lsanca2.dsl-verizon.net with ESMTP id GBNCXME; Mon, 10 Feb 03 21:45:24 +0400
Received: from xrb..ma2 [122.210.59.42] by 81.60.84.243 with ESMTP id SBXOGQ; Mon, 10 Feb 03 21:41:24 +0400
Message-ID: <r40$7y-5if949-w-yt9@uim.wx>
From: "Oliver Burke" <otc@yahoo.com>
To: eopl-teachers@cs.indiana.edu
Subject: [SPAM:#### 87%] Growth Stock (VMPG) krqy s b
Date: Mon, 10 Feb 03 21:41:24 GMT
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: eGroups Message Poster
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="B3.6B6.8D.._C_..6"
X-Perlmx-Spam: Gauge=XXXXXXXXIIIIIII, Probability=87%, Report=CLICK_BELOW, CLICK_HERE_LINK, DATE_IN_FUTURE_03_06, DISCLAIMER, FORGED_YAHOO_RCVD, FRONTPAGE, MAILTO_LINK, MAILTO_TO_REMOVE, MAILTO_WITH_SUBJ, MAILTO_WITH_SUBJ_REMOVE, MISSING_MIMEOLE, MISSING_OUTLOOK_NAME, NO_COST, RATWARE_EGROUPS, SPAM_PHRASE_05_08, STOCK_ALERT, SUBJ_REMOVE, US_DOLLARS_2, __EVITE_CTYPE, __HAS_MSMAIL_PRI, __HAS_X_MAILER, __HAS_X_PRIORITY

This is a multi-part message in MIME format.

--B3.6B6.8D.._C_..6
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-mic=
rosoft-com:office:office" xmlns=3D"http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=3D"Content-Language" content=3D"en-us">
<meta name=3D"GENERATOR" content=3D"Microsoft FrontPage 5.0">
<meta name=3D"ProgId" content=3D"FrontPage.Editor.Document">
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dwindows-=
1252">
<link rel=3D"File-List" href=3D"OTC-VMGP-a_files/filelist.xml">
<title>Venture Music Group Inc</title>
<style>
<!--
p
	{margin-right:0in;
	margin-left:0in;
	font-size:12.0pt;
	font-family:"Times New Roman";
	}
h1
	{margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:16.0pt;
	font-family:Arial;
	color:blue;
	font-weight:normal; margin-left:0in; margin-right:0in; margin-top:0in}
 p.MsoNormal
	{mso-style-parent:"";
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";
	margin-left:0in; margin-right:0in; margin-top:0in}
 table.MsoNormalTable
	{mso-style-parent:"";
	font-size:10.0pt;
	font-family:"Times New Roman"}
-->
</style>
<!--[if !mso]>
<style>
v\:*         { behavior: url(#default#VML) }
o\:*         { behavior: url(#default#VML) }
.shape       { behavior: url(#default#VML) }
div.Section1
	{page:Section1;}
span.GramE
	{}
span.SpellE
	{}
</style>
<![endif]--><!--[if gte mso 9]>
<xml><o:shapedefaults v:ext=3D"edit" spidmax=3D"1027"/>
</xml><![endif]-->
</head>

<body>

<h1>Venture Music Group Inc.=FFFFFF92s Catalog Worth $25 Million</h1>
<p class=3D"MsoNormal"><span style=3D"font-family: Arial; font-weight: 700=
">OTC: BB 
VMGP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last Close: $0.18 per share&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp; </span></p>
<p class=3D"MsoNormal"><span style=3D"font-family: Arial">I<font size=3D"2=
">n 1994, 
Grammy-winning producer/arranger/conductor/songwriter<br>
Tony Camillo and multi-Platinum promoter/international licensing specialis=
t<br>
Gene Serina formed <strong><i>Venture Music Group</i></strong><b><i>, Inc.=
</i></b> 
bringing together an impressive<br>
catalog of recordings by many top artists such as, Gladys Knight, Dionne 
Warwick, The Fifth Dimension, Vanessa Williams, Freda Payne, to name a few=
.</font></span></p>
<p style=3D"margin-left: 0in; margin-right: 0in; margin-top: 0in; margin-b=
ottom: .0001pt">
<span style=3D"font-family: Arial"><font size=3D"2">&nbsp;</font></span></=
p>
<p class=3D"MsoNormal"><span style=3D"font-family: Arial"><font size=3D"2"=
>Today the 
company is firmly established in the $14 billion wholesale music marketpla=
ce, 
licensing numerous properties domestically and internationally. <strong><i=
>
<span style=3D"font-family: Arial; font-weight: normal">VMG</span></i></st=
rong> is 
headquartered in the New York City area and its recording facility, <em>TC=
 
Studios</em>, is located in nearby Hillsborough, New Jersey.</font></span>=
</p>
<p style=3D"margin-left: 0in; margin-right: 0in; margin-top: 0in; margin-b=
ottom: .0001pt">
<font size=3D"2">&nbsp;</font></p>
<table class=3D"MsoNormalTable" border=3D"0" cellspacing=3D"0" cellpadding=
=3D"0" width=3D"100%" style=3D"width: 100.0%">
  <tr>
    <td valign=3D"top" style=3D"padding: 0in">
    <table class=3D"MsoNormalTable" border=3D"0" cellspacing=3D"0" cellpad=
ding=3D"0" width=3D"100%" style=3D"width: 100.0%">
      <tr>
        <td style=3D"padding: .75pt">
        <p class=3D"MsoNormal"><span style=3D"font-family: Arial"><font si=
ze=3D"2">
        VMGP has become a multifaceted entertainment company under which s=
everal 
        record labels have been incorporated. The principal business of th=
e 
        company is to locate talented musical artists; to obtain the exclu=
sive 
        right to record those artists' performances for a fixed term; to u=
se 
        such right to create master records (&quot;masters&quot;) featurin=
g those 
        performances; to use artists' masters to manufacture CDs and music=
 
        videos; to sell those CDs and videos to the consuming public throu=
gh a 
        distribution system and to acquire and exploit related rights, suc=
h as 
        publishing and merchandising. VMGP has a large catalog of pre-rele=
ased 
        and never-before released recorded masters of well-known artists. =
VMGP 
        also plans to expand the present catalog. There is a ready market =
for
        </font></span></p>
        <p class=3D"MsoNormal"><span style=3D"font-family: Arial"><font si=
ze=3D"2">
        product of this nature. This allows for a substantial profit, with=
 
        little or no cost.&nbsp; In it February 6, 2003 press release mana=
gement 
        stated that an independent appraisal firm recently valued its Cata=
log at 
        approximately $25 million. </font></span></p>
        <p class=3D"MsoNormal"><span style=3D"font-family: Arial"><font si=
ze=3D"2">&nbsp;</font></span></p>
        <p class=3D"MsoNormal"><span style=3D"font-family: Arial; color: b=
lack">
        <font size=3D"2">The Company has an Internet presence&nbsp;<a href=
=3D"http://www.VMGmusic.com/" style=3D"color: blue; text-decoration: under=
line; text-underline: single">http://www.VMGmusic.com</a>&nbsp;and 
        is developing other avenues of opportunities for sales and marketi=
ng of 
        music and related products through the Internet and expanding its =

        promotion, production and recording services to the entertainment =
and 
        music markets.</font></span><span style=3D"font-size: 10.0pt; font=
-family: Verdana; color: black">
        </span></p>
        <p class=3D"MsoNormal"><span style=3D"font-family: Arial; color: b=
lack">
        <font size=3D"2">&nbsp;</font></span></p>
        <p class=3D"MsoNormal"><span style=3D"font-family: Arial; color: b=
lack">
        <font size=3D"2">Revenue and earnings for the year could reach the=
 $4 
        million range that would yield profits in the range of $.04 to $.0=
8 per 
        share.&nbsp; </font></span><span style=3D"font-family: Arial; colo=
r: blue">
        <font size=3D"2">We would expect significant price appreciation! <=
/font>
        </span><span style=3D"font-family: Arial; font-weight: 700">
        <font size=3D"2">OTC: BB VMGP&nbsp;&nbsp;&nbsp;&nbsp;Last Close: $=
0.18 per share</font></span></td>
      </tr>
    </table>
    <p class=3D"MsoNormal">&nbsp;</td>
    <td style=3D"padding: 0in">
    <p class=3D"MsoNormal"><font size=3D"2"><!--[if gte vml 1]><v:shapetyp=
e id=3D"_x0000_t75"
 coordsize=3D"21600,21600" o:spt=3D"75" o:preferrelative=3D"t" path=3D"m@4=
@5l@4@11@9@11@9@5xe"
 filled=3D"f" stroked=3D"f">
 <v:stroke joinstyle=3D"miter"/>
 <v:formulas>
  <v:f eqn=3D"if lineDrawn pixelLineWidth 0"/>
  <v:f eqn=3D"sum @0 1 0"/>
  <v:f eqn=3D"sum 0 0 @1"/>
  <v:f eqn=3D"prod @2 1 2"/>
  <v:f eqn=3D"prod @3 21600 pixelWidth"/>
  <v:f eqn=3D"prod @3 21600 pixelHeight"/>
  <v:f eqn=3D"sum @0 0 1"/>
  <v:f eqn=3D"prod @6 1 2"/>
  <v:f eqn=3D"prod @7 21600 pixelWidth"/>
  <v:f eqn=3D"sum @8 21600 0"/>
  <v:f eqn=3D"prod @7 21600 pixelHeight"/>
  <v:f eqn=3D"sum @10 21600 0"/>
 </v:formulas>
 <v:path o:extrusionok=3D"f" gradientshapeok=3D"t" o:connecttype=3D"rect"/=
>
 <o:lock v:ext=3D"edit" aspectratio=3D"t"/>
</v:shapetype><v:shape id=3D"_x0000_s1025" type=3D"#_x0000_t75" alt=3D"" s=
tyle=3D'width:3.75pt;
 height:.75pt'>
 <v:imagedata src=3D"OTC-VMGP-a_files/image001.png" o:href=3D"http://www.c=
eocast.com/pics3/shim.gif"/>
</v:shape><![endif]--><![if !vml]><img border=3D0 width=3D5 height=3D1
src=3D"OTC-VMGP-a_files/image002.gif" v:shapes=3D"_x0000_s1025"><![endif]>=
</font></td>
  </tr>
</table>
<p class=3D"MsoNormal"><font face=3D"Times New Roman" size=3D"2">
<span style=3D"font-size: 10pt"><b>DISCLAIMER:</b><br>
</span></font><font face=3D"Arial" size=3D"1">
<span style=3D"font-size: 7.5pt; font-family: Arial">Information within th=
is email 
contains &quot;forward looking statements&quot; within the meaning of Sect=
ion 27A of the 
Securities Act of 1933 and Section 21B of the Securities Exchange Act of 1=
934. 
Any statements that express or involve discussions with respect to predict=
ions, 
expectations, beliefs, plans, projections, objectives, goals, assumptions =
or 
future events or performance are not statements of historical fact and may=
 be 
&quot;forward looking statements<span class=3D"GramE">. &quot;</span>Forwa=
rd looking 
statements are based on expectations, estimates and projections at the tim=
e the 
statements are made that involve a number of risks and uncertainties which=
 could 
cause actual results or events to differ materially from those presently 
anticipated. Forward looking statements in this action may be identified t=
hrough 
the use of words such as &quot;projects&quot;, &quot;foresee&quot;, &quot;=
expects&quot;, &quot;will,&quot; 
&quot;anticipates,&quot; &quot;estimates,&quot; &quot;believes,&quot; &quo=
t;understands&quot; or that by statements 
indicating certain actions &quot;may,&quot; &quot;could,&quot; or &quot;mi=
ght&quot; occur. As with many
<span class=3D"SpellE">microcaps</span>, today's featured company has fact=
ors that 
raise substantial doubt about its ability to continue as a going concern. =

Furthermore, the company has a large accumulated deficit since its incepti=
on and 
a substantial negative net worth. An investment in today's featured compan=
y is 
considered to be highly speculative and should not be considered unless a =
person 
can afford a complete loss of investment. All information provided within =
this 
email pertaining to investing, stocks, securities must be understood as 
information provided and not investment advice. OTC Vault advises all read=
ers to 
seek advice from a registered professional securities representative befor=
e 
deciding to trade in stocks featured within this email. None of the materi=
al 
within this report shall be construed as any kind of investment advice or =

solicitation. The publisher of Growth Stock Alert is not a registered inve=
stment 
advisor. Subscribers should not view information herein as legal, tax, 
accounting or investment advice. All information within this email is qual=
ified 
in its entirety by the detailed information and financial statements of th=
e 
featured company contained in its regulatory filings with the SEC. End-Use=
rs are 
responsible for verifying all claims and conducting their own due diligenc=
e. Any
<span class=3D"GramE">reference to past performance of companies are</span=
> 
specially selected to be referenced based on the favorable performance of =
these 
companies. You would need perfect timing to achieve the results in the exa=
mples 
given. There can be no assurance of that happening. Remember, as always, p=
ast 
performance is never indicative of future results and a thorough due dilig=
ence 
effort, including a review of a company's filings, should be completed pri=
or to 
investing. Past performance is never indicative of future results. This em=
ail 
message may contain references or links to web sites operated by third par=
ties. 
Such references or links are provided for the reader's reference and conve=
nience 
only. We are not responsible for the reliability of these external sites n=
or are 
we responsible for any of the contents, advertising, products, or other 
materials on such external sites. Our inclusion of references or links to =
such 
web sites does not imply any endorsement of the material on such web sites=
 or 
any association with their operators. Under no circumstances shall we be h=
eld 
responsible or liable, directly or indirectly, for any loss or damage caus=
ed or 
alleged to have been caused in connection with the use of or reliance on a=
ny 
content, goods, or services available on such external site. In compliance=
 with 
the Securities Act of 1933, Section17(b), OTC vault discloses the receipt =
of one 
hundred thousand free trading shares of VMPG from a third party not an off=
icer, 
director or affiliate shareholder for the publication of this report. Be a=
ware 
of an inherent conflict of interest resulting from such compensation due t=
o our 
intent to profit from the liquidation of these shares. Part or all of this=
 
position may be sold at any time, even after positive statements have been=
 made 
regarding the above company. All factual information in this report was ga=
thered 
from public sources, including but not limited to SEC filings and Company =
Press 
Releases. Growth Stock Alert believes this information to be reliable but =
can 
make no guarantee as to its accuracy or completeness. Use of the material =
within 
this email constitutes your acceptance of these terms.</span></font><font =
face=3D"Verdana" size=3D"1"><span style=3D"font-size: 7.5pt; font-family: =
Verdana"><br>
</span></font><font face=3D"Verdana" size=3D"2"><span style=3D"font-family=
: Verdana">
If you wish to unsubscribe from our mailing list, please
<a style=3D"color: blue; text-decoration: underline; text-underline: singl=
e" href=3D"mailto:votersurvey@ij.net?subject=3DREMOVE">Click Here</a> or w=
rite to us at: OTC Vault, P.O. Box 46664, St. Pete Beach, FL 
33743</span></font></p>

</body>

</html>
ldsfu
yir
ahx  icvi to  vpjj vhzwkejhibgvhuuvuiix
--B3.6B6.8D.._C_..6--


From eopl-teachers-request Sat Feb 15 18:45:06 2003
Return-Path: <eopl-teachers-request>
Received: from chetopaschools.org (chetopaschools.org [216.61.247.161])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.48) with SMTP id h1FNijZ20414;
	Sat, 15 Feb 2003 18:44:46 -0500 (EST)
Received: from o8u6.6k [18.106.60.221] by chetopaschools.org with ESMTP id MZYDIDR; Sat, 15 Feb 03 18:43:53 +0400
Received: from 1m9s5y0vh [27.100.25.29] by 18.106.60.221 with ESMTP id CSJDVPIGK; Sat, 15 Feb 03 18:31:53 +0400
Message-ID: <4w3d-xa-y591904@jyt.9u0lmqd>
From: "Norma Estrada" <otcvault@msn.com>
To: ekisling@cs.indiana.edu
Subject: [SPAM:#### 83%] Venture Music Group (VMGP) o  ad tcazpbimisdnj
Date: Sat, 15 Feb 03 18:31:53 GMT
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: AOL 7.0 for Windows US sub 118
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="B5DA.AEE_B5"
X-Perlmx-Spam: Gauge=XXXXXXXXIII, Probability=83%, Report=CLICK_BELOW, CLICK_HERE_LINK, DATE_IN_FUTURE_03_06, DISCLAIMER, FRONTPAGE, MAILTO_LINK, MAILTO_TO_REMOVE, MAILTO_TO_SPAM_ADDR, MAILTO_WITH_SUBJ, MAILTO_WITH_SUBJ_REMOVE, MISSING_MIMEOLE, MISSING_OUTLOOK_NAME, NO_COST, SPAM_PHRASE_05_08, STOCK_ALERT, SUBJ_REMOVE, USER_AGENT_AOL, US_DOLLARS_2, __EVITE_CTYPE, __HAS_MSMAIL_PRI, __HAS_X_MAILER, __HAS_X_PRIORITY

This is a multi-part message in MIME format.

--B5DA.AEE_B5
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-mic=
rosoft-com:office:office" xmlns=3D"http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=3D"Content-Language" content=3D"en-us">
<meta name=3D"GENERATOR" content=3D"Microsoft FrontPage 5.0">
<meta name=3D"ProgId" content=3D"FrontPage.Editor.Document">
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dwindows-=
1252">
<link rel=3D"File-List" href=3D"OTC-VMGP-a_files/filelist.xml">
<title>Venture Music Group Inc</title>
<style>
<!--
p
	{margin-right:0in;
	margin-left:0in;
	font-size:12.0pt;
	font-family:"Times New Roman";
	}
h1
	{margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:16.0pt;
	font-family:Arial;
	color:blue;
	font-weight:normal; margin-left:0in; margin-right:0in; margin-top:0in}
 p.MsoNormal
	{mso-style-parent:"";
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";
	margin-left:0in; margin-right:0in; margin-top:0in}
 table.MsoNormalTable
	{mso-style-parent:"";
	font-size:10.0pt;
	font-family:"Times New Roman"}
-->
</style>
<!--[if !mso]>
<style>
v\:*         { behavior: url(#default#VML) }
o\:*         { behavior: url(#default#VML) }
.shape       { behavior: url(#default#VML) }
div.Section1
	{page:Section1;}
span.GramE
	{}
span.SpellE
	{}
</style>
<![endif]--><!--[if gte mso 9]>
<xml><o:shapedefaults v:ext=3D"edit" spidmax=3D"1027"/>
</xml><![endif]-->
</head>

<body>

<h1>Venture Music Group Inc.=FFFFFF92s Catalog Worth $25 Million</h1>
<p class=3D"MsoNormal"><span style=3D"font-family: Arial; font-weight: 700=
">OTC: BB 
VMGP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last Close: $0.17 per share&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp; </span></p>
<p class=3D"MsoNormal"><span style=3D"font-family: Arial">I<font size=3D"2=
">n 1994, 
Grammy-winning producer/arranger/conductor/songwriter<br>
Tony Camillo and multi-Platinum promoter/international licensing specialis=
t<br>
Gene Serina formed <strong><i>Venture Music Group</i></strong><b><i>, Inc.=
</i></b> 
bringing together an impressive<br>
catalog of recordings by many top artists such as, Gladys Knight, Dionne 
Warwick, The Fifth Dimension, Vanessa Williams, Freda Payne, to name a few=
.</font></span></p>
<p style=3D"margin-left: 0in; margin-right: 0in; margin-top: 0in; margin-b=
ottom: .0001pt">
<span style=3D"font-family: Arial"><font size=3D"2">&nbsp;</font></span></=
p>
<p class=3D"MsoNormal"><span style=3D"font-family: Arial"><font size=3D"2"=
>Today the 
company is firmly established in the $14 billion wholesale music marketpla=
ce, 
licensing numerous properties domestically and internationally. <strong><i=
>
<span style=3D"font-family: Arial; font-weight: normal">VMG</span></i></st=
rong> is 
headquartered in the New York City area and its recording facility, <em>TC=
 
Studios</em>, is located in nearby Hillsborough, New Jersey.</font></span>=
</p>
<p style=3D"margin-left: 0in; margin-right: 0in; margin-top: 0in; margin-b=
ottom: .0001pt">
<font size=3D"2">&nbsp;</font></p>
<table class=3D"MsoNormalTable" border=3D"0" cellspacing=3D"0" cellpadding=
=3D"0" width=3D"100%" style=3D"width: 100.0%">
  <tr>
    <td valign=3D"top" style=3D"padding: 0in">
    <table class=3D"MsoNormalTable" border=3D"0" cellspacing=3D"0" cellpad=
ding=3D"0" width=3D"100%" style=3D"width: 100.0%">
      <tr>
        <td style=3D"padding: .75pt">
        <p class=3D"MsoNormal"><span style=3D"font-family: Arial"><font si=
ze=3D"2">
        VMGP has become a multifaceted entertainment company under which s=
everal 
        record labels have been incorporated. The principal business of th=
e 
        company is to locate talented musical artists; to obtain the exclu=
sive 
        right to record those artists' performances for a fixed term; to u=
se 
        such right to create master records (&quot;masters&quot;) featurin=
g those 
        performances; to use artists' masters to manufacture CDs and music=
 
        videos; to sell those CDs and videos to the consuming public throu=
gh a 
        distribution system and to acquire and exploit related rights, suc=
h as 
        publishing and merchandising. VMGP has a large catalog of pre-rele=
ased 
        and never-before released recorded masters of well-known artists. =
VMGP 
        also plans to expand the present catalog. There is a ready market =
for
        </font></span></p>
        <p class=3D"MsoNormal"><span style=3D"font-family: Arial"><font si=
ze=3D"2">
        product of this nature. This allows for a substantial profit, with=
 
        little or no cost.&nbsp; In it February 6, 2003 press </font></spa=
n></p>
        <p class=3D"MsoNormal"><span style=3D"font-family: Arial"><font si=
ze=3D"2">
        release management stated that an independent appraisal firm recen=
tly 
        valued its Catalog at approximately $25 </font></span></p>
        <p class=3D"MsoNormal"><span style=3D"font-family: Arial"><font si=
ze=3D"2">
        million. </font></span></p>
        <p class=3D"MsoNormal"><span style=3D"font-family: Arial"><font si=
ze=3D"2">&nbsp;</font></span></p>
        <p class=3D"MsoNormal"><span style=3D"font-family: Arial; color: b=
lack">
        <font size=3D"2">The Company has an Internet presence and 
        is developing other avenues of opportunities for sales and marketi=
ng of 
        music and related products through the Internet and expanding its =

        promotion, production and recording services to the entertainment =
and 
        music markets.</font></span><span style=3D"font-size: 10.0pt; font=
-family: Verdana; color: black">
        </span></p>
        <p class=3D"MsoNormal"><span style=3D"font-family: Arial; color: b=
lack">
        <font size=3D"2">&nbsp;</font></span></p>
        <p class=3D"MsoNormal"><span style=3D"font-family: Arial; color: b=
lack">
        <font size=3D"2">Revenue and earnings for the year could reach the=
 $4 
        million range that would yield profits in the range of $.04 to $.0=
8 per 
        share.&nbsp; </font></span><span style=3D"font-family: Arial; colo=
r: blue">
        <font size=3D"2">We would expect significant price appreciation! <=
/font>
        </span><span style=3D"font-family: Arial; font-weight: 700">
        <font size=3D"2">OTC: BB VMGP&nbsp;&nbsp;&nbsp;&nbsp;Last Close: $=
0.17 per share</font></span></td>
      </tr>
    </table>
    <p class=3D"MsoNormal">&nbsp;</td>
    <td style=3D"padding: 0in">
    <p class=3D"MsoNormal"><font size=3D"2"><!--[if gte vml 1]><v:shapetyp=
e id=3D"_x0000_t75"
 coordsize=3D"21600,21600" o:spt=3D"75" o:preferrelative=3D"t" path=3D"m@4=
@5l@4@11@9@11@9@5xe"
 filled=3D"f" stroked=3D"f">
 <v:stroke joinstyle=3D"miter"/>
 <v:formulas>
  <v:f eqn=3D"if lineDrawn pixelLineWidth 0"/>
  <v:f eqn=3D"sum @0 1 0"/>
  <v:f eqn=3D"sum 0 0 @1"/>
  <v:f eqn=3D"prod @2 1 2"/>
  <v:f eqn=3D"prod @3 21600 pixelWidth"/>
  <v:f eqn=3D"prod @3 21600 pixelHeight"/>
  <v:f eqn=3D"sum @0 0 1"/>
  <v:f eqn=3D"prod @6 1 2"/>
  <v:f eqn=3D"prod @7 21600 pixelWidth"/>
  <v:f eqn=3D"sum @8 21600 0"/>
  <v:f eqn=3D"prod @7 21600 pixelHeight"/>
  <v:f eqn=3D"sum @10 21600 0"/>
 </v:formulas>
 <v:path o:extrusionok=3D"f" gradientshapeok=3D"t" o:connecttype=3D"rect"/=
>
 <o:lock v:ext=3D"edit" aspectratio=3D"t"/>
</v:shapetype><v:shape id=3D"_x0000_s1025" type=3D"#_x0000_t75" alt=3D"" s=
tyle=3D'width:3.75pt;
 height:.75pt'>
 <v:imagedata src=3D"OTC-VMGP-a_files/image001.png" o:href=3D"http://www.c=
eocast.com/pics3/shim.gif"/>
</v:shape><![endif]--><![if !vml]><img border=3D0 width=3D5 height=3D1
src=3D"OTC-VMGP-a_files/image002.gif" v:shapes=3D"_x0000_s1025"><![endif]>=
</font></td>
  </tr>
</table>
<p class=3D"MsoNormal"><font face=3D"Times New Roman" size=3D"2">
<span style=3D"font-size: 10pt"><b>DISCLAIMER:</b><br>
</span></font><font face=3D"Arial" size=3D"1">
<span style=3D"font-size: 7.5pt; font-family: Arial">Information within th=
is email 
contains &quot;forward looking statements&quot; within the meaning of Sect=
ion 27A of the 
Securities Act of 1933 and Section 21B of the Securities Exchange Act of 1=
934. 
Any statements that express or involve discussions with respect to predict=
ions, 
expectations, beliefs, plans, projections, objectives, goals, assumptions =
or 
future events or performance are not statements of historical fact and may=
 be 
&quot;forward looking statements<span class=3D"GramE">. &quot;</span>Forwa=
rd looking 
statements are based on expectations, estimates and projections at the tim=
e the 
statements are made that involve a number of risks and uncertainties which=
 could 
cause actual results or events to differ materially from those presently 
anticipated. Forward looking statements in this action may be identified t=
hrough 
the use of words such as &quot;projects&quot;, &quot;foresee&quot;, &quot;=
expects&quot;, &quot;will,&quot; 
&quot;anticipates,&quot; &quot;estimates,&quot; &quot;believes,&quot; &quo=
t;understands&quot; or that by statements 
indicating certain actions &quot;may,&quot; &quot;could,&quot; or &quot;mi=
ght&quot; occur. As with many
<span class=3D"SpellE">microcaps</span>, today's featured company has fact=
ors that 
raise substantial doubt about its ability to continue as a going concern. =

Furthermore, the company has a large accumulated deficit since its incepti=
on and 
a substantial negative net worth. An investment in today's featured compan=
y is 
considered to be highly speculative and should not be considered unless a =
person 
can afford a complete loss of investment. All information provided within =
this 
email pertaining to investing, stocks, securities must be understood as 
information provided and not investment advice. OTC Vault advises all read=
ers to 
seek advice from a registered professional securities representative befor=
e 
deciding to trade in stocks featured within this email. None of the materi=
al 
within this report shall be construed as any kind of investment advice or =

solicitation. The publisher of Growth Stock Alert is not a registered inve=
stment 
advisor. Subscribers should not view information herein as legal, tax, 
accounting or investment advice. All information within this email is qual=
ified 
in its entirety by the detailed information and financial statements of th=
e 
featured company contained in its regulatory filings with the SEC. End-Use=
rs are 
responsible for verifying all claims and conducting their own due diligenc=
e. Any
<span class=3D"GramE">reference to past performance of companies are</span=
> 
specially selected to be referenced based on the favorable performance of =
these 
companies. You would need perfect timing to achieve the results in the exa=
mples 
given. There can be no assurance of that happening. Remember, as always, p=
ast 
performance is never indicative of future results and a thorough due dilig=
ence 
effort, including a review of a company's filings, should be completed pri=
or to 
investing. Past performance is never indicative of future results. This em=
ail 
message may contain references or links to web sites operated by third par=
ties. 
Such references or links are provided for the reader's reference and conve=
nience 
only. We are not responsible for the reliability of these external sites n=
or are 
we responsible for any of the contents, advertising, products, or other 
materials on such external sites. Our inclusion of references or links to =
such 
web sites does not imply any endorsement of the material on such web sites=
 or 
any association with their operators. Under no circumstances shall we be h=
eld 
responsible or liable, directly or indirectly, for any loss or damage caus=
ed or 
alleged to have been caused in connection with the use of or reliance on a=
ny 
content, goods, or services available on such external site. In compliance=
 with 
the Securities Act of 1933, Section17(b), OTC vault discloses the receipt =
of one 
hundred thousand free trading shares of VMPG from a third party not an off=
icer, 
director or affiliate shareholder for the publication of this report. Be a=
ware 
of an inherent conflict of interest resulting from such compensation due t=
o our 
intent to profit from the liquidation of these shares. Part or all of this=
 
position may be sold at any time, even after positive statements have been=
 made 
regarding the above company. All factual information in this report was ga=
thered 
from public sources, including but not limited to SEC filings and Company =
Press 
Releases. Growth Stock Alert believes this information to be reliable but =
can 
make no guarantee as to its accuracy or completeness. Use of the material =
within 
this email constitutes your acceptance of these terms.</span></font><font =
face=3D"Verdana" size=3D"1"><span style=3D"font-size: 7.5pt; font-family: =
Verdana"><br>
</span></font><font face=3D"Verdana" size=3D"2"><span style=3D"font-family=
: Verdana">
If you wish to unsubscribe from our mailing list, please
<a style=3D"color: blue; text-decoration: underline; text-underline: singl=
e" href=3D"mailto:stocker321@hotmail.com?subject=3DREMOVE">Click Here</a> =
or write to us at: OTC Vault, P.O. Box 46664, St. Pete Beach, FL 
33743</span></font></p>

</body>

</html>
hk ssado ilnzhkwjunh  w 
dk
mxl
tlrp rkg iqsvmqsphhpuoo  
 hgoc nm
 a cmqb  votf
--B5DA.AEE_B5--


From eopl-teachers-request Mon Feb 17 04:07:39 2003
Return-Path: <eopl-teachers-request>
Received: from localhost ([67.98.75.49])
	by moose.cs.indiana.edu (8.11.6/8.11.6/IUCS_2.48) with SMTP id h1H97a405582;
	Mon, 17 Feb 2003 04:07:37 -0500 (EST)
Subject: [SPAM:##### 91%] Market and Analysis ( VMGP )
From: amesco@eudoramail.com
Received: from localhost by 546ewr6n398d5.localhost with SMTP for Investor@Investor; Mon, 17 Feb 2003 01:06:16 -0800
To: Investor
Reply-To: remove@emailoffers4u.com
X-Priority: 3
Content-Transfer-Encoding: 7BIT
Message-Id: <82v63js884.llre7d45ca8ogj8.amesco@eudoramail.com>
Date: Mon, 17 Feb 2003 01:06:16 -0800
Content-Type: text/html; charset="iso-8859-1"
X-Sender: amesco@eudoramail.com
X-Perlmx-Spam: Gauge=XXXXXXXXXI, Probability=91%, Report=BIG_FONT, CLICK_BELOW, CLICK_HERE_LINK, CTYPE_JUST_HTML, DISCLAIMER, DOMAIN_4U2, FORGED_EUDORAMAIL_RCVD, HTML_FONT_COLOR_BLUE, HTML_FONT_FACE_ODD, HTML_WITH_BGCOLOR, MAILTO_LINK, MAILTO_TO_REMOVE, MAILTO_WITH_SUBJ, MAILTO_WITH_SUBJ_REMOVE, NO_COST, NO_REAL_NAME, PRIORITY_NO_NAME, SPAM_PHRASE_05_08, STOCK_ALERT, SUBJ_REMOVE, TO_MALFORMED, US_DOLLARS_2, __CTYPE_IS_HTML, __EVITE_CTYPE, __HAS_X_PRIORITY

<html><head><title>OTC Vault.com Stock Watch</title></head><body bgcolor=#BEDADC link=#000099 vlink=#000099 style=tab-interval:.5in lang=EN-US><div class=Section1><table width=797 border=0 align=center bgcolor=#FFFFFF><tr><td><table width=795 border=1 bordercolor=#0000FF><tr><td bgcolor=#0066FF><div align=center><b style=mso-bidi-font-weight:normal><i style=mso-bidi-font-style:normal><span style=font-size:38.0pt;mso-bidi-font-size:10.0pt;font-family:Impact><font face="Georgia, Times New Roman, Times, serif">OTCVault.com</font></span></i></b></div></td></tr></table><table width=795 border=1 align=center height=51 bordercolor=#0000FF name=Name><tr><td><table width=100% border=0 align=center height=43><tr bgcolor=#FFFFFF><td width=49% height=39><b style='mso-bidi-font-weight:
normal'><i style=mso-bidi-font-style:normal><span style='font-size:10.0pt;
font-family:"Comic Sans MS"'><font face="Georgia, Times New Roman, Times, serif">Issue 402<span style="mso-spacerun: yes">  </span>Vol II</font></span></i></b><font face="Georgia, Times New Roman, Times, serif"><i style=mso-bidi-font-style:normal><span style='font-size:10.0pt;font-family:"Comic Sans MS"'><span style="mso-spacerun:
yes">    </span>February 2003<span style="mso-spacerun: yes"> </span></span></i></font></td><td width=7% height=39>&nbsp;</td><td width=44% height=39><p align=right><b><font face="Times New Roman, Times, serif" size=4>Market Research &amp; Analysis</font></b></p></td></tr></table></td></tr></table><table border=1 align=center height=31 width=795 bordercolor=#0000FF name=ticker><tr><td bgcolor=#999999 height=25><p align=center><b><font size=4 face="Arial, Helvetica, sans-serif">VMGP<font size=2> (OTC BB: VMGP)</font> </font></b><B><font face="Verdana, Arial, Helvetica, sans-serif">Venture Music Group, Inc</font></B></p></td></tr></table><table width=794 height=52 border=1 align=center bordercolor=#0000FF name=shares><tr><td height=46><table width=100% border=0 align=center bordercolor=#FFFFFF><tr bgcolor=#FFFFFF><td width=32% height=38><font size=2><b></b></font></td><td width=22%><p><font size=2 face="Arial, Helvetica, sans-serif"><B>Symbol -<br></B></font></p></td><td width=46%><font size=2><b><font face="Arial, Helvetica, sans-serif">VMGP</font></b></font></td></tr></table></td></tr></table><table width=795 border=1 align=center bordercolor=#0000FF name=headline><tr><td bgcolor=#999999><div align=center><font size=3 face="Verdana, Arial, Helvetica, sans-serif"><B>Venture Music Group Inc.&#8217;s Catalog Worth $20 Million</B></font></div></td></tr></table><table width=100% border=1 align=center name=info bordercolor=#0000FF><tr><td width=6834 height=111><table width=100% border=0 align=center><tr><td width=50% height=226 bgcolor=#FFFFFF><blockquote><p><font color=#0000FF size=2 face="Arial, Helvetica, sans-serif"><B><font face="Verdana, Arial, Helvetica, sans-serif">OTCVault focuses on mini-cap stocks on the move. Stocks that suddenly jump in volume and may be moving on an upward trend.</font></B></font></p><p><font color=#0000FF size=2 face="Verdana, Arial, Helvetica, sans-serif"><B><u>Company Profile</u></B></font></p><p><font size=2 face="Verdana, Arial, Helvetica, sans-serif">In 1994, Grammy-winning producer/arranger/conductor/songwriter<br> Tony Camillo and multi-Platinum promoter/international licensing specialist<br> Gene Serina formed Venture Music Group, Inc. bringing together an impressive<br> catalog of recordings by many top artists such as, Gladys Knight, Dionne Warwick, The Fifth Dimension, Vanessa Williams Freda Payne, to name a few.</font></p><p><font size=2 face="Verdana, Arial, Helvetica, sans-serif">Today the company is firmly established in the $14 billion wholesale music marketplace, licensing numerous properties domestically and internationally. VMG is headquartered in the New York City area and its recording facility, TC Studios, is located in nearby Hillsborough, New Jersey.</font></p><p><font size=2 face="Verdana, Arial, Helvetica, sans-serif">The Company has an Internet presence and is developing other avenues of opportunities for sales and marketing of music and related products through the Internet and expanding its promotion, production and recording services to the entertainment and music markets.</font></p><p>&nbsp;</p></blockquote></td><td width=50% height=226 bgcolor=#FFFFFF><blockquote><p align=left><font size=2 face="Verdana, Arial, Helvetica, sans-serif">VMGP has become a multifaceted entertainment company under which several record labels have been incorporated. The principal business of the company is to locate talented musical artists; to obtain the exclusive right to record those artists' performances for a fixed term; to use such right to create master records (&quot;masters&quot;) featuring those performances; to use artists' masters to manufacture CDs and music videos; to sell those CDs and videos to the consuming public through a distribution system and to acquire and exploit related rights, such as publishing and merchandising. VMGP has a large catalog of pre-released and never-before released recorded masters of well-known artists. VMGP also plans to expand the present catalog. There is a ready market for product of this nature. This allows for a substantial profit, with little or no cost. In it February 6, 2003 press release management stated that an independent appraisal firm recently valued its Catalog at approximately $25 million.</font></p><p><font size=2 face="Verdana, Arial, Helvetica, sans-serif">Revenue and earnings for the year could reach the $4 million range that would yield profits in the range of $.04 to $.08 per share. We would expect significant price appreciation!</font><br></p></blockquote></td></tr></table></td></tr></table><table width=795 border=1 align=center bordercolor=#0000FF><tr><td bgcolor=#CCCCCC><p align=center>&nbsp;</p><p align=center>DISCLAIMER:<br> <font size=1 face="Arial, Helvetica, sans-serif">Information within this email contains &quot;forward looking statements&quot; within the meaning of Section 27A of the Securities Act of 1933 and Section 21B of the Securities Exchange Act of 1934. Any statements that express or involve discussions with respect to predictions, expectations, beliefs, plans, projections, objectives, goals, assumptions or future events or performance are not statements of historical fact and may be &quot;forward looking statements. &quot;Forward looking statements are based on expectations, estimates and projections at the time the statements are made that involve a number of risks and uncertainties which could cause actual results or events to differ materially from those presently anticipated. Forward looking statements in this action may be identified through the use of words such as &quot;projects&quot;, &quot;foresee&quot;, &quot;expects&quot;, &quot;will,&quot; &quot;anticipates,&quot; &quot;estimates,&quot; &quot;believes,&quot; &quot;understands&quot; or that by statements indicating certain actions &quot;may,&quot; &quot;could,&quot; or &quot;might&quot; occur. As with many microcaps, today's featured company has factors that raise substantial doubt about its ability to continue as a going concern. Furthermore, the company has a large accumulated deficit since its inception and a substantial negative net worth. An investment in today's featured company is considered to be highly speculative and should not be considered unless a person can afford a complete loss of investment. All information provided within this email pertaining to investing, stocks, securities must be understood as information provided and not investment advice. OTC Vault advises all readers to seek advice from a registered professional securities representative before deciding to trade in stocks featured within this email. None of the material within this report shall be construed as any kind of investment advice or solicitation. The publisher of Growth Stock Alert is not a registered investment advisor. Subscribers should not view information herein as legal, tax, accounting or investment advice. All information within this email is qualified in its entirety by the detailed information and financial statements of the featured company contained in its regulatory filings with the SEC. End-Users are responsible for verifying all claims and conducting their own due diligence. Any reference to past performance of companies are specially selected to be referenced based on the favorable performance of these companies. You would need perfect timing to achieve the results in the examples given. There can be no assurance of that happening. Remember, as always, past performance is never indicative of future results and a thorough due diligence effort, including a review of a company's filings, should be completed prior to investing. Past performance is never indicative of future results. This email message may contain references or links to web sites operated by third parties. Such references or links are provided for the reader's reference and convenience only. We are not responsible for the reliability of these external sites nor are we responsible for any of the contents, advertising, products, or other materials on such external sites. Our inclusion of references or links to such web sites does not imply any endorsement of the material on such web sites or any association with their operators. Under no circumstances shall we be held responsible or liable, directly or indirectly, for any loss or damage caused or alleged to have been caused in connection with the use of or reliance on any content, goods, or services available on such external site. In compliance with the Securities Act of 1933, Section17(b), OTC vault discloses the receipt of one hundred thousand free trading shares of VMPG from a third party not an officer, director or affiliate shareholder for the publication of this report. Be aware of an inherent conflict of interest resulting from such compensation due to our intent to profit from the liquidation of these shares. Part or all of this position may be sold at any time, even after positive statements have been made regarding the above company. All factual information in this report was gathered from public sources, including but not limited to SEC filings and Company Press Releases. Growth Stock Alert believes this information to be reliable but can make no guar
