jQuery.noConflict();
jQuery(function(){
	jQuery("table.sizetable tr:nth-child(even)").addClass("even");

});
