// JavaScript Document
$(document).ready(function(){
	$("table tr:odd").addClass("strippedRow");
});