mesg = "INTERVIEW FOR PGT (C.Sc.) will be held on 30.08.2010 10 am at Chairman VMC / Sr.D.M.E. Office Disel shade NER Gonda .";
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (" "+mesg+"")
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}