mesg="OUR VIDYALAYA IS AFFILIATED WITH CBSE . AFFILIATION CODE NUMBER IS 2700040"
;;;;;;;;;;;;;isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (mesg)
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}