(function() {
	$$("div.form_error").each(function(el) {
		$(el).scrollTo();
		throw $break;
	});
}).onLoad();
