// Vent Box Widget
$.ajax({
	type: "GET",
	url: "/actions/vent_box_action",
	success: function(resp) {
	  $(".vent_box").html(resp);
	}
})