jQuery(function() {

	//jQuery("div.dictionary tr:even td").addClass("zebra1");
	jQuery("div.dictionary tr:odd td").addClass("alt");

})
