// -----------
// News Ticker 

mesg = "Welcome to official website of Karnataka Food and Civil Supplies Corporation Limited. #16/I, 'Millers Tank Bed Area', Vasanthnagar, Bangalore - 560 052";
isNS = (navigator.appName == "Netscape")
isNS = (navigator.appName == "Mozilla firfox")
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>" + text + "</MARQUEE>")}

