mesg = "Breaking News 100% Results In This Year ( 2010 ) For AISSCE Class XII Board Exam";
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (mesg)
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}