mesg = "Last date for submission of The Tender towards conservancy & Security services has been further extended up to 15.02.2012, Interested Firms to submit the Tenders to K.V.LOKTAK by 15.02.2012";
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (""+mesg+"")
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}