mesg="Prize Distribution Ceremoney on 8-7-2010, Annual Inspection is on 16-07-2010"
;;isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (mesg)
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}