// Are zebras black with white stripes or white with black stripes?  
	$(document).ready(function() { 
			$('.striped tr:even').addClass('other');
	}); 