/* This file contains code related to the "Testimonials" functionality */

$(document).ready(function() {
	// Prepare testimonials
	$("a[rel^='prettyPhoto']").prettyPhoto();
});
