mesg="Welcome to K V NHPC SINGTAM, Best Wishes for Board exams 2010 to all students of Class X & XII "
;;isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (mesg)
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}