jQuery(document).ready(function($) {
	// jQuery Code right here
	
	$("#forms table tr:even").addClass("even");
});