// JavaScript Document

$(document).ready(function() {

	$("tr:nth-child(even)").addClass("alt");

});


