mesg = "Admission forms, Registration cum submission of complete forms will be availed from 15-2-2010 to 20-3-2010 in the admission dept.";
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (mesg)
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}