RCCS Auction - 2024 | Dryve (2025)

RCCS Auction - 2024 | Dryve (1)

RCCS Auction - 2024 | Dryve (2)

RCCS Auction - 2024 | Dryve (3)

RCCS Auction - 2024 | Dryve (4)

RCCS Auction - 2024 | Dryve (5)

RCCS Auction - 2024 | Dryve (6)

RCCS Auction - 2024 | Dryve (7)

RCCS Auction - 2024 | Dryve (8)

RCCS Auction - 2024 | Dryve (9)

RCCS Auction - 2024 | Dryve (10)

Monsey Raised: $401,577 Donors: 4,010 Goal: $600,000 66%
Lakewood Raised: $324,984 Donors: 3,293 Goal: $500,000 64%
Boro Park Raised: $295,983 Donors: 3,803 Goal: $500,000 59%
Williamsburg Raised: $278,652 Donors: 4,443 Goal: $550,000 50%
Flatbush Raised: $151,556 Donors: 1,077 Goal: $200,000 75%
Monroe Raised: $80,877 Donors: 1,402 Goal: $200,000 40%

Load More

'+ '

'+'

'+'

');$.ajax({ type: 'GET', url: '/api/teams.php', data: { 'dryve': Dryve.id, 'limit': teams_limit, 'offset': teams_offset } }).done(function(response) { if (response != 'error') { teams_add_html = ''; for(t in response) {teams_add_html += rbt_proto(response[t]); } $('#teams_tw.default_tw .loading_icon').remove(); $('#teams_tw.default_tw').append(teams_add_html); teams_offset += 6; if (teams_offset >= teams_amount) { $('.mld_btn').remove(); } } else { $('#teams_tw.default_tw .loading_icon').remove(); } }).fail(function(data) { console.log('Ajax error: '+data); });})$('#ts').keyup(delay(function () {teams_search_term = $.trim($(this).val());if (teams_search_term != '') {$.ajax({ type: 'GET', url: '/api/teams.php', data: { 'dryve': Dryve.id, 's': teams_search_term } }).done(function(response) { if (response != 'error') { $('#teams_tw.default_tw, .mld_btn').hide(); $('#teams_stw.search_tw').show(); teams_add_html = ''; for(t in response) {teams_add_html += rbt_proto(response[t]); } $('#teams_stw.search_tw').html(teams_add_html); } }).fail(function(data) { console.log('Ajax error: '+data); });} else {$('#teams_tw.default_tw, .mld_btn').show(); $('#teams_stw.search_tw').hide();}},500))})function rbt_proto(props) {var tbp_html = '';var goal_bar = '';var goal_box = '';var name_text = '';var teambox_link_html = '';if ($.trim(props.display_name) != '') {name_text = props.display_name;} else {name_text = props.name;}name_html = '

'+name_text+'

';po_amount_html = parseInt(props.total_raised)+parseInt(props.rccs_gp)+parseInt(props.tip_amount);dw_bonus_now = 0; dw_current_goal = parseInt(props.target); // console.log(props) if (props.target > 0) { if (props.target_bonus > 0) { if (po_amount_html >= parseInt(props.target)) { if (po_amount_html < parseInt(props.target)+parseInt(props.target_bonus)) { dw_current_goal = parseInt(props.target)+parseInt(props.target_bonus); dw_bonus_now = 1; } else if (po_amount_html >= parseInt(props.target)+parseInt(props.target_bonus)) { dw_current_goal = parseInt(props.target)+parseInt(props.target_bonus); dw_bonus_now = 1; } } } }if (props.target > 0) {goal_box = '

'+ '

Goal:

'+ '

$'+Number(props.target).toLocaleString()+'

'+ '

';goal_bar = '

'+ '

'+ goal_percent_notop(po_amount_html,props.target) +'%

'+ '

'+ '

';if (dw_bonus_now == 1) {goal_box = '

'+ '

Overdryve:

'+ '

$'+Number(dw_current_goal).toLocaleString()+'

'+ '

