// обновить изображение Спам-картинки

function refreshCaptcha() {
	$('img.captcha').attr('src',site+"mod/kcaptcha/image.php?"+session+"&rand="+Math.floor(Math.random()*1000));
}

