From: <Saved by Microsoft Internet Explorer 5>
Subject: Runners crossing USA will pause in Huntington
Date: Tue, 1 Apr 2003 16:00:33 -0500
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.h-ponline.com/archives/March2003/033103/pause.htm
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Runners crossing USA will pause in Huntington</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D'3D"Herald-Press' name=3D'3D"description"'>
<META content=3D"" name=3D'3D"keywords"'>
<META content=3D'3D"Herald-Press' name=3D'3D"description"'>
<META content=3D"" name=3D'3D"keywords"'>
<META content=3D"MSHTML 6.00.2800.1141" =
name=3DGENERATOR><!--Herald-Press Online provides local news stories, =
updated 5 days a =3Dweek. We access to community links of special =
interest, national news, =3Dweather forecasts, and a searchable archive =
of past issues.--><!--Herald-Press Online provides local news stories, =
updated 5 days a =3Dweek. We access to community links of special =
interest, national news, =3Dweather forecasts, and a searchable archive =
of past issues.--></HEAD>
<BODY bgColor=3D#ffffff>
<SCRIPT>=0A=
// The next line hides the script from old browsers that cant interpret =
it=0A=
<!--  =0A=
// Assuming the image of the up-buttons are called "button1a.gif", =
"button2a.gif" etc.=0A=
// And that the image of the down-button is called "button1b.gif", =
"button2b.gif" etc.=0A=
// We can now read these images into variables called button1up and =
button1down, button2up and button2down etc..=0A=
=0A=
button1up =3D new Image; button1up.src =3D "Buttons/headw.gif";=0A=
button1down =3D new Image; button1down.src =3D "Buttons/headb.gif";=0A=
button2up =3D new Image; button2up.src =3D "Buttons/classw.gif";=0A=
button2down =3D new Image; button2down.src =3D "Buttons/classb.gif";=0A=
button3up =3D new Image; button3up.src =3D "Buttons/obitw.gif";=0A=
button3down =3D new Image; button3down.src =3D "Buttons/obitb.gif";=0A=
button4up =3D new Image; button4up.src =3D "Buttons/calenw.gif";=0A=
button4down =3D new Image; button4down.src =3D "Buttons/calenb.gif";=0A=
button5up =3D new Image; button5up.src =3D "Buttons/forumw.gif";=0A=
button5down =3D new Image; button5down.src =3D "Buttons/forumb.gif";=0A=
button6up =3D new Image; button6up.src =3D "Buttons/formw.gif";=0A=
button6down =3D new Image; button6down.src =3D "Buttons/formb.gif";=0A=
button7up =3D new Image; button7up.src =3D "Buttons/backw.gif";=0A=
button7down =3D new Image; button7down.src =3D "Buttons/backb.gif";=0A=
button8up =3D new Image; button8up.src =3D "Buttons/searchw.gif";=0A=
button8down =3D new Image; button8down.src =3D "Buttons/searchb.gif";=0A=
button9up =3D new Image; button9up.src =3D "Buttons/weathw.gif";=0A=
button9down =3D new Image; button9down.src =3D "Buttons/weathb.gif";=0A=
=0A=
// Now the images are defined, and stored in the variables button1up and =
button1down etc.=0A=
// Next step is the two functions needed.=0A=
// The first function is called MouseOverRoutine, and causes button1up =
to shift to button1down etc.=0A=
function MouseOverRoutine(ButtonName)=0A=
{=0A=
   if (ButtonName=3D=3D"button1") {document.button1.src =3D =
button1down.src;}=0A=
   if (ButtonName=3D=3D"button2") {document.button2.src =3D =
button2down.src;}=0A=
   if (ButtonName=3D=3D"button3") {document.button3.src =3D =
button3down.src;}=0A=
   if (ButtonName=3D=3D"button4") {document.button4.src =3D =
button4down.src;}=0A=
   if (ButtonName=3D=3D"button5") {document.button5.src =3D =
button5down.src;}=0A=
   if (ButtonName=3D=3D"button6") {document.button6.src =3D =
button6down.src;}=0A=
   if (ButtonName=3D=3D"button7") {document.button7.src =3D =
button7down.src;}=0A=
   if (ButtonName=3D=3D"button8") {document.button8.src =3D =
button8down.src;}=0A=
   if (ButtonName=3D=3D"button9") {document.button9.src =3D =
button9down.src;}=0A=
}=0A=
// Now our button will shift from button1up to button1down when a =
mouseover-event occurs.=0A=
// To complete the script all we need to do is make the inverse function,=0A=
// making the button1down shift to button1up when a mouseout-event =
occurs.=0A=
=0A=
function MouseOutRoutine(ButtonName)=0A=
{=0A=
   if (ButtonName=3D=3D"button1") {document.button1.src =3D =
button1up.src;}=0A=
   if (ButtonName=3D=3D"button2") {document.button2.src =3D =
button2up.src;}=0A=
   if (ButtonName=3D=3D"button3") {document.button3.src =3D =
button3up.src;}=0A=
   if (ButtonName=3D=3D"button4") {document.button4.src =3D =
button4up.src;}=0A=
   if (ButtonName=3D=3D"button5") {document.button5.src =3D =
button5up.src;} =0A=
   if (ButtonName=3D=3D"button6") {document.button6.src =3D =
button6up.src;}=0A=
   if (ButtonName=3D=3D"button7") {document.button7.src =3D =
button7up.src;}=0A=
   if (ButtonName=3D=3D"button8") {document.button8.src =3D =
button8up.src;}=0A=
   if (ButtonName=3D=3D"button9") {document.button9.src =3D =
button9up.src;}=0A=
}=0A=
// Thats all there is. The final step is ending the script-part which is =
done by two lines:=0A=
=0A=
//-->=0A=
=0A=
// The line above causes oldfashion browsers to start interpreting the =
code again.=0A=
</SCRIPT>

