$.fn.tws_stripe = function() {
        $('.stripe tbody tr:even').addClass('evenRow');
        $('.stripe tbody tr:odd').addClass('oddRow');
}

