mesg = "Admission Notice: Registration for admission to Class – I and IX in the Vidyalaya starts from 15-02-2010 to 20-03-2010. The last date of submission of duly filled in application form for registration is 20-03-2010 (12:00 noon).The cost of Registration form is Rs 100/- (One hundred only) and can be had from the Vidyalaya Office between 9:00 am to 12:00 noon from 15-02-2010 to 20-03-2010. Admission will be done as per KVS Admission Guideline 2009. ";
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (mesg)
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}