﻿$(document).ready(
	function() {
		$("tr:nth-child(even)",$(".goodlist")).addClass("even");
	}
);
