
function refreshImage()
{
	
	document.getElementById("captcha").src = document.getElementById('captcha').src + '#';


}


