mesg="DEAR PARENTS, STUDENTS, STAFF MEMBERS WISH YOU A HAPPY AND PROPSPOUROUS NEW YEAR 2012" ;;;;;;;;;;;;;;;isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}