'; goal_bar = '

'+ '

'+ goal_percent_notop(po_amount_html,props.target) +'%

'+ '

'+ '

'+ '

'; }}teambox_link_html = 'href="/'+Dryve.d_url+'/'+props.slug+'"';tbp_html += '

';return tbp_html;}function array_sum_js(total, num) {if (total == "") {total = 0}if (num == "") {num = 0} return parseInt(total) + parseInt(num);}

Seminaries Raised: $4,476 Donors: 59

'+ '

'+'

'+'

');$.ajax({ type: 'GET', url: '/api/groups.php', data: { 'dryve': Dryve.id, 'limit': communities_limit, 'offset': communities_offset } }).done(function(response) { if (response != 'error') { communities_add_html = ''; for(t in response) {communities_add_html += rbt_proto(response[t]); } $('#communities_tw.default_tw .loading_icon').remove(); $('#communities_tw.default_tw').append(communities_add_html); communities_offset += 6; if (communities_offset >= communities_amount) { $('.cld_btn').remove(); } } else { $('#communities_tw.default_tw .loading_icon').remove(); } }).fail(function(data) { console.log('Ajax error: '+data); });})$('#ts').keyup(delay(function () {communities_search_term = $.trim($(this).val());if (communities_search_term != '') {$.ajax({ type: 'GET', url: '/api/groups.php', data: { 'dryve': Dryve.id, 's': communities_search_term } }).done(function(response) { if (response != 'error') { $('#communities_tw.default_tw, .cld_btn').hide(); $('#communities_stw.search_tw').show(); communities_add_html = ''; for(t in response) {communities_add_html += rbt_proto(response[t]); } $('#communities_stw.search_tw').html(communities_add_html); } }).fail(function(data) { console.log('Ajax error: '+data); });} else {$('#communities_tw.default_tw, .cld_btn').show(); $('#communities_stw.search_tw').hide();}},500))})function rbt_proto(props) {var tbp_html = '';var goal_bar = '';var goal_box = '';var commbox_link_html = '';if ($.trim(props.display_name) != '') {name_html = '

'+props.display_name+'

';} else {name_html = '

'+props.name+'

';}// if (props.misc_info_3 != '' && props.misc_info_3 != null && props.misc_info_3 != "0") {// dryver_gparr = props.misc_info_3.split(',');// } else {// dryver_gparr = [0];// }// po_amount_html = parseInt(props.total_raised)+parseInt(dryver_gparr.reduce(array_sum_js));po_amount_html = parseInt(props.total_raised)+parseInt(props.rccs_gp)+parseInt(props.tip_amount);dw_bonus_now = 0; dw_current_goal = parseInt(props.target); // console.log(props) if (props.target > 0) { if (props.target_bonus > 0) { if (po_amount_html >= parseInt(props.target)) { if (po_amount_html < parseInt(props.target)+parseInt(props.target_bonus)) { dw_current_goal = parseInt(props.target)+parseInt(props.target_bonus); dw_bonus_now = 1; } else if (po_amount_html >= parseInt(props.target)+parseInt(props.target_bonus)) { dw_current_goal = parseInt(props.target)+parseInt(props.target_bonus); dw_bonus_now = 1; } } } }if (props.target > 0) {goal_box = '

'+ '

Goal:

'+ '

$'+Number(props.target).toLocaleString()+'

'+ '

';goal_bar = '

'+ '

'+ goal_percent_notop(po_amount_html,props.target) +'%

'+ '

'+ '

';if (dw_bonus_now == 1) {goal_box = '

'+ '

Overdryve:

'+ '

$'+Number(dw_current_goal).toLocaleString()+'

'+ '

'; goal_bar = '

'+ '

'+ goal_percent_notop(po_amount_html,props.target) +'%

'+ '

'+ '

'+ '

'; }}commbox_link_html = 'href="/'+Dryve.d_url+'/'+props.slug+'"';tbp_html += '

';return tbp_html;}function array_sum_js(total, num) {if (total == "") {total = 0}if (num == "") {num = 0} return parseInt(total) + parseInt(num);}

