function pkCaptchaReloadLaber(elementid,src)
	{
	now = new Date();	
	o=document.getElementById(elementid);
	o.src=src + '&' + now.getTime();;
	}