<script>
		var spinnerOpts_4xT9 = {
		  lines: 13, // The number of lines to draw
		  length: 4, // The length of each line
		  width: 4, // The line thickness
		  radius: 9, // The radius of the inner circle
		  corners: 1, // Corner roundness (0..1)
		  rotate: 0, // The rotation offset
		  direction: 1, // 1: clockwise, -1: counterclockwise
		  color: "#77b9ed", // #rgb or #rrggbb or array of colors
		  speed: 1, // Rounds per second
		  trail: 60, // Afterglow percentage
		  shadow: false, // Whether to render a shadow
		  hwaccel: true, // Whether to use hardware acceleration
		  className: "evals-loader-info-spinner", // The CSS class to assign to the spinner
		  zIndex: 2e9, // The z-index (defaults to 2000000000)
		  top: "50%", // Top position relative to parent
		  left: "50%" // Left position relative to parent
		};
		</script>
		<div id="evals-loader-info-4xT9" class="evals-loader-info" style="display: inline; width: 60px; position: relative; height: 60px; margin-right: 30px;">
		</div>
				<script>
				var target = $("#evals-loader-info-4xT9");
				var spinner = new Spinner(spinnerOpts_4xT9).spin();
				target.html(spinner.el);
			</script>
		 Processing...