Event.observe(window, 'load', inicio);

function inicio(){
	//captcha inicial
	novo_captcha();
}

	function novo_captcha(){
		new Ajax.Updater('captcha_img','captcha/captcha.php');
	}