Why Are We SMILING?

Cancer is a horrific diagnosis. It’s no joke. It makes us cry. It breaks our hearts. It’s the saddest thing in the world—no laughing matter.

So, why are we SMILING?

We are SMILING because together, we fight back. Together, we turn tears into tenacity, pain into purpose, and hurt into healing. We take the bitter punches life throws and transform them into a punchline filled with laugh-out-loud joy.

We are SMILING because we have YOU.

NO JOKE! You are our stand-up citizen. And we’re not kidding.

When cancer strikes, RCCS is there. We don’t just stand by; we step in with full force. From the moment of diagnosis, we become a lifeline for families:

  • We guide patients to the best doctors—specialists who can provide the most effective treatment for each unique case.
  • We ensure no one is alone in their fight—our team arranges urgent appointments, secures treatments, and offers unwavering emotional support to every patient.
  • We cover the financial burden—helping with insurance premiums (averaging $18,000 per family annually), managing out-of-pocket costs, and covering gaps in insurance.
  • We take care of the details—from medical records to insurance renewals, we handle it all so patients can focus on their recovery.
  • We provide relief—helping with pain management, transportation, and other vital resources, ensuring families have what they need to face each day with hope.

These numbers may sound unbelievable, but they’re as serious as it gets:

  • RCCS spends $29 million annually, saving and supporting the lives of thousands of Cholei Yisroel and their families.

And it’s all thanks to YOU.

IT’S NOT A JOKE.

We need your serious help. Together, we can smile in the face of the toughest battles, turn tears into triumphs, and create stories of survival and hope.

RCCS Auction - 2024 | Dryve (11)

RCCS Auction - 2024 | Dryve (12)

RCCS Auction - 2024 | Dryve (13)

RCCS Auction - 2024 | Dryve (14)

RCCS Auction - 2024 | Dryve (15)

RCCS Auction - 2024 | Dryve (16)

RCCS Auction - 2024 | Dryve (17)

RCCS Auction - 2024 | Dryve (18)

RCCS Auction - 2024 | Dryve (19)

CAMPAIGN GOAL

$3,000,000

68% RAISED

$0

Donate Now

Sign up for your personal Dryver page

Join Here

1,117

Dryvers

Sort by name sort_by_alpha

Sort by donors volunteer_activism

Sort by amount raised attach_money

search

Meira Lebovits, Yehudis Minzer, Penina Rabinowitz, Bracha Leah Mendelowitz, Estee Kohen, Rivka Oratz, Raizy Freier, Elka Roth $32,810 Donors: 122 Goal: $32,000 102%
Grunsweig Family-L"ZN Ettel B's R Ezriel Mordechai $18,815 Donors: 242 Goal: $20,000 94%
Yocheved Birnbaum, Faina Fried, Adina Metchik, Elky Wohlgelernter- Texas $18,457 Donors: 114 Goal: $18,000 102%

Load More

' } if ($.trim(props.comments)) { comments_html = '

'+ '

Comments: '+props.comments+'

'+ '

'; } if ($.trim(props.reply)) { reply_html = '

'+ '

Dryver Reply: '+props.reply+'

'+ '

'; } dobp_html += '

'+ '

'+ '

'+ '

'+props.donor_name+'

'+ '

'+ po_amount_html+ '

'+ '

'+timeSince(parseInt(props.timestamp+0+0+0))+'

'+ dryver_html+ '

'+ hm_html+ comments_html+ '

'+ reply_html+ '

'; return dobp_html;}console.log('');function rbd_proto(props) { var rbp_html = ''; var dryver_name = ''; var dryver_raised_html = ''; var dryver_image_html = ''; var dryver_image_class = ''; var goal_box_html = ''; var goal_bar_html = ''; var dwbox_link_html = ''; var goal_alt_type = (props.target_alt_type != null&&props.target_alt_type != ''?props.target_alt_type:''); console.log(goal_alt_type); if ($.trim(props.image) != '') { dryver_image_html = '

