mesg = "ADMISSION FOR CLASS-I IS OPENED, LAST DATE OF FORM SELLING AND SUBMISSION IS 20/03/2010";
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (" "+mesg+"")
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}