<%' FP_ASP ASP Automatically generated by a Frontpage Component. Do not Edit. On Error Resume Next Session("FP_OldCodePage") = Session.CodePage Session("FP_OldLCID") = Session.LCID Session.CodePage = 1252 Session.LCID = 1033 Err.Clear strErrorUrl = "" If Request.ServerVariables("REQUEST_METHOD") = "POST" Then If Request.Form("VTI-GROUP") = "0" Then Err.Clear Set fp_conn = Server.CreateObject("ADODB.Connection") FP_DumpError strErrorUrl, "Cannot create connection" Set fp_rs = Server.CreateObject("ADODB.Recordset") FP_DumpError strErrorUrl, "Cannot create record set" fp_conn.Open Application("RBO 2005_ConnectionString") FP_DumpError strErrorUrl, "Cannot open database" fp_rs.Open "Results", fp_conn, 1, 3, 2 ' adOpenKeySet, adLockOptimistic, adCmdTable FP_DumpError strErrorUrl, "Cannot open record set" fp_rs.AddNew FP_DumpError strErrorUrl, "Cannot add new record set to the database" Dim arFormFields0(33) Dim arFormDBFields0(33) Dim arFormValues0(33) arFormFields0(0) = "Contact_HomePhone" arFormDBFields0(0) = "Contact_HomePhone" arFormValues0(0) = Request("Contact_HomePhone") arFormFields0(1) = "Contact_Address2" arFormDBFields0(1) = "Contact_Address2" arFormValues0(1) = Request("Contact_Address2") arFormFields0(2) = "Contact_StreetAddress" arFormDBFields0(2) = "Contact_StreetAddress" arFormValues0(2) = Request("Contact_StreetAddress") arFormFields0(3) = "Time_Slot_4_6" arFormDBFields0(3) = "Time_Slot_4_6" arFormValues0(3) = Request("Time_Slot_4_6") arFormFields0(4) = "Contact_ZipCode" arFormDBFields0(4) = "Contact_ZipCode" arFormValues0(4) = Request("Contact_ZipCode") arFormFields0(5) = "Help_Raffle_Sales" arFormDBFields0(5) = "Help_Raffle_Sales" arFormValues0(5) = Request("Help_Raffle_Sales") arFormFields0(6) = "Time_Slot_12_2" arFormDBFields0(6) = "Time_Slot_12_2" arFormValues0(6) = Request("Time_Slot_12_2") arFormFields0(7) = "Contact_Country" arFormDBFields0(7) = "Contact_Country" arFormValues0(7) = Request("Contact_Country") arFormFields0(8) = "Option_Ticket_Sales" arFormDBFields0(8) = "Option_Ticket_Sales" arFormValues0(8) = Request("Option_Ticket_Sales") arFormFields0(9) = "Contact_FullName" arFormDBFields0(9) = "Contact_FullName" arFormValues0(9) = Request("Contact_FullName") arFormFields0(10) = "Set_Up" arFormDBFields0(10) = "Set_Up" arFormValues0(10) = Request("Set_Up") arFormFields0(11) = "Contact_Email" arFormDBFields0(11) = "Contact_Email" arFormValues0(11) = Request("Contact_Email") arFormFields0(12) = "Help_Phone_Calls" arFormDBFields0(12) = "Help_Phone_Calls" arFormValues0(12) = Request("Help_Phone_Calls") arFormFields0(13) = "Food_Sales" arFormDBFields0(13) = "Food_Sales" arFormValues0(13) = Request("Food_Sales") arFormFields0(14) = "Option_Clean_Up_5_7" arFormDBFields0(14) = "Option_Clean_Up_5_7" arFormValues0(14) = Request("Option_Clean_Up_5_7") arFormFields0(15) = "Option_Volunteer_Booth" arFormDBFields0(15) = "Option_Volunteer_Booth" arFormValues0(15) = Request("Option_Volunteer_Booth") arFormFields0(16) = "Contact_City" arFormDBFields0(16) = "Contact_City" arFormValues0(16) = Request("Contact_City") arFormFields0(17) = "Ticket_Sales" arFormDBFields0(17) = "Ticket_Sales" arFormValues0(17) = Request("Ticket_Sales") arFormFields0(18) = "Help_Set_Up" arFormDBFields0(18) = "Help_Set_Up" arFormValues0(18) = Request("Help_Set_Up") arFormFields0(19) = "Option_Set_Up_9_noon" arFormDBFields0(19) = "Option_Set_Up_9_noon" arFormValues0(19) = Request("Option_Set_Up_9_noon") arFormFields0(20) = "No_Preference" arFormDBFields0(20) = "No_Preference" arFormValues0(20) = Request("No_Preference") arFormFields0(21) = "Option_Runner" arFormDBFields0(21) = "Option_Runner" arFormValues0(21) = Request("Option_Runner") arFormFields0(22) = "Games" arFormDBFields0(22) = "Games" arFormValues0(22) = Request("Games") arFormFields0(23) = "Volunteer_Booth" arFormDBFields0(23) = "Volunteer_Booth" arFormValues0(23) = Request("Volunteer_Booth") arFormFields0(24) = "Contact_FAX" arFormDBFields0(24) = "Contact_FAX" arFormValues0(24) = Request("Contact_FAX") arFormFields0(25) = "Contact_State" arFormDBFields0(25) = "Contact_State" arFormValues0(25) = Request("Contact_State") arFormFields0(26) = "Contact_WorkPhone" arFormDBFields0(26) = "Contact_WorkPhone" arFormValues0(26) = Request("Contact_WorkPhone") arFormFields0(27) = "Runner" arFormDBFields0(27) = "Runner" arFormValues0(27) = Request("Runner") arFormFields0(28) = "Clean_Up" arFormDBFields0(28) = "Clean_Up" arFormValues0(28) = Request("Clean_Up") arFormFields0(29) = "Option_Food_Sales" arFormDBFields0(29) = "Option_Food_Sales" arFormValues0(29) = Request("Option_Food_Sales") arFormFields0(30) = "Option_No_Preference" arFormDBFields0(30) = "Option_No_Preference" arFormValues0(30) = Request("Option_No_Preference") arFormFields0(31) = "Option_Games" arFormDBFields0(31) = "Option_Games" arFormValues0(31) = Request("Option_Games") arFormFields0(32) = "Time_Slot_2_4" arFormDBFields0(32) = "Time_Slot_2_4" arFormValues0(32) = Request("Time_Slot_2_4") FP_SaveFormFields fp_rs, arFormFields0, arFormDBFields0 If Request.ServerVariables("REMOTE_HOST") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_HOST"), "Remote_computer_name" End If If Request.ServerVariables("HTTP_USER_AGENT") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("HTTP_USER_AGENT"), "Browser_type" End If FP_SaveFieldToDB fp_rs, Now, "Timestamp" If Request.ServerVariables("REMOTE_USER") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_USER"), "User_name" End If fp_rs.Update FP_DumpError strErrorUrl, "Cannot update the database" fp_rs.Close fp_conn.Close Session("FP_SavedFields")=arFormFields0 Session("FP_SavedValues")=arFormValues0 Session.CodePage = Session("FP_OldCodePage") Session.LCID = Session("FP_OldLCID") Response.Redirect "RBO_Volunteer_Confirmation.asp" End If End If Session.CodePage = Session("FP_OldCodePage") Session.LCID = Session("FP_OldLCID") %> <%' FP_ASP ASP Automatically generated by a Frontpage Component. Do not Edit. On Error Resume Next Session("FP_OldCodePage") = Session.CodePage Session("FP_OldLCID") = Session.LCID Session.CodePage = 1252 Session.LCID = 1033 Err.Clear strErrorUrl = "" If Request.ServerVariables("REQUEST_METHOD") = "POST" Then If Request.Form("VTI-GROUP") = "1" Then Err.Clear Set fp_conn = Server.CreateObject("ADODB.Connection") FP_DumpError strErrorUrl, "Cannot create connection" Set fp_rs = Server.CreateObject("ADODB.Recordset") FP_DumpError strErrorUrl, "Cannot create record set" fp_conn.Open Application("RBO 20051_ConnectionString") FP_DumpError strErrorUrl, "Cannot open database" fp_rs.Open "Results", fp_conn, 1, 3, 2 ' adOpenKeySet, adLockOptimistic, adCmdTable FP_DumpError strErrorUrl, "Cannot open record set" fp_rs.AddNew FP_DumpError strErrorUrl, "Cannot add new record set to the database" Dim arFormFields1(9) Dim arFormDBFields1(9) Dim arFormValues1(9) arFormFields1(0) = "Number_of_Ticket_Books" arFormDBFields1(0) = "Number_of_Ticket_Books" arFormValues1(0) = Request("Number_of_Ticket_Books") arFormFields1(1) = "Business_Phone" arFormDBFields1(1) = "Business_Phone" arFormValues1(1) = Request("Business_Phone") arFormFields1(2) = "Number_of_Tickets" arFormDBFields1(2) = "Number_of_Tickets" arFormValues1(2) = Request("Number_of_Tickets") arFormFields1(3) = "City" arFormDBFields1(3) = "City" arFormValues1(3) = Request("City") arFormFields1(4) = "Home_Phone" arFormDBFields1(4) = "Home_Phone" arFormValues1(4) = Request("Home_Phone") arFormFields1(5) = "Name" arFormDBFields1(5) = "Name" arFormValues1(5) = Request("Name") arFormFields1(6) = "Zip" arFormDBFields1(6) = "Zip" arFormValues1(6) = Request("Zip") arFormFields1(7) = "State" arFormDBFields1(7) = "State" arFormValues1(7) = Request("State") arFormFields1(8) = "Address" arFormDBFields1(8) = "Address" arFormValues1(8) = Request("Address") FP_SaveFormFields fp_rs, arFormFields1, arFormDBFields1 If Request.ServerVariables("HTTP_USER_AGENT") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("HTTP_USER_AGENT"), "Browser_type" End If If Request.ServerVariables("REMOTE_HOST") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_HOST"), "Remote_computer_name" End If FP_SaveFieldToDB fp_rs, Now, "Timestamp" If Request.ServerVariables("REMOTE_USER") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_USER"), "User_name" End If fp_rs.Update FP_DumpError strErrorUrl, "Cannot update the database" fp_rs.Close fp_conn.Close Session("FP_SavedFields")=arFormFields1 Session("FP_SavedValues")=arFormValues1 Session.CodePage = Session("FP_OldCodePage") Session.LCID = Session("FP_OldLCID") Response.Redirect "RBO 2005 Tkt Sales Confirmation.asp" End If End If Session.CodePage = Session("FP_OldCodePage") Session.LCID = Session("FP_OldLCID") %> Rib Burn Off 2005

  Engage. Empower. Inspire.

