$(function() {
	if($.trim($(".errorDiv").html()) != "") {
		$(".errorDiv").show();
	}
});
