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