function changeSecurityImage(i)
{
	document.getElementById(i).src="php/security_image.php?r="+Math.floor(Math.random()*999999);
}
