Bakya Pazhamudirsolai, Old Bus Stand, Kovilpatti - 628501.
function refreshCaptcha()
{
var img = document.images['captchaimg'];
img.src = img.src.substring(0,img.src.lastIndexOf("?"))+"?rand="+Math.random()*1000;
}
function validateCaptcha(){
alert("Enter the Captcha Code");
}