/**
* Will reload the captcha image
*
* @param string
*/

function reloadimg(what,where)
{
	what.src = where+"/img.php?r="+(new Date()).getTime();
}