<%@LANGUAGE="VBSCRIPT"%> <% ' *** Edit Operations: declare variables MM_editAction = CStr(Request("URL")) If (Request.QueryString <> "") Then MM_editAction = MM_editAction & "?" & Request.QueryString End If ' boolean to abort record edit MM_abortEdit = false ' query string to execute MM_editQuery = "" %> <% ' *** Insert Record: set variables If (CStr(Request("MM_insert")) <> "") Then MM_editConnection = MM_CCT_STRING MM_editTable = "faq" MM_editRedirectUrl = "aboutcct.faq.thankyou.asp" MM_fieldsStr = "Name|value|Email|value|Question|value" MM_columnsStr = "Name|',none,''|Email|',none,''|Question|',none,''" ' create the MM_fields and MM_columns arrays MM_fields = Split(MM_fieldsStr, "|") MM_columns = Split(MM_columnsStr, "|") ' set the form values For i = LBound(MM_fields) To UBound(MM_fields) Step 2 MM_fields(i+1) = CStr(Request.Form(MM_fields(i))) Next ' append the query string to the redirect URL If (MM_editRedirectUrl <> "" And Request.QueryString <> "") Then If (InStr(1, MM_editRedirectUrl, "?", vbTextCompare) = 0 And Request.QueryString <> "") Then MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString Else MM_editRedirectUrl = MM_editRedirectUrl & "&" & Request.QueryString End If End If End If %> <% ' *** Insert Record: construct a sql insert statement and execute it If (CStr(Request("MM_insert")) <> "") Then ' create the sql insert statement MM_tableValues = "" MM_dbValues = "" For i = LBound(MM_fields) To UBound(MM_fields) Step 2 FormVal = MM_fields(i+1) MM_typeArray = Split(MM_columns(i+1),",") Delim = MM_typeArray(0) If (Delim = "none") Then Delim = "" AltVal = MM_typeArray(1) If (AltVal = "none") Then AltVal = "" EmptyVal = MM_typeArray(2) If (EmptyVal = "none") Then EmptyVal = "" If (FormVal = "") Then FormVal = EmptyVal Else If (AltVal <> "") Then FormVal = AltVal ElseIf (Delim = "'") Then ' escape quotes FormVal = "'" & Replace(FormVal,"'","''") & "'" Else FormVal = Delim + FormVal + Delim End If End If If (i <> LBound(MM_fields)) Then MM_tableValues = MM_tableValues & "," MM_dbValues = MM_dbValues & "," End if MM_tableValues = MM_tableValues & MM_columns(i) MM_dbValues = MM_dbValues & FormVal Next MM_editQuery = "insert into " & MM_editTable & " (" & MM_tableValues & ") values (" & MM_dbValues & ")" If (Not MM_abortEdit) Then ' execute the insert Set MM_editCmd = Server.CreateObject("ADODB.Command") MM_editCmd.ActiveConnection = MM_editConnection MM_editCmd.CommandText = MM_editQuery MM_editCmd.Execute MM_editCmd.ActiveConnection.Close If (MM_editRedirectUrl <> "") Then Response.Redirect(MM_editRedirectUrl) End If End If End If %> Cobb Children's Theatre - About CCT

FAQ

Q

How many shows do you do each year?

A

CCT produces three shows a year - One in the Fall, one in the Spring, and one in the Summer. Our next production will be Guys and Dolls.

 

 

Q

Where does CCT get it's sets and costumes?

A

CCT build it's own sets under the guiding eye and hand of many dedicated adults and parents. Cast members run crew positions during the shows, making CCT a total theatre experience.

 

 

Q

What ages can take part in CCT productions?

A

The Fall and Spring shows are for students 11 to 18 years of age. The Summer Stock shows are for the high school and college set - ages 14 to 25. If you're over 25, don't forget that we are always looking for volunteers to direct, build sets, public relations and many other tasks.

 

 

Q

Is there a registration fee?

A

There is a fee of $100 per person or $120 per family, per show.

 

 

Q

Where does the registration fee go?

A

Cobb Children's Theatre is a nonprofit all volunteer organization. The registration fee pays for some of the operating cost of producing a show.

 

 

Q

Does the registration fee guarantee me or my child a lead role?

A

No. The registration fees guarantee your child a part in the production. What this means is we have a need for on stage (cast) and off stage personnel (crew).

 

 

Q

If me or my child decides to not participate is my registration fee refundable?

A

No, the registration fee is nonrefundable.

 

Q What do I have to do to prepare for an audition? Do I need to bring anything?
A

Every director treats auditions differently. Usually, all auditioners will have to read a scene from the script. The material is provided by the director. You will not have to prepare anything.

If the show is a musical, each person will have to sing a short song and learn a dance combination. The music is provided. You do not have to prepare a song or a dance combination. After the primary auditions are concluded, you may called back to sing and read again.

Just bring comfortable clothing and all the eagerness and excitement you can muster!

   
Q

What is the time commitment?

A

We will rehearse two days a week up until the last two weeks. Then, rehearsals are everyday until show time. **Sometimes, extra rehearsals are necessary and will be announced with plenty of advanced notice.**

 

 

Q

How can I help?

A

Contact our CCT Producer Ryan Karstensen and let him know how your expertise can help CCT.

If you have questions Cobb Children's Theatre, please use our Contact Form.