Event.observe(window, "load", function(e){
	$('frmSurveyAccess').observe('submit',function(e){
		clearAllValidationErrors('frmSurveyAccess');
		ajaxPost(Event.findElement(e, 'form'), 'results', '_surveyAccessResults.cfm', 'Validating key...');
		Event.stop(e);
	});
	Form.focusFirstElement('frmSurveyAccess');
});
