mesg = "Pt. Vishwa Mohan Bhatt PadmShree visited to our Vidyalaya and played Mohan Veena before the students of this Vidyalaya , The program was held at Recreation hall GC CRPF Imphal "; isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (" "+mesg+"") if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}