jQuery.fn.stripe = function() {
  return this.each(function(){
     jQuery("tbody tr:odd", this).addClass("rowodd");
	 jQuery("tbody tr:even", this).addClass("roweven");
  });
};
