mesg="Registration for admission in class II,V,VII & VIII start from 23.06.2010 TO 30.062010"
;;;;;;isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (mesg)
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}