Rib Burn Off 2007

 

 

Home
Admissions
For Parents
Teacher Websites
Staff / Contact Us
About Us
Academic Program
Advancement
Community Links
Parents Association
Resources


Engage. Empower. Inspire.

27601 Fairmount Blvd.

Pepper Pike OH 44124

216-763-1400

216-763-1106 (fax)

 

Affiliated with the Jewish Community Federation and Jewish Education Center of Cleveland

   

 Click for PHOTOS

           PARENTS: Click here to volunteer

Totally Kosher Rib Burnoff

Labor Day (Monday) September 3, 2007

12:00-5:00 p.m.

Say YES to...

a Sizzling ribs grilled with 15 different barbecue sauces

a Delicious vegetarian and Israeli food

a Dancing to Terry Macklin’s tunes

a Kids games and prizes

a Fun seeing all your friends where Cleveland’s Jewish Community really rallies together!

 Click here for PHOTOS

Presented by

Admission is FREE!

Come for a feast of scrumptious ribs, chicken, vegetarian delights, desserts and other kosher delicacies! Enjoy a day full of fun carnival games, activities and prizes suitable for children of all ages. Community rib teams develop their own secret recipes and compete for the judges’ prize. Proceeds from this event provide essential tuition assistance to any Schechter family who needs it. Gross Schechter Day School provides children an education equally outstanding in general and Judaic studies in an engaging and powerful environment so that they emerge as leaders in the general and Jewish communities. Help us start the school year off with a sizzle! It is the place to be on Labor Day. For more information call 216.763.1400, ext. 408.

