/* Put local javascript/jQuery here */

$(document).ready(function(){

	$("#body-submit-a-testimonial label[for='message']").html('Write your testimonial');
	$('#optInBox').hide();
	$('#optIn').removeAttr('checked');
});
