window.onload=function(){
		$('table.stripe tr:even').css('background-color','#FFE8E8');
		$('table.stripe tr:odd').css('background-color','#fff');
	}
