mesg = "Pannel Inspection was held on 9-07-2010 . 1st Unit Test is scheduled on 03-08-2010 to 09-08-2010";
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (mesg)
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}