/*  Put code to initialize the mediawiki in this file, in the JQuery ready event.
*/

$(function() {
	$(".wiki-table.:not(.no-stripes) tr:even").addClass("eventr");
	$(".wiki-table.:not(.no-stripes) tr:odd").addClass("oddtr");
});
