function change(id) 
{
	img = document.getElementById(id); 
	loc = 'includes/captcha/captcha.php?.png=' + Math.random();
	img.src = loc;
}