// JavaScript Document
function refreshcapt(cn, captrefid)
{
	var purl= './captcha/captcha.php?cn='+cn+'&rn='+Math.floor(Math.random()*11);
	document.getElementById(captrefid).innerHTML= '<img src="'+purl+'" width="185" height="50" alt="captcha_image">';
}