
	
	function reloadImage()
	{
	img = document.getElementById('captcha');
	img.src = 'http://www.global99.com/includes/classes/captcha/img.php?'+Math.random();
	
	img = document.getElementById('captcha2');
	img.src = 'http://www.global99.com/includes/classes/captcha/img.php?'+Math.random();
	
	img = document.getElementById('captcha3');
	img.src = 'http://www.global99.com/includes/classes/captcha/img.php?'+Math.random();
	}
	
	