<TABLE height=3D0 cellPadding=3D2 width=3D800 border=3D0>
  <TBODY>
  <TR>
    <TD vAlign=3Dtop width=3D800 height=3D164><!--webbot=0A=
        bot=3D"Include" startspan u-include=3D"_private/include4.htm"=0A=
        tag=3D"BODY" =
--><STRONG>[March2003/033103/_private/include4.htm]</STRONG><!--webbot =
bot=3D"Include"=0A=
        i-checksum=3D"25742" endspan --></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=3D1 cellPadding=3D0 width=3D710 border=3D0>
  <TBODY>
  <TR>
    <TD vAlign=3Dtop width=3D90 rowSpan=3D3><!--webbot=0A=
        bot=3D"Include" startspan u-include=3D"_private/include1.htm"=0A=
        tag=3D"BODY" =
--><STRONG>[March2003/033103/_private/include1.htm]</STRONG><!--webbot =
bot=3D"Include"=0A=
        i-checksum=3D"25730" endspan --></TD>
    <TD vAlign=3Dtop width=3D500><FONT size=3D5><STRONG>Runners crossing =
USA=20
      </STRONG></FONT>
      <P><FONT size=3D5><STRONG>will pause in Huntington =
</STRONG></FONT></P>
      <P>On Monday afternoon, two men running across the United States =
will=20
      enter Huntington on U.S.-224. </P>
      <P>Dave Brofenbrenner and Scott Sehon, both from Pennsylvania, are =
running=20
      across the country together. They left Sea Bright, N.J., on Feb. =
23 and=20
      will enter Indiana and plan to hit Huntington at approximately 2 =
p.m. </P>
      <P>They will then leave for Wabash on Tuesday. </P>
      <P>The runners have no support vehicle following them, nor any =
helpers=20
      bringing them anything along the way. They=92re carrying =
everything they=20
      need in backpacks. They are also relying on strangers to put them =
up along=20
      the journey. </P>
      <P>Brofenbrenner and Sehon are also not raising money for any =
cause; they=20
      are simply trying to make it across the country on their own. They =
have=20
      been profiled in USA Today and Runner=92s World magazine is =
following their=20
      trip. </P>
      <P>For more information on the runners, visit their Web site at:=20
      www.runtheusa.com. </P></TD>
    <TD vAlign=3Dtop width=3D110><!--webbot bot=3D"Include"=0A=
        startspan u-include=3D"_private/include2.htm" tag=3D"BODY" =
--><STRONG>[March2003/033103/_private/include2.htm]</STRONG><!--webbot=0A=
        bot=3D"Include" i-checksum=3D"25734" endspan --></TD></TR>
  <TR>
    <TD width=3D480>&nbsp;</TD></TR></TBODY></TABLE></BODY></HTML>

