$( function($) {
	$(".errorText").fadeIn(1000);
	if (typeof( submittedFormName ) != 'undefined') {
		$('form[name="' + submittedFormName + '"]').find('input:first').focus()
	} else {
		$(".errorText").parent('form').find('input:first').focus();
	}
});
$( function($) {
	$('#futureContainerId').pager('.pageContainer');
});
$( function($) {
	$('#historyContainerId').pager('.pageContainer');
});
$( function($) {
	$('#recurrentReservationReminderContainerId').pager('.pageContainer');
});

