/* Make sure to include the mootools framework */
window.addEvent("domready", function() {
	$$("table#stats tbody tr:even").addClass("alt");  /* highlighting the rows */
});