JUMP TO:

 

 RIB BURN OFF VOLUNTEER FORM   (Earn PIP credit!)

(EVERY Schechter family’s participation will make RBO 15 a great success!!)

Sign-up to volunteer in one of the following three ways:

1.                1.  Complete the online volunteer form below.

2.       

Questions? 

Contact Rib-Burn Off Volunteer Chair, Hannah Rubin hprubin411@sbcglobal.net or 216.406.6084.

SUPPORT SCHECHTER!           HAVE FUN!            EARN PIP CREDITS!

YES!  You can count on me to help with the 15th Annual Totally Kosher Rib Burn Off!

click here for printable form

Name

Street Address

Address (cont.)

City

State/Province

Zip/Postal Code

Country

Work Phone

Home Phone

FAX

E-mail

 

Pre-Event Assistance:

 

I can assist with pre-event Raffle Ticket sales at locations throughout the community.

             (family friendly - dates and times to be arranged)

I am willing to make phone calls to help with volunteer recruitment.

I can help with set-up on Sunday, September 2, 2007.

Labor Day Assistance:

Please select your top three choices for Monday’s Rib Burn Off volunteer assignments by clicking in the smaller box,

and indicate your preference for each (1, 2, 3) in the larger box:

Set-Up (9:00 a.m.- noon)         Food Sales                   Runner                       Games (8th graders and older)

 Clean Up (5:00 - 7:00 p.m.)     Volunteer Booth    	  Ticket Sales                     No Preference                   

