/*

	Custom site JS for Association of Carers
	
	Pete Mason
	Indigo66 Online Marketing
	pete@indigo66.co.uk

*/
$(document).ready(function($) {

	//add the closing speechmark to any blockquotes
	$('blockquote').append('<div class="closequote"></div>');

});

