$(document).ready(function(){
	$("table#latest tr:even, table#forumlist tr:even").css("background-color", "#e0f2b1");
});