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