$(document).ready(function(){
	$('.testimonials').randomContent({xmlPath: "testimonials.xml", nodeName: "testimonials"});
});