$(function() {
	$("table#stripe tr:nth-child(even)") .addClass("green");
});	


