﻿<?php ml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
	<title>The Hunter Museum</title>
	<description>The Hunter Museum</description>
	<link>http://www.huntermuseum.org</link>
	<language>en-us</language>
	<copyright>Hunter Museum of American Art</copyright>
	<ttl>120</ttl>
<lastBuildDate>Wed, 16 May 2012 00:00:01 EST</lastBuildDate>
		<item>
			<title>Sound and Vision: A Photographer&#039;s View: Thursday, May 17th</title>
			<description>UTC assistant professor of photography, media arts and graphic design Lakshmi Luthra will be discussing our current exhibition Sound and Vision: Monumental Rock and Roll Photography on celebrity photography history and process.</description>		
			<link>http://www.huntermuseum.org/event/358/</link>
			<guid>http://www.huntermuseum.org/event/358/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>Rock the Bluff: Sound and Vision: Friday, May 18th</title>
			<description>Avant Art presents Rock the Bluff, a Sound and Vision party

&amp;nbsp;
Celebrate the Sound and Vision exhibition, enjoy food and signature drinks, a cash bar, and one of Chattanooga&#039;s favorite bands, The Nim Nims. This ticketed event is sponsored by Avant-art, the Hunter Museum&#039;s young-minded, contemporary group.
Tickets: 

$25 per person in advance; 
$30 day of. 
Click below to purchase or call 423.267.0968 to purchase by phone.



   



Rock the Bluff tickets


 1 Ticket $25.00 USD 2 Tickets $50.00 USD 3 Tickets $75.00 USD 4 Tickets $100.00 USD 5 Tickets $125.00 USD 6 Tickets $150.00 USD 



   </description>		
			<link>http://www.huntermuseum.org/event/375/</link>
			<guid>http://www.huntermuseum.org/event/375/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>Riffing on Rock and Roll: Friday, May 18th</title>
			<description>
Explore the Hunter&amp;rsquo;s exhibition Sound and Vision: Monumental Rock &amp;amp; Roll Photography as seen by two music-loving museum directors. During this special after-hours experience, participants will have a chance to experience the history of rock &amp;lsquo;n&amp;rsquo; roll in a new way. This program is part of the International Museum Day Celebration and is included with Hunter admission ($9.95 general public, free to Hunter and Chattanooga History Center Members). Special membership deals will also be available during this evening event.
</description>		
			<link>http://www.huntermuseum.org/event/391/</link>
			<guid>http://www.huntermuseum.org/event/391/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>Collectors&#039; Trip: Saturday, May 19th</title>
			<description>
Friends of African American Art see private collections in Birmingham.&amp;nbsp;
</description>		
			<link>http://www.huntermuseum.org/event/390/</link>
			<guid>http://www.huntermuseum.org/event/390/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>Sound and Vision: Another View of Jim Morrison: Thursday, May 24th</title>
			<description>See the iconic photo of Jim Morrison in our current exhibition and then see the legend come to life in the biopic,&amp;nbsp;The Doors.</description>		
			<link>http://www.huntermuseum.org/event/359/</link>
			<guid>http://www.huntermuseum.org/event/359/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>Color and Sound: A series exploring Music and Art: Thursday, May 31st</title>
			<description>Join UTC Professor of Music and Jazz Clint Schmitt and Hunter curators as they explore the sounds and images behind the Sound and Vision exhibition.</description>		
			<link>http://www.huntermuseum.org/event/360/</link>
			<guid>http://www.huntermuseum.org/event/360/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>FREE First Sunday: Sunday, June 3rd</title>
			<description>Bring your family for a free day of gallery exploration and crafts for the kids.
Free First Sundays are generously supported by Easy Auto.</description>		
			<link>http://www.huntermuseum.org/event/361/</link>
			<guid>http://www.huntermuseum.org/event/361/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>Summer Camp 2012 - Mini Masters I: 0</title>
			<description>Ages: 7- 9 years old
Discover artistic masters and be inspired to create your own masterpieces in lots of fun materials. Build it, sketch it and cover it in paint this summer!
Contact&amp;nbsp;Beth Prigge, Manager of Studio and Outreach Programs, for more information.
&amp;nbsp;


Member ID:


 

Before/After care
	No Care Required 
	Before Care 
	After Care 
	Before and After Care
 
Quantity
	1
	2
	3
	4
	5
 
Parent/Guardian Name

Child&#039;s Name

