// Copyright 29 January 2005, Cavalry Outpost Publications

// This program allows specific messages to be displayed as a vertically
// moving table text field. CSS Properties of the field of a table may be
// modified as listed in Step 1.0 below. The specific message may tailored
// by inserting the appropriate HTML in the document.write statements of
// Step 2.0 below.

// *********************************************************************
// **********     Program Name = Cavalier.js Rev 07.09.06     **********
// *********************************************************************

<!-- Begin

// 1.0 DEFINE CSS PROPERTIES

document.write('<Marquee ID = "IEscroller" DIRECTION="up" WIDTH = 640px HEIGHT = 75px scrollAmount = "1" scrollDelay = "100" STYLE = "BORDER: RIDGE; BORDER-COLOR: 000000; BACKGROUND-COLOR: FFD500; PADDING:5px">');
IEscroller.onmouseover = new Function("IEscroller.scrollAmount = 0");
IEscroller.onmouseout = new Function("IEscroller.scrollAmount = 1");

document.write('<DIV>');

// 2.0 INSERT SCROLL MESSAGE

document.write('<P><CENTER>');
document.write('<IMG SRC="mementos.gif" WIDTH="300" HEIGHT="75"><BR><BR>');
document.write('<FONT FACE ="Arial" SIZE ="2"></CENTER><STRONG>');
document.write('A Cavalry Soldier passed on the Stetson and Sword today.<BR>');
document.write('Boots at rest .... taps echoed once again.<BR>');
document.write('Flagpoles stand at half; the banner flies stoutly with the wind.</P>');

document.write('<P>');
document.write('A Cavalry Soldier stepped off a "Winged Horse" today.<BR>');
document.write('Troopers stand with heels pressed taut .... adorned with glazed eyes.<BR>');
document.write('Flattened hands pushed temple tight, for one\'s last combat flight.</P>');

document.write('<P>');
document.write('A Cavalry Soldier died today, with honor forged on infinity\'s wall.<BR>');
document.write('Long vanished Cavaliers proudly join the final charge,<BR>');
document.write('So Remembrance could speak the name .... for eternity\'s present roll-call.</P>');

document.write('<P></STRONG><CENTER>');
document.write('<IMG SRC="cavspurs.gif" WIDTH="300" HEIGHT="75"><BR><BR>');
document.write('Source: <A HREF="mailto:tlcriser@yahoo.com">Thomas J. Criser</A> - Cavalier Blue India \'69<BR>');
document.write('Corpus Christi, TX "The Ghost in the Orange Closet" Copyright &#169; 2003</FONT><BR><BR>');
document.write('<IMG SRC="cavalier.gif" WIDTH="610" HEIGHT="37"><BR><BR>');
document.write('<IMG SRC="helo_01.gif" WIDTH="50" HEIGHT="20" HSPACE="3" VSPACE="3">');
document.write('<IMG SRC="tabspace.gif" WIDTH="125" HEIGHT="20" HSPACE="3" VSPACE="3">');
document.write('<IMG SRC="helo_02.gif" WIDTH="50" HEIGHT="20" HSPACE="3" VSPACE="3">');
document.write('<IMG SRC="tabspace.gif" WIDTH="125" HEIGHT="20" HSPACE="3" VSPACE="3">');
document.write('<IMG SRC="helo_03.gif" WIDTH="50" HEIGHT="20" HSPACE="3" VSPACE="3"><BR><BR>');
document.write('</CENTER></FONT></P>');

document.write('</DIV>');
document.write('</Marquee>');

//  End -->
