<!-- hide it

// By using this JavaScript, you are acknowledging that the author,
// Tom Kjeldsen, can not be held responsible for any damage to hardware
// or software; spelling mistakes; tardiness; or waking your mother at
// 3:00 a.m. because the JavaScript said it was 3:00 p.m. in Denver.
//
// Tom Kjeldsen
// et.phone.home@bigfoot.com
// http://surf.to/ethomepage

// --------------------------
function SEtxt(what,evtdata) {
// --------------------------

if (what == 'img') {
lin = '<IMG SRC="ses' + evtdata + '.gif" WIDTH=250 HEIGHT=60 BORDER=0 ALT="Search engine logo">'
document.write(lin);
}

if (what == 'link') {
document.write('<BR>');
document.write('<FONT SIZE="-6">');
document.write('<FONT COLOR=#0000CC><B>SHORTCUTS TO SEARCH BOXES ON THIS PAGE</B></FONT><BR>');
document.write('<A HREF="#altavista"><FONT COLOR=#0000CC>Altavista</FONT></A>');
document.write('<A HREF="#altarag"><FONT COLOR=#0000CC>Raging</FONT></A>');
document.write('<A HREF="#askjeeves"><FONT COLOR=#0000CC>AskJeeves</FONT></A>');
document.write('<A HREF="#c4"><FONT COLOR=#0000CC>C4</FONT></A>');
document.write('<A HREF="#dejanews"><FONT COLOR=#0000CC>Dejanews</FONT></A>');
document.write('<A HREF="#dogpile"><FONT COLOR=#0000CC>Dogpile</FONT></A>');
document.write('<A HREF="#euroseek"><FONT COLOR=#0000CC>Euroseek</FONT></A>');
document.write('<BR>');
document.write('<A HREF="#excite"><FONT COLOR=#0000CC>Excite</FONT></A>');
document.write('<A HREF="#fast"><FONT COLOR=#0000CC>Fast</FONT></A>');
document.write('<A HREF="#google"><FONT COLOR=#0000CC>Google</FONT></A>');
document.write('<A HREF="#hotbot"><FONT COLOR=#0000CC>Hotbot</FONT></A>');
document.write('<A HREF="#infoseek"><FONT COLOR=#0000CC>Infoseek</FONT></A>');
document.write('<A HREF="#jubii"><FONT COLOR=#0000CC>Jubii</FONT></A>');
document.write('<BR>');
document.write('<A HREF="#lycos"><FONT COLOR=#0000CC>Lycos</FONT></A>');
document.write('<A HREF="#metacrawler"><FONT COLOR=#0000CC>Metacrawler</FONT></A>');
document.write('<A HREF="#microsoft"><FONT COLOR=#0000CC>Microsoft</FONT></A>');
document.write('<A HREF="#northernlight"><FONT COLOR=#0000CC>Northernlight</FONT></A>');
document.write('<A HREF="#yahoo"><FONT COLOR=#0000CC>Yahoo</FONT></A>');
document.write('<A HREF="#other"><FONT COLOR=#0000CC>Other</FONT></A>');
document.write('</FONT>');
document.write('<BR>');
}

}; //end SEtxt

//-->

