// JavaScript Document
$(document).ready(function()
	{
		$("#statsTbl tr:odd").css("background", "#EAEAEA");
	});
