function change(name) {
	if (name == 'castingcrowns')
		document.getElementById('gallery').innerHTML = '<img src=images/'+ name + '.jpg /><div id="clientTestimonial">We have been using Blackhawk exclusively since 2005. They expertly handle all of our needs ranging from a national tour to renting a piece of gear.<br /><br />- Darren Hughes<br />Production Manager of Casting Crowns<br />www.castingcrowns.com</div>';
		
		if (name == 'building429')
		document.getElementById('gallery').innerHTML = '<img src=images/'+ name + '.jpg /><div id="clientTestimonial">Building 429 is a band that wants every member of the audience to have an awesome concert experience. As Building 429s FOH Engineer I feel like great sound is a must!! Blackhawk Audio has helped us achieve that goal. They are company that focuses on quality and customer service.<br /><br />Brian Coleman<br />Road Manger and Production Manager for Building 429<br />www.building429.com</div>';
		
		if (name == '33miles')
		document.getElementById('gallery').innerHTML = '<img src=images/'+ name + '.jpg /><div id="clientTestimonial">As a touring professional, I am absolutely dependent on an excellent audio production company.  Blackhawk Audio is my first choice for all my production needs!  Rick, and the entire Blackhawk team, have provided us with the best gear for our needs, excellent service, and have always been available to make what we do happen!  I absolutely love their all hands on deck approach to making our audio production easy!  Blackhawk will always be who I call for audio production!<br /><br />Caleb Magnino<br />Road Manger and FOH Engineer for 33 Miles<br />www.33milesonline.com</div>';
		
		if (name == 'thegaithers')
		document.getElementById('gallery').innerHTML = '<img src=images/'+ name + '.jpg />';
		
		if (name == 'traviscotrell')
		document.getElementById('gallery').innerHTML = '<img src=images/'+ name + '.jpg /><div id="clientTestimonial">There is no other sound company I would rather work with than Blackhawk Audio. Rick and his team are the best. They are always, helpful, always gracious, always professional, always right on the money. They make everyone performing completely comfortable with what they are hearing, and give every audience a great musical experience. <br /><br />Travis Cottrell<br />www.traviscottrell.com<br />www.traviscottrellministries.blogspot.com</div>';
		
		if (name == 'bethmoore')
		document.getElementById('gallery').innerHTML = '<img src="images/bethMooreTitle.gif" alt="Beth Moore" /><object width="481" height="271"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7036651&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7036651&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="481" height="271"></embed></object><p><a href="http://vimeo.com/7036651">Living Proof Live - Memphis</a> from <a href="http://vimeo.com/richkphoto">Rich Kalonick</a> on <a href="http://vimeo.com">Vimeo</a>.</p>';
		
		if (name == 'lifeway')
		document.getElementById('gallery').innerHTML = '<img src=images/'+ name + '.jpg /><div id="clientTestimonial">LifeWay Womens Events is so thankful to have Rick Shimer and his team at Blackhawk managing the sound at our events. We can trust Blackhawk to make any room, from a large arena to a small church, sound incredible. They care about the sound experience for each and every attendee at the events and will work diligently to ensure that someone in the highest rafter to the front row has an impecable sound experience. Their team are great to work with and feel like family.<br /><br />- Paige C. Greene<br />Director of Womens Ministry Training and Events<br />LifeWay Christian Resources<br />www.lifeway.com</div>';
}


