// JavaScript Document

$(document).ready(function(){
	// format dataBox tables
	$(".dataBox tr:last-child").addClass("lastRow");
});
