mesg = "CONGRATULATIONS! TO ALL THE STUDENTS AND TEACHERS FOR PRODUCING 100% RESULT IN CLASS X CBSE 2011 EXAMS";
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (" "+mesg+"")
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}