<!-- Original:  http://www.geocities.com/SiliconValley/Horizon/5235 -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
mesg = "<font color=#CDCDCD>Welcome to Meezan & company website. Exporters of Ceylon's finest teas and quality spices</font>;"
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = ("<i><font size=2>"+mesg+"</font></i>")
if (isNS) {
document.write("<blink>" + text + "</blink>")}
else if (isIE) {
document.write("<MARQUEE BEHAVIOR=SCROLL DIRECTION=LEFT scrollamount=5>" + text + "</MARQUEE>")}
// End -->