function displayErrorBox() {
	$("#errorBox").fadeIn(5000);
}