Event.observe(window, 'load', function()
{
	var validator = new AjaxValidator('contact_form');
	validator.focus('fullname');
});