Child&#039;s date of birth

Address

Phone Number

E-mail

How did you hear about our camps?












function prepareAndSubmitValues() {
if (document.getElementById(&#039;txtPhoneNumber&#039;).value.length == 0 || document.getElementById(&#039;txtEmail&#039;).value.length == 0)
{
	document.getElementById(&#039;txtMessage&#039;).innerHTML = &#039;Please provide both an email address and phone number to register.&#039;;
	return;
}
/*
Full Day Camps: $168 members/$210 non-members
*/
var totalPrice = 0;
var MemberID = document.getElementById(&#039;MemberID&#039;).value;
//determine pricing based on membership status, full day or half day camp, and before and/or after care
if (MemberID.length == 0)
{
	 totalPrice= 210;
}
else
{
	totalPrice = 168;
}
var care = document.getElementsByName(&#039;care&#039;)[0].value;
if (care == &#039;No_Care&#039;)
{
	totalPrice = totalPrice;
}
else if (care == &#039;Before_and_After_Care&#039;) 
{
	totalPrice = totalPrice + 30;
}
else //either before or after are $15
{
	totalPrice = totalPrice + 15;
}
/*



*/
document.getElementsByName(&#039;price&#039;)[0].value = totalPrice;
document.getElementsByName(&#039;os0&#039;)[0].value = care + &#039;,&#039; + MemberID + &#039;,&#039; + document.getElementById(&#039;txtPhoneNumber&#039;).value + &#039;,&#039; +  document.getElementById(&#039;txtEmail&#039;).value + &#039;,&#039; + document.getElementById(&#039;txtAddress&#039;).value ;
document.getElementsByName(&#039;os1&#039;)[0].value = document.getElementById(&#039;txtParent&#039;).value + &quot;,&quot; + document.getElementById(&#039;txtChildName&#039;).value + &#039;,&#039; + document.getElementById(&#039;txtChildDOB&#039;).value;
document.getElementsByName(&#039;os2&#039;)[0].value = document.getElementById(&#039;txtHowDidYouHear&#039;).value;
document.paypalpost.submit();
}
</description>		
			<link>http://www.huntermuseum.org/event/381/</link>
			<guid>http://www.huntermuseum.org/event/381/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>Drawing Demonstration with naturalist artist Alia El Bermani: Thursday, June 7th</title>
			<description>Join Hunter staff, the creative team of Townsend Atelier and artist Alia El Bermani for a tour and discussion of still lifes and natural images in the Hunter collection followed by a drawing demonstration by Alia in the galleries. This program is free with museum admission.</description>		
			<link>http://www.huntermuseum.org/event/362/</link>
			<guid>http://www.huntermuseum.org/event/362/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>Riverbend: Thursday, June 14th</title>
			<description>The Hunter closes at 5 p.m. today.&amp;nbsp;</description>		
			<link>http://www.huntermuseum.org/event/376/</link>
			<guid>http://www.huntermuseum.org/event/376/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>Riverbend Unplugged: Friday, June 15th</title>
			<description>Start off All American Summer with a closing event to Riverbend as we welcome Vinnie and Carmine Appice of Thunder &amp;amp; Fire to a performance in the Sound and Vision exhibition. Regular Hunter admission applies. This program is part of the All American Summer Series. This music series is generously supported by the Chattanooga Coca Cola Bottling Company with additonal support from Tennessee American Water Company.</description>		
			<link>http://www.huntermuseum.org/event/363/</link>
			<guid>http://www.huntermuseum.org/event/363/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>An Experiment in Art and Music: New Dischord at the Hunter: Saturday, June 16th</title>
			<description>
Explore the intersection of experimental art and music at the Hunter as musicians perform in the Museum. This program is part of the New Dischord Festival and All American Summer and is free with Museum admission. For more information on new dischord see www.newdischord.org.&amp;nbsp;
</description>		
			<link>http://www.huntermuseum.org/event/378/</link>
			<guid>http://www.huntermuseum.org/event/378/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>An Experiment in Art and Music: New Dischord at the Hunter: Sunday, June 17th</title>
			<description>
Explore the intersection of experimental art and music at the Hunter as musicians perform in the Museum. This program is part of the New Dischord Festival and All American Summer and is free with Museum admission For more information on new dischord see www.newdischord.org.&amp;nbsp;
</description>		
			<link>http://www.huntermuseum.org/event/379/</link>
			<guid>http://www.huntermuseum.org/event/379/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>Summer Camp 2012 - Junior Artistes I: 0</title>
			<description>Ages: 10-12 years old
Create in clay, paint and more at the Hunter Museum this summer. Experience the Museum from the inside out as you explore new art materials, meet artists and make new crafty friends!
Contact&amp;nbsp;Beth Prigge, Manager of Studio and Outreach Programs, for more information.
&amp;nbsp;


Member ID:


 

Before/After care
	No Care Required 
	Before Care 
	After Care 
	Before and After Care
 
Quantity
	1
	2
	3
	4
	5
 
Parent/Guardian Name

Child&#039;s Name

Child&#039;s date of birth

Address

Phone Number

E-mail

How did you hear about our camps?












function prepareAndSubmitValues() {
if (document.getElementById(&#039;txtPhoneNumber&#039;).value.length == 0 || document.getElementById(&#039;txtEmail&#039;).value.length == 0)
{
	document.getElementById(&#039;txtMessage&#039;).innerHTML = &#039;Please provide both an email address and phone number to register.&#039;;
	return;
}
/*
Full Day Camps: $168 members/$210 non-members
*/
var totalPrice = 0;
var MemberID = document.getElementById(&#039;MemberID&#039;).value;
//determine pricing based on membership status, full day or half day camp, and before and/or after care
if (MemberID.length == 0)
{
	 totalPrice= 210;
}
else
{
	totalPrice = 168;
}
var care = document.getElementsByName(&#039;care&#039;)[0].value;
if (care == &#039;No_Care&#039;)
{
	totalPrice = totalPrice;
}
else if (care == &#039;Before_and_After_Care&#039;) 
{
	totalPrice = totalPrice + 30;
}
else //either before or after are $15
{
	totalPrice = totalPrice + 15;
}
/*



*/
document.getElementsByName(&#039;price&#039;)[0].value = totalPrice;
document.getElementsByName(&#039;os0&#039;)[0].value = care + &#039;,&#039; + MemberID + &#039;,&#039; + document.getElementById(&#039;txtPhoneNumber&#039;).value + &#039;,&#039; +  document.getElementById(&#039;txtEmail&#039;).value + &#039;,&#039; + document.getElementById(&#039;txtAddress&#039;).value ;
document.getElementsByName(&#039;os1&#039;)[0].value = document.getElementById(&#039;txtParent&#039;).value + &quot;,&quot; + document.getElementById(&#039;txtChildName&#039;).value + &#039;,&#039; + document.getElementById(&#039;txtChildDOB&#039;).value;
document.getElementsByName(&#039;os2&#039;)[0].value = document.getElementById(&#039;txtHowDidYouHear&#039;).value;
document.paypalpost.submit();
}
</description>		
			<link>http://www.huntermuseum.org/event/383/</link>
			<guid>http://www.huntermuseum.org/event/383/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>All American Summer Featuring Abby Parks: Thursday, June 21st</title>
			<description>Kick off our Thursday evening series with Alabama singer songwriter Abby Parks who will share her folk sound and rich storytelling through her musical talents.  Free with Hunter admission. http://www.abbyparks.com.
This program is part of the All American Summer series celebrating our current exhibition, Sound and Vision: Monumental Rock and Roll Photography. The night features a cash bar and a fun evening with friends and great music on the Hunter outdoor terrace.&amp;nbsp;
All American Summer sponsored by Coke with additional support from Tennessee American Water.</description>		
			<link>http://www.huntermuseum.org/event/364/</link>
			<guid>http://www.huntermuseum.org/event/364/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>Summer Camp 2012 - The Art of Acting: 0</title>
			<description>Ages: 7- 9 years old
Join the Hunter and experienced theater instructors for a week of art and theatre. Walk in the paint covered footsteps of artists and become a living interpretation of their work. The week will draw to a close with performances by campers in the galleries worthy of a standing ovation!
&amp;nbsp;
Contact&amp;nbsp;Beth Prigge, Manager of Studio and Outreach Programs, for more information.


Member ID:


 

Before/After care
	No Care Required 
	Before Care 
	After Care 
	Before and After Care
 
Quantity
	1
	2
	3
	4
	5
 
Parent/Guardian Name

Child&#039;s Name

Child&#039;s date of birth

Address

Phone Number

E-mail

How did you hear about our camps?












function prepareAndSubmitValues() {
if (document.getElementById(&#039;txtPhoneNumber&#039;).value.length == 0 || document.getElementById(&#039;txtEmail&#039;).value.length == 0)
{
	document.getElementById(&#039;txtMessage&#039;).innerHTML = &#039;Please provide both an email address and phone number to register.&#039;;
	return;
}
/*
Full Day Camps: $168 members/$210 non-members
*/
var totalPrice = 0;
var MemberID = document.getElementById(&#039;MemberID&#039;).value;
//determine pricing based on membership status, full day or half day camp, and before and/or after care
if (MemberID.length == 0)
{
	 totalPrice= 210;
}
else
{
	totalPrice = 168;
}
var care = document.getElementsByName(&#039;care&#039;)[0].value;
if (care == &#039;No_Care&#039;)
{
	totalPrice = totalPrice;
}
else if (care == &#039;Before_and_After_Care&#039;) 
{
	totalPrice = totalPrice + 30;
}
else //either before or after are $15
{
	totalPrice = totalPrice + 15;
}
/*



*/
document.getElementsByName(&#039;price&#039;)[0].value = totalPrice;
document.getElementsByName(&#039;os0&#039;)[0].value = care + &#039;,&#039; + MemberID + &#039;,&#039; + document.getElementById(&#039;txtPhoneNumber&#039;).value + &#039;,&#039; +  document.getElementById(&#039;txtEmail&#039;).value + &#039;,&#039; + document.getElementById(&#039;txtAddress&#039;).value ;
document.getElementsByName(&#039;os1&#039;)[0].value = document.getElementById(&#039;txtParent&#039;).value + &quot;,&quot; + document.getElementById(&#039;txtChildName&#039;).value + &#039;,&#039; + document.getElementById(&#039;txtChildDOB&#039;).value;
document.getElementsByName(&#039;os2&#039;)[0].value = document.getElementById(&#039;txtHowDidYouHear&#039;).value;
document.paypalpost.submit();
}
</description>		
			<link>http://www.huntermuseum.org/event/384/</link>
			<guid>http://www.huntermuseum.org/event/384/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>All American Summer Featuring Christian Collier: Thursday, June 28th</title>
			<description>&amp;nbsp;
From spoken word to unique musical accompaniment, poetry in motion with a unique beat, join Manifest Founder and local favorite Christian Collier for an unforgettable night. Free with Hunter Admission. http://ichristian3030.blogspot.com/ This program is part of the All American Summer series celebrating our current exhibition, Sound and Vision: Monumental Rock and Roll Photography. The night features a cash bar and a fun evening with friends and great music on the Hunter outdoor terrace. 
All American Summer sponsored by Coke with additional support from Tennessee American Water.
&amp;nbsp;</description>		
			<link>http://www.huntermuseum.org/event/365/</link>
			<guid>http://www.huntermuseum.org/event/365/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>All American Summer Sunday: Sunday, July 1st</title>
			<description>Our All American Summer blends with our first Sunday as Sewanee based band The Culprits brings a college rock sound to the terrace, 2-4 p.m. Free to all&amp;nbsp;
Free First Sundays are generously supported by Easy Auto.
&amp;nbsp;</description>		
			<link>http://www.huntermuseum.org/event/366/</link>
			<guid>http://www.huntermuseum.org/event/366/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>All American Summer Featuring David Anthony: Thursday, July 5th</title>
			<description>&amp;nbsp;
Smooth jazz sounds blend will float over the river below as David Anthony joins us this Thursday. Free with Hunter admission. http://davidanthonymusic.com/fr_bio.cfm. This program is part of the All American Summer series celebrating our current exhibition, Sound and Vision: Monumental Rock and Roll Photography. The night features a cash bar and a fun evening with friends and great music on the Hunter outdoor terrace. 
All American Summer sponsored by Coke with additional support from Tennessee American Water.
&amp;nbsp;</description>		
			<link>http://www.huntermuseum.org/event/367/</link>
			<guid>http://www.huntermuseum.org/event/367/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>All American Summer featuring the Kymera Project: Thursday, July 12th</title>
			<description>&amp;nbsp;
Experience a new kind of sound as horns and rhythm fuse in the Kymera Project. Free with Hunter admission. http://kymeraproject.com/. This program is part of the All American Summer series celebrating our current exhibition, Sound and Vision: Monumental Rock and Roll Photography. The night features a cash bar and a fun evening with friends and great music on the Hunter outdoor terrace. 
All American Summer sponsored by Coke with additional support from Tennessee American Water.
&amp;nbsp;</description>		
			<link>http://www.huntermuseum.org/event/368/</link>
			<guid>http://www.huntermuseum.org/event/368/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>Summer Camp 2012 - Art Tots II: 0</title>
			<description>Ages: 4- 6 years old
Come along and create with us in this second session of Art Tots. Each art camp session is completely unique with new materials and projects each week.

Contact&amp;nbsp;Beth Prigge, Manager of Studio and Outreach Programs, for more information.



Member ID:


 

Before/After care
	No Care Required 
	Before Care 
	After Care 
	Before and After Care
 
Quantity
	1
	2
	3
	4
	5
 
Parent/Guardian Name

Child&#039;s Name

Child&#039;s date of birth

Address

Phone Number

E-mail

How did you hear about our camps?












function prepareAndSubmitValues() {
if (document.getElementById(&#039;txtPhoneNumber&#039;).value.length == 0 || document.getElementById(&#039;txtEmail&#039;).value.length == 0)
{
	document.getElementById(&#039;txtMessage&#039;).innerHTML = &#039;Please provide both an email address and phone number to register.&#039;;
	return;
}
/*
Half Day Camps: $84 members/$105 non-members
*/
var totalPrice = 0;
var MemberID = document.getElementById(&#039;MemberID&#039;).value;
//determine pricing based on membership status, full day or half day camp, and before and/or after care
if (MemberID.length == 0)
{
	 totalPrice= 105;
}
else
{
	totalPrice = 84;
}
var care = document.getElementsByName(&#039;care&#039;)[0].value;
if (care == &#039;No_Care&#039;)
{
	totalPrice = totalPrice;
}
else if (care == &#039;Before_and_After_Care&#039;) 
{
	totalPrice = totalPrice + 30;
}
else //either before or after are $15
{
	totalPrice = totalPrice + 15;
}
/*



*/
document.getElementsByName(&#039;price&#039;)[0].value = totalPrice;
document.getElementsByName(&#039;os0&#039;)[0].value = care + &#039;,&#039; + MemberID + &#039;,&#039; + document.getElementById(&#039;txtPhoneNumber&#039;).value + &#039;,&#039; +  document.getElementById(&#039;txtEmail&#039;).value + &#039;,&#039; + document.getElementById(&#039;txtAddress&#039;).value ;
document.getElementsByName(&#039;os1&#039;)[0].value = document.getElementById(&#039;txtParent&#039;).value + &quot;,&quot; + document.getElementById(&#039;txtChildName&#039;).value + &#039;,&#039; + document.getElementById(&#039;txtChildDOB&#039;).value;
document.getElementsByName(&#039;os2&#039;)[0].value = document.getElementById(&#039;txtHowDidYouHear&#039;).value;
document.paypalpost.submit();
}
</description>		
			<link>http://www.huntermuseum.org/event/386/</link>
			<guid>http://www.huntermuseum.org/event/386/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>Summer Camp 2012 - Art Tots III: 0</title>
			<description>Ages: 4- 6 years old
Art Tots can come, play and create at the Hunter for a full day! New discoveries await your young artists in this afternoon session.

Contact&amp;nbsp;Beth Prigge, Manager of Studio and Outreach Programs, for more information.



Member ID:


 

Before/After care
	No Care Required 
	Before Care 
	After Care 
	Before and After Care
 
Quantity
	1
	2
	3
	4
	5
 
Parent/Guardian Name

Child&#039;s Name

Child&#039;s date of birth

Address

Phone Number

E-mail

How did you hear about our camps?












function prepareAndSubmitValues() {
if (document.getElementById(&#039;txtPhoneNumber&#039;).value.length == 0 || document.getElementById(&#039;txtEmail&#039;).value.length == 0)
{
	document.getElementById(&#039;txtMessage&#039;).innerHTML = &#039;Please provide both an email address and phone number to register.&#039;;
	return;
}
/*
Half Day Camps: $84 members/$105 non-members
*/
var totalPrice = 0;
var MemberID = document.getElementById(&#039;MemberID&#039;).value;
//determine pricing based on membership status, full day or half day camp, and before and/or after care
if (MemberID.length == 0)
{
	 totalPrice= 105;
}
else
{
	totalPrice = 84;
}
var care = document.getElementsByName(&#039;care&#039;)[0].value;
if (care == &#039;No_Care&#039;)
{
	totalPrice = totalPrice;
}
else if (care == &#039;Before_and_After_Care&#039;) 
{
	totalPrice = totalPrice + 30;
}
else //either before or after are $15
{
	totalPrice = totalPrice + 15;
}
/*



*/
document.getElementsByName(&#039;price&#039;)[0].value = totalPrice;
document.getElementsByName(&#039;os0&#039;)[0].value = care + &#039;,&#039; + MemberID + &#039;,&#039; + document.getElementById(&#039;txtPhoneNumber&#039;).value + &#039;,&#039; +  document.getElementById(&#039;txtEmail&#039;).value + &#039;,&#039; + document.getElementById(&#039;txtAddress&#039;).value ;
document.getElementsByName(&#039;os1&#039;)[0].value = document.getElementById(&#039;txtParent&#039;).value + &quot;,&quot; + document.getElementById(&#039;txtChildName&#039;).value + &#039;,&#039; + document.getElementById(&#039;txtChildDOB&#039;).value;
document.getElementsByName(&#039;os2&#039;)[0].value = document.getElementById(&#039;txtHowDidYouHear&#039;).value;
document.paypalpost.submit();
}
</description>		
			<link>http://www.huntermuseum.org/event/387/</link>
			<guid>http://www.huntermuseum.org/event/387/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>All American Summer featuring Fletcher Bright: Thursday, July 19th</title>
			<description>&amp;nbsp;
Fletcher Bright has represented bluegrass in Chattanooga for decades, a tradition which he&amp;rsquo;ll share with our audience on the Hunter terrace. Free with Hunter Admission http://www.dismemberedtennesseans.com/Band.htm.
This program is part of the All American Summer series celebrating our current exhibition, Sound and Vision: Monumental Rock and Roll Photography. The night features a cash bar and a fun evening with friends and great music on the Hunter outdoor terrace. 
All American Summer sponsored by Coke with additional support from Tennessee American Water.
&amp;nbsp;</description>		
			<link>http://www.huntermuseum.org/event/369/</link>
			<guid>http://www.huntermuseum.org/event/369/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>Summer Camp 2012 - Junior Artistes II: 0</title>
			<description>Ages: 10-12 years old
Join the Hunter for a second week of Junior Artistes art camp with all new projects and experiences. Camp sessions 3 and 8 are completely unique &amp;ndash; join us for one or both weeks. &amp;nbsp;

Contact&amp;nbsp;Beth Prigge, Manager of Studio and Outreach Programs, for more information.



Member ID:


 

Before/After care
	No Care Required 
	Before Care 
	After Care 
	Before and After Care
 
Quantity
	1
	2
	3
	4
	5
 
Parent/Guardian Name

Child&#039;s Name

Child&#039;s date of birth

Address

Phone Number

E-mail

How did you hear about our camps?












function prepareAndSubmitValues() {
if (document.getElementById(&#039;txtPhoneNumber&#039;).value.length == 0 || document.getElementById(&#039;txtEmail&#039;).value.length == 0)
{
	document.getElementById(&#039;txtMessage&#039;).innerHTML = &#039;Please provide both an email address and phone number to register.&#039;;
	return;
}
/*
Full Day Camps: $168 members/$210 non-members
*/
var totalPrice = 0;
var MemberID = document.getElementById(&#039;MemberID&#039;).value;
//determine pricing based on membership status, full day or half day camp, and before and/or after care
if (MemberID.length == 0)
{
	 totalPrice= 210;
}
else
{
	totalPrice = 168;
}
var care = document.getElementsByName(&#039;care&#039;)[0].value;
if (care == &#039;No_Care&#039;)
{
	totalPrice = totalPrice;
}
else if (care == &#039;Before_and_After_Care&#039;) 
{
	totalPrice = totalPrice + 30;
}
else //either before or after are $15
{
	totalPrice = totalPrice + 15;
}
/*



*/
document.getElementsByName(&#039;price&#039;)[0].value = totalPrice;
document.getElementsByName(&#039;os0&#039;)[0].value = care + &#039;,&#039; + MemberID + &#039;,&#039; + document.getElementById(&#039;txtPhoneNumber&#039;).value + &#039;,&#039; +  document.getElementById(&#039;txtEmail&#039;).value + &#039;,&#039; + document.getElementById(&#039;txtAddress&#039;).value ;
document.getElementsByName(&#039;os1&#039;)[0].value = document.getElementById(&#039;txtParent&#039;).value + &quot;,&quot; + document.getElementById(&#039;txtChildName&#039;).value + &#039;,&#039; + document.getElementById(&#039;txtChildDOB&#039;).value;
document.getElementsByName(&#039;os2&#039;)[0].value = document.getElementById(&#039;txtHowDidYouHear&#039;).value;
document.paypalpost.submit();
}
</description>		
			<link>http://www.huntermuseum.org/event/388/</link>
			<guid>http://www.huntermuseum.org/event/388/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>All American Summer featuring Jennifer Daniels: Thursday, July 26th</title>
			<description>&amp;nbsp;
Hunter audience favorite singer songwriter Jennifer Daniels returns with her catchy ballads and soulful sound. Free with Hunter admission&amp;nbsp; http://www.jenniferdaniels.com/.
This program is part of the All American Summer series celebrating our current exhibition, Sound and Vision: Monumental Rock and Roll Photography. The night features a cash bar and a fun evening with friends and great music on the Hunter outdoor terrace. 
All American Summer sponsored by Coke with additional support from Tennessee American Water.
&amp;nbsp;</description>		
			<link>http://www.huntermuseum.org/event/370/</link>
			<guid>http://www.huntermuseum.org/event/370/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>All American Summer featuring the Ben Friberg Trio: Thursday, August 2nd</title>
			<description>&amp;nbsp;
A fixture of the Chattanooga music scene, the contemporary jazz sound of the Ben Friberg trio will be featured this evening. Free with Hunter admission. http://benfriberg.com/.
This program is part of the All American Summer series celebrating our current exhibition, Sound and Vision: Monumental Rock and Roll Photography. The night features a cash bar and a fun evening with friends and great music on the Hunter outdoor terrace. 
All American Summer sponsored by Coke with additional support from Tennessee American Water.
&amp;nbsp;</description>		
			<link>http://www.huntermuseum.org/event/371/</link>
			<guid>http://www.huntermuseum.org/event/371/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>All American Summer Sunday: Sunday, August 5th</title>
			<description>
Our second All American Summer Free Sunday of the season features bluesman Ed Huey on the terrace, 2-4 p.m. Free to all. http://edhuey.net/.
Free First Sundays are generously supported by Easy Auto.
</description>		
			<link>http://www.huntermuseum.org/event/372/</link>
			<guid>http://www.huntermuseum.org/event/372/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>All American Summer featuring Dana Rogers: Thursday, August 9th</title>
			<description>Longtime Chattanooga favorite, singer songwriters Dana Rogers and Jenny Clower will bring their unique acoustic fingerstyle sound to the terrace. Free with Hunter admission.&amp;nbsp; http://www.danarogersmusic.com/. This program is part of the All American Summer series celebrating our current exhibition, Sound and Vision: Monumental Rock and Roll Photography. The night features a cash bar and a fun evening with friends and great music on the Hunter outdoor terrace.&amp;nbsp;
All American Summer sponsored by Coke with additional support from Tennessee American Water.
&amp;nbsp;</description>		
			<link>http://www.huntermuseum.org/event/373/</link>
			<guid>http://www.huntermuseum.org/event/373/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
		<item>
			<title>All American summer featuring the New Binkley Brothers: Thursday, August 16th</title>
			<description>&amp;nbsp;
We wind up All American Summer with the truly American traditional music sound of the New Binkley Brothers. Free with Hunter admission. http://www.facebook.com/pages/New-Binkley-Brothers/211206745246.
This program is part of the All American Summer series celebrating our current exhibition, Sound and Vision: Monumental Rock and Roll Photography. The night features a cash bar and a fun evening with friends and great music on the Hunter outdoor terrace.&amp;nbsp;
All American Summer sponsored by Coke with additional support from Tennessee American Water.
&amp;nbsp;</description>		
			<link>http://www.huntermuseum.org/event/374/</link>
			<guid>http://www.huntermuseum.org/event/374/</guid>
			<pubDate>Wed, 16 May 2012 00:00:01 EST</pubDate>
		</item>
	
	</channel>
</rss>
