function initRegistration() {	
	$$('.antispam').each(function (e) {
		e.value = 999;
	});	
}
