if($(document).length) {
	$(document).ready(function() {
		$('.dismiss_error_box').bind('click', function(){$('.error_box').hide();});
	});
	
} else {
	function timerPreSelect()
	{
		if (is_errors == 1) { showError('There were errors.'); }
	}
	addLoadEvent(timerPreSelect);
}
