jQuery.noConflict();
var $j = jQuery;
$j(document).ready(function(){
$j("tr:nth-child(odd)>td").addClass("odd");
});