Desired Volunteer Time:

12:00 - 2:00 p.m.  	              2:00 - 4:00 p.m.   	        4:00 - 6:00 p.m.   

REMEMBER $10 PIP credit for every hour of volunteering! 

Earn more PIP credit by selling your raffle tickets!

BACK TO TOP

 

 to purchase tickets...

  1. Please fill out the form below and click the SUBMIT button.

  2. Then, stop by the school to pay for and pick up your tickets.

  3. You can also mail your check (payable to Gross Schechter Day School) to the school, Att: Dianne Furnari, RBO Tickets.

YES, I want to purchase   tickets ($5.00 per ticket)   books of 6 tickets ($25 per book)

Name

Address

City State Zip

Home Phone Business Phone

BACK TO TOP

 

 sponsorship opportunities

 

This event attracts more than 2,500 people annually to kick off the school year with sizzle and community spirit.  From scrumptious ribs and vegetarian delights to delectable desserts and more, Schechter’s 15th Annual Rib Burn Off is the place to be on Labor Day.  Kids can stay all day with carnival games and prizes.  Most importantly, all proceeds from this event provide essential tuition assistance to any family who needs it.

With your help, we will raise significant funds for Schechter’s Tuition Assistance Fund.

We hope you will consider the following: 

 HEAD HONCHO   $10,000   ALREADY SUBSCRIBED!

·     As the Presenting Sponsor, your name and logo will be featured in all our marketing materials and your logo prominently displayed
in the name of the event.

·     You’ll be able to distribute samples, coupons, or information at a table during the event…

·     And…you’ll be invited to judge the rib competition. 

 RANCH FOREMAN:  $ 5,000

·     As the Major sponsor of the Food Booths, everyone will see your logo while they’re in line for food and drinks; and on posters, flyers and ads in advance.

·     At your own table, distribute samples, coupons or information during the event. 

 RANCH HAND:  $ 2,500

·     As a Principal sponsor of the event, everyone will see your logo on sponsorship banners at the event and your logo will appear on
posters, flyers and ads in advance.

·     At your own table, distribute samples, coupons or information during the event. 

 Cow HAND $1,000

·     As a Chief sponsor of the event, everyone will see your name on
sponsorship banners hung throughout the event venue.

·     At your own table distribute samples, coupons or information during the event. 

 COW POKE:   $ 500

·     Sponsor an individual Food booth so everyone will see your company name listed on banners at the event.

 RODEO RIDER:  $ 250

·   Sponsor an individual Game so everyone will see your company name listed on the banner at the kids’ carnival.

Printable Sponsor form (click here to print form)

 

BACK TO TOP