$(function(){
	$('table.stripe tr:even').css('background-color','#eeeeee');
	$('table.stripe tr:odd').css('background-color','#cccccc');
});