'+ 'RCCS Auction - 2024 | Dryve (20)'+ '

'; dryver_image_class = ' dryver_has_thumb'; } if ($.trim(props.display_name) != '') { dryver_name = nl2br(props.display_name); } else { dryver_name = nl2br(props.name); } if (parseInt(props.target_alt) > 0) { po_amount_html = parseInt(props.entries); po_amount_display = Number(po_amount_html).toLocaleString()+'
'+goal_alt_type+''; } else { po_amount_html = parseInt(props.total_raised); po_amount_display = '$'+Number(po_amount_html).toLocaleString(); } dw_bonus_now = 0; if (parseInt(props.target) > 0) { dw_current_goal = parseInt(props.target); _goal = parseInt(props.target); _goal_display = '$'+Number(props.target).toLocaleString(); if (parseInt(props.target_bonus) > 0) { if (po_amount_html >= parseInt(props.target)) { if (po_amount_html < parseInt(props.target)+parseInt(props.target_bonus)) { dw_current_goal = parseInt(props.target)+parseInt(props.target_bonus); dw_bonus_now = 1; } else if (po_amount_html >= parseInt(props.target)+parseInt(props.target_bonus)) { dw_current_goal = parseInt(props.target)+parseInt(props.target_bonus); dw_bonus_now = 1; } } } } else if (parseInt(props.target_alt) > 0) { dw_current_goal = parseInt(props.target); _goal = parseInt(props.target_alt); _goal_display = Number(props.target_alt).toLocaleString()+' '+goal_alt_type; if (parseInt(props.target_alt_bonus) > 0) { if (po_amount_html >= parseInt(props.target_alt)) { if (po_amount_html < parseInt(props.target_alt)+parseInt(props.target_alt_bonus)) { dw_current_goal = parseInt(props.target_alt)+parseInt(props.target_alt_bonus); dw_bonus_now = 1; } else if (po_amount_html >= parseInt(props.target_alt)+parseInt(props.target_alt_bonus)) { dw_current_goal = parseInt(props.target_alt)+parseInt(props.target_alt_bonus); dw_bonus_now = 1; } } } } else { _goal = 0; } if (_goal > 0) { goal_box_html = '

'+ '

Goal: '+_goal_display+'

'+ '

'; goal_bar_html = '

'+ '

'+ goal_percent_notop(po_amount_html,_goal) +'%

'+ '

'+ '

'; if (dw_bonus_now == 1) { goal_box_html = '

'+ '

Overdryve: $'+Number(dw_current_goal).toLocaleString()+'

'+ '

'; goal_bar_html = '

'+ '

'+ goal_percent_notop(po_amount_html,props.target) +'%

'+ '

'+ '

'+ '

'; } } else { goal_box_html = ''; goal_bar_html = ''; } dwbox_link_html = 'href="'+Dryve.slug+'/'+props.slug+'"'; // console.log(goal_box_html) rbp_html += '

'; return rbp_html;}function nl2br (str, is_xhtml) { var breakTag = (is_xhtml || typeof is_xhtml === 'undefined') ? '
' : '
'; return (str + '').replace(/([^>\r\n]?)(\r\n|\n\r|\r|\n)/g, '$1'+ breakTag +'$2');}$.fn.extend({ toggleText: function(a, b){ return this.text(this.text() == b ? a : b); }});

RCCS Auction - 2024 | Dryve (2025)

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Edwin Metz

Last Updated:

Views: 6378

Rating: 4.8 / 5 (78 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Edwin Metz

Birthday: 1997-04-16

Address: 51593 Leanne Light, Kuphalmouth, DE 50012-5183

Phone: +639107620957

Job: Corporate Banking Technician

Hobby: Reading, scrapbook, role-playing games, Fishing, Fishing, Scuba diving, Beekeeping

Introduction: My name is Edwin Metz, I am a fair, energetic, helpful, brave, outstanding, nice, helpful person who loves writing and wants to share my knowledge and understanding with you.