Event.observe(document, 'dom:loaded', function() {
	setTimeout(function() {
		if($('contact_form')) {
			new Validation('contact_form');
		}
	}, 10);
});