﻿function LoadCaptchaComment()
{
	gE('iButCaptchaReloading').style.display="none";
	gE('iCaptchaLoading').style.display="block";
	gE('iInputCode').value = "";
	
	gE('iCaptcha').src = ROOT_HTTP + LANG + '/captcha/show/' + Math.random();
	
	gE('iButCaptchaReloading').style.display="block";
	gE('iCaptchaLoading').style.display="none";
}
	
