$(document).ready(function() {
	$("#testimonials").masonry({
		singleMode:true,
		itemSelector:'.grid'
	});
});
