Return-Path: <nifl-health@literacy.nifl.gov>
Received: from literacy (localhost [127.0.0.1]) by literacy.nifl.gov (8.10.2/8.10.2) with SMTP id e7O5Yf824798; Thu, 24 Aug 2000 01:34:41 -0400 (EDT)
Date: Thu, 24 Aug 2000 01:34:41 -0400 (EDT)
Message-Id: <39A4B5A4.A4401731@akron.infi.net>
Errors-To: listowner@literacy.nifl.gov
Reply-To: nifl-health@literacy.nifl.gov
Originator: nifl-health@literacy.nifl.gov
Sender: nifl-health@literacy.nifl.gov
Precedence: bulk
From: Bob Pyke Jr <repyke@akron.infi.net>
To: Multiple recipients of list <nifl-health@literacy.nifl.gov>
Subject: [NIFL-HEALTH:2538] Health Literacy Toolbox 2000 Welcome Page
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
Content-Type: multipart/mixed;
X-Mailer: Mozilla 4.5 [en] (Win98; I)
Status: OR
This is a multi-part message in MIME format.
--------------229844DE5DDE9B67E5EBD90A
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Fyi,
>From Sandra Smith.
Bob Pyke Jr.
http://www.prenataled.com/healthlit/hlt2k/script/ht2_w_1.asp
--------------229844DE5DDE9B67E5EBD90A
Content-Type: text/html; charset=us-ascii;
name="ht2_w_1.asp"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="ht2_w_1.asp"
Content-Base: "http://www.prenataled.com/healthlit/hl
t2k/script/ht2_w_1.asp"
Content-Location: "http://www.prenataled.com/healthlit/hl
t2k/script/ht2_w_1.asp"
<html>
<!--
File Name: ht2_w_1_1.htm
File Description: Health Literacy Toolbox 2000 Welcome Page
File Version: 1.2
Created By: David Nixon
Created On: 4/23/2000
Last Modified: 7/26/2000
Last Modified By: Lisa Nixon
Related Resources:
index.css - main stylesheet for all site pages
ht2_w_1_1.gif - Welcome page Title Graphic
ht2_w_1_2.gif - Welcome Page Graphic
ht2_main_1.inc - Include file w/ shared HTML and client-side code for main content pages
ht2_main_2.inc - Include with meta data for search engines
-->
<head>
<META KEYWORD = "">
<title>Health Literacy Toolbox 2000 Welcome Page</title>
<link REL="stylesheet" TYPE="text/css" HREF="../includes/index.css">
</head>
<body>
<br>
<table WIDTH="425">
<tr>
<td COLSPAN="2" ALIGN="center">
<img SRC="../images/ht2_w_1_1.gif" WIDTH="370" HEIGHT="36" BORDER="0">
</td>
</tr>
<tr>
<td ALIGN="right" VALIGN="middle">
<img SRC="../images/ht2_w_1_2.gif" BORDER="0" HSPACE="5" WIDTH="134" HEIGHT="156">
</td>
<td VALIGN="middle">
<p>Welcome to Health Literacy Toolbox 2000! This Web site
is part of a larger project called Health Literacy Month.
It is put here to provide tools you can use to raise people's
awareness about the importance of health literacy.
<p>All the articles on this site are written by health literacy
advocates. Some are clinicians; some are adult educators. Others
are consultants, researchers, and administrators. Each contributor
brings a special insight to health literacy that he or she wants
to share with you.
</td>
</tr>
<tr>
<td COLSPAN="2">
<BR>
<p>Health Literacy Month is a grassroots, world-wide effort
to promote the need for health information that its intended
audience can understand. It will be celebrated for the first
time in October 2000.
<p>Many people have worked hard to make Health Literacy
Month and this Web site happen. Without the following people
and organizations neither would have been possible:
<ul>
<li>Linda McIntosh served as editor and content organizer for this
Web site.
<li>Sandra Smith, and the people at PrenatalEd.com
are hosting and maintaining this Web site. Also,
David Nixon designed the site and oversees all things
technical.
<li>Health Literacy Consulting is coordinating Health
Literacy Month and the Web site, Health Literacy Toolbox
2000.
<li>Many authors have contributed to the material
here. You can find out more about them in the section,
"Information about contributors."
<li>Pfizer Inc has given an educational grant
to help underwrite the project.
<li>Finally, the "HLMonth Cyber Committee," is
a group of dedicated people from around the world.
They have sparked this project and given it life.
Each one has made an important contribution.
</ul>
<p>To learn more about how you can participate in Health
Literacy Month and/or Health Literacy Toolbox 2000, contact
Helen Osborne by e-mail: <a HREF="mailto:Helen@healthliteracy.com"><FONT CLASS = "highlightable">Helen@healthliteracy.com.</FONT></a>
Working together, we can raise awareness about the importance of health literacy.
<p>Helen Osborne, M.Ed., OTR/L
<br>Coordinator, Health Literacy Month
<br>&
<br>President, Health Literacy Consulting
</td>
</tr>
</table>
<SCRIPT>
window.onload = switchbanners;
var last_classname;
with (parent.hlmain.document)
{
onmouseover = highlight;
onmouseout = unhighlight;
}
function highlight()
{
if (event.srcElement.parentElement.tagName == "A")
{
last_classname = event.srcElement.className;
event.srcElement.className = "highlight";
}
}
function unhighlight()
{
if (event.srcElement.parentElement.tagName == "A")
{
event.srcElement.className = last_classname;
}
}
function switchbanners()
{
var document_url;
document_url = String(document.location.href);
if (document_url.match(/ht2_w_1.asp/) == "ht2_w_1.asp")
{
parent.window.frames("hlheader").body.className = "homepage";
}
if (document_url.match(/ht2_a_1.asp/) == "ht2_a_1.asp")
{
parent.window.frames("hlheader").body.className = "whatis";
}
if (document_url.match(/ht2_m_1.asp/) == "ht2_m_1.asp")
{
parent.window.frames("hlheader").body.className = "AandI";
}
/// note - had to special case this next one in 'cause there is a link ////
/// from the prenataled.com site that links directly to this page /////////
if (document_url.match(/ht2_a_27.asp/) == "ht2_a_27.asp")
{
parent.window.frames("hlheader").body.className = "AandI";
}
if (document_url.match(/ht2_m_2.asp/) == "ht2_m_2.asp")
{
parent.window.frames("hlheader").body.className = "survey";
}
if (document_url.match(/ht2_a_25.asp/) == "ht2_a_25.asp")
{
parent.window.frames("hlheader").body.className = "contributors";
}
}
</SCRIPT>
</body>
</html>
--------------229844DE5DDE9B67E5EBD90A--
This archive was generated by hypermail 2b30 : Tue Jan 16 2001 - 14:43:05 EST