$(function() {
	if ($('.validation-container').length || $('.smallFormSuccess').length) {
		$('body, html').attr({ scrollTop: $('html').attr('scrollHeight') });
	}
});

function wait(button) {
	$(button).html("<img src='/Images/icon-waiting.gif' />");
}
