<!-- Original: http://www.geocities.com/SiliconValley/Horizon/5235 -->
<!-- Begin
mesg = "SPECIALS & OFFERS!";
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = ("<b><font size=2 color=#654618>"+mesg+"</font></b>")
if (isNS) {
document.write("<blink><a href=rates.php >" + text + "</a></blink>")}
else if (isIE) {
document.write("<MARQUEE BEHAVIOR=ALTERNATE DIRECTION=RIGHT>" + text + "</MARQUEE>")}
// End -->
