$(document).ready(function(){
	/** Collapser **/
	
	$('.hidden').hide();
	
	$('.collapse').collapser({
		target: 'prev',
		targetOnly: 'div',
		expandHtml: '<span>&oplus;</span> Expand Text',
		collapseHtml: '<span>&otimes;</span> Collapse Text',
		expandClass: 'testimonial-link',
		collapseClass: 'testimonial-link'
	});
});

var RecaptchaOptions = {
    theme : 'white'
 };
