function updateimage(){
	document.getElementById('captcha').src='mailer/captcha.php?'+Math